aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Add QEDE poll mode driver (librte_pmd_qede)Igor Mikhailov (imichail)1-3/+4
2018-07-10Remove unused variablesIgor Mikhailov (imichail)1-4/+0
2018-06-21VPP-1042: Fix the DPDK no-hugetbl flagsJessica Tallon1-5/+8
2018-06-21configurable per-dispatch-cycle sleepDave Barach1-3/+0
2018-06-21FastLinQ QL41000 Series PCI vendor and device idsIgor Mikhailov (imichail)1-0/+3
2018-06-12MTU assigning to itself (Coverity)Ole Troan1-4/+0
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-10/+5
2018-06-07dpdk: fix interface naming issueDamjan Marion1-2/+9
2018-06-07dpdk: failsafe PMD initialization codeRui Cai1-0/+25
2018-06-07Add support for DPDK 18.05Damjan Marion1-10/+36
2018-06-04Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064)Dave Barach1-0/+2
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai1-13/+24
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion1-2/+2
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion1-5/+5
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao1-0/+7
2018-05-26dpdk: enable RX for no-multi-segZhiyong Yang1-0/+5
2018-05-21dpdk:enable flow director perfect modeEyal Bari1-3/+0
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1
2018-05-10vnet: device flow offload infraDamjan Marion1-0/+8
2018-05-09dpdk: tx code reworkDamjan Marion1-10/+0
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion1-19/+9
2018-04-18dpdk: improve loggingDamjan Marion1-22/+66
2018-04-18dpdk: resurrect removed code [VPP-1245]Steven1-0/+4
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-14/+14
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-14/+14
2018-03-22VPP-1204: Fix coverity warningDave Barach1-2/+5
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts1-0/+23
2018-02-26vnet: add 25G interface speed flagDamjan Marion1-0/+6
2018-02-23Disable scatter-gather for ENAMatthew Smith1-0/+1
2018-02-19dpdk: Fix MTU calc for NICs that support mtu<9216Nitin Saxena1-34/+66
2018-02-12dpdk:fix trace to follow feature arcEyal Bari1-4/+0
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-9/+0
2017-12-16dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDsDamjan Marion1-5/+8
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion1-1/+1
2017-12-14Enable AWS ENA PMDMatthew Smith1-0/+7
2017-12-09vlib: PCI rework to support VFIODamjan Marion1-9/+23
2017-12-05dpdk:remove duplicate codeEyal Bari1-11/+8
2017-12-04dpdk: remove unused "use_rss" flagEyal Bari1-5/+0
2017-12-04dpdk: remove unused cached eth input nodeEyal Bari1-7/+0
2017-11-28net/virtio: support modern device idGabriel Ganne1-1/+3
2017-11-27dpdk: fix issue when tx offload stops working after MTU changeDamjan Marion1-19/+1
2017-11-24dpdk: enable tx checksum offloads as default, add disable knobDamjan Marion1-2/+10
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion1-2/+1
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion1-1/+1
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-0/+1
2017-10-04dpdk: use vpp physmem allocator for dpdk buffersDamjan Marion1-44/+78
2017-09-27Fix: unnecesary uio binding for Mellanox NICSteve Shin1-1/+3
2017-09-16dpdk: display EAL init args on startupDamjan Marion1-0/+1
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-3/+3