aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device
AgeCommit message (Expand)AuthorFilesLines
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion4-94/+115
2018-09-18disable scatter/gather for ENA with DPDK 18.08Matthew Smith1-1/+5
2018-09-12device flags will set in dpdk_update_link_state.Khers1-2/+0
2018-09-10dpdk: clean interface link information on admin down / stopDamjan Marion1-0/+1
2018-09-10dpdk-plugin: do not request SCTP offload, some cards do not support it while ...Andrew Yourtchenko1-2/+2
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+2
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori1-2/+2
2018-09-03Deprecate old buffer replication schemeDamjan Marion3-104/+1
2018-08-21VPP-1268: Add option for memory channels DPDK usesJessica Tallon1-0/+2
2018-08-16dpdk: fix rss hash function handlingDamjan Marion3-6/+23
2018-08-13Multiarch handling in different constructor macrosDamjan Marion3-17/+3
2018-08-13dpdk: support for DPDK 18.08Damjan Marion3-43/+60
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-17/+3
2018-08-06dpdk-flow:fix raw item initEyal Bari1-1/+3
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-32/+26
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-19dpdk: fix Mellanox Connect-X3 VF IDMatthew Smith1-1/+1
2018-07-19dpdk: set log write fd to non-blockingMatthew Smith1-7/+15
2018-07-19dpdk: add device IDs for Mellanox ConnectX-3Matthew Smith1-1/+6
2018-07-18DPDK: coverity scan warningsMarco Varlese2-7/+4
2018-07-13Add QEDE poll mode driver (librte_pmd_qede)Igor Mikhailov (imichail)3-4/+10
2018-07-10Remove unused variablesIgor Mikhailov (imichail)1-4/+0
2018-06-26dpdk: display rx/tx burst function name in "show hardware detail"Damjan Marion1-0/+20
2018-06-21VPP-1042: Fix the DPDK no-hugetbl flagsJessica Tallon1-5/+8
2018-06-21configurable per-dispatch-cycle sleepDave Barach3-27/+0
2018-06-21FastLinQ QL41000 Series PCI vendor and device idsIgor Mikhailov (imichail)1-0/+3
2018-06-19flow:free lookup entries after packets are handledeyal bari3-13/+36
2018-06-13vxlan:offload RX floweyal bari1-1/+1
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 Cai2-1/+26
2018-06-07Add support for DPDK 18.05Damjan Marion3-31/+89
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-5/+2
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 Cai8-70/+89
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion1-2/+2
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion4-9/+10
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion2-22/+6
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao3-1/+13
2018-05-26dpdk: enable RX for no-multi-segZhiyong Yang1-0/+5
2018-05-25Add interface rx pcap tracingDave Barach4-66/+154
2018-05-23dpdk:flow add vxlan flow supportEyal Bari1-12/+77
2018-05-21dpdk:enable flow director perfect modeEyal Bari3-4/+25
2018-05-18Add vlib_buffer_enqueue_to_next inline functionDamjan Marion1-75/+3
2018-05-17Add buffer pointer-to-index and index-to-pointer array functionsDamjan Marion2-106/+7
2018-05-17flow:redirect to nodeEyal Bari1-2/+1
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1