aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/common.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-21dpdk: bump DPDK version to 19.08Damjan Marion1-4/+2
2019-05-30dpdk: remove bonding codeDamjan Marion1-106/+7
2019-01-30buffers: major cleanup and improvementsDamjan Marion1-11/+9
2019-01-20dpdk: add buffer.hDamjan Marion1-1/+1
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-10-15dpdk: only look at PCI information on PCI devicesStephen Hemminger1-0/+13
2018-10-01thread: Add show threads apiMohsin Kazmi1-1/+1
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion1-0/+20
2018-09-10dpdk: clean interface link information on admin down / stopDamjan Marion1-0/+1
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-5/+2
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai1-27/+30
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion1-1/+1
2018-05-21dpdk:enable flow director perfect modeEyal Bari1-0/+9
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion1-1/+1
2018-04-18dpdk: improve loggingDamjan Marion1-12/+18
2018-03-30dpdk: fix crash due to incorrect xd->flags value with slave's link togglingSteve Shin1-2/+5
2017-11-27dpdk: fix issue when tx offload stops working after MTU changeDamjan Marion1-0/+3
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion1-16/+7
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion1-0/+6
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo1-24/+70
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy1-4/+24
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo1-0/+62
2017-05-15dpdk: improve error handling during device initializationDamjan Marion1-22/+53
2017-05-09dpdk: refactor setup, start, stop codeDamjan Marion1-0/+156