aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20ethernet-input optimizationsDamjan Marion1-4/+4
2018-11-18Enable l4 checksum offload for ThunderX PMDFederico Claramonte1-0/+13
2018-11-09dpdk: configure ip4 header checksum rx offload properlyDamjan Marion1-0/+6
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion1-48/+4
2018-11-06dpdk: don't automatically whitelist vmxnet3 PCI interfacesSteven1-1/+14
2018-10-24dpdk: fix hugepage pre-allocDamjan Marion1-1/+2
2018-10-24vppinfra: autodetect default hugepage sizeDamjan Marion1-3/+5
2018-10-23dpdk: support 18.11 changes to CRC flagsStephen Hemminger1-7/+7
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-22vlib: pci improvementsDamjan Marion1-2/+3
2018-10-22vppinfra: use log2 page size in hugepage functionsDamjan Marion1-1/+1
2018-10-20dpdk: add netvsc PMDStephen Hemminger1-0/+33
2018-10-15dpdk: only look at PCI information on PCI devicesStephen Hemminger1-1/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-2/+2
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion1-24/+7
2018-09-18disable scatter/gather for ENA with DPDK 18.08Matthew Smith1-1/+5
2018-09-10dpdk-plugin: do not request SCTP offload, some cards do not support it while ...Andrew Yourtchenko1-2/+2
2018-09-03Deprecate old buffer replication schemeDamjan Marion1-3/+0
2018-08-21VPP-1268: Add option for memory channels DPDK usesJessica Tallon1-0/+2
2018-08-16dpdk: fix rss hash function handlingDamjan Marion1-1/+11
2018-08-13dpdk: support for DPDK 18.08Damjan Marion1-23/+60
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 Varlese1-4/+2
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