aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device/init.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-08-13dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-02-29dpdk: TSO does not work for Cisco VICSteven Luong1-0/+11
2019-12-01dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-15dpdk: use local loggerPaul Vinciguerra1-5/+5
2019-11-05dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-16/+15
2019-09-30dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-21dpdk: add TSO support in dpdk plugin.Chenmin Sun1-0/+30
2019-09-21dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-08-30dpdk: enable checksum offload for Intel SRIOV NIC driversJohn Lo1-0/+8
2019-07-26dpdk: fix vlan strippingNeale Ranns1-11/+15
2019-05-31Update vnet hardware flags if link state changesDave Barach1-1/+9
2019-05-31bonding: add support for numa awarenessZhiyong Yang1-0/+1
2019-05-30dpdk: remove bonding codeDamjan Marion1-123/+1
2019-05-27dpdk: vlan strip config does not take effect in default deviceChenmin Sun1-0/+6
2019-05-16init / exit function orderingDave Barach1-5/+2
2019-04-24dpdk: fix interface namingFlorin Coras1-1/+1
2019-04-24dpdk: get a rid of "Invalid port_id=" log messageDamjan Marion1-3/+5
2019-04-17Default nums of RX/TX descriptors changed to 512 for 2M page on DVNZhiyong Yang1-1/+63
2019-04-16Add direct packets to specific flow action in dpdk flowSimon Zhang1-0/+1
2019-03-22dpdk: do not enable VLAN stripping on Cisco VIC adapters by defaultHyong Youb Kim1-11/+22
2019-03-14dpdk: Add E810 family supportChenminSun1-0/+1
2019-03-13Add the SRIOV variant PCI Device ID of the Cisco VICJay Lubomirski1-1/+2
2019-03-12dpdk: pass log-level configuration to EALStephen Hemminger1-6/+0
2019-02-19dpdk: update Cisco VIC port typeHyong Youb Kim1-4/+1
2019-02-02Disable hqos part deuxDave Barach1-0/+2
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion1-13/+0
2019-01-30buffers: major cleanup and improvementsDamjan Marion1-91/+3
2019-01-20dpdk: add buffer.hDamjan Marion1-0/+1
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion1-4/+1
2018-12-22dpdk: switch to in-memory mode, deprecate use of socket-memDamjan Marion1-112/+25
2018-12-19vlib: support Hyper-v/Azure VMBusStephen Hemminger1-0/+32
2018-12-19dpdk plugin: blacklist PCI devices by typeDave Barach1-1/+44
2018-11-29dpdk: bump to DPDK 18.11Damjan Marion1-48/+5
2018-11-28dpdk: allow interface name to be specified from startup.confDamjan Marion1-4/+10
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