aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device
AgeCommit message (Expand)AuthorFilesLines
2020-01-14dpdk: enforce max tx retriesBenoît Ganne1-0/+1
2019-12-17flow: add ethernet flowChenmin Sun1-2/+68
2019-12-17dpdk: add devargs supportChenmin Sun3-12/+29
2019-12-04gso: remove the interface countMohsin Kazmi1-2/+0
2019-11-26flow: fix several crash issuesChenmin Sun1-2/+0
2019-11-20flow: Add GTP supportChenmin Sun1-28/+260
2019-11-19dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-14dpdk: Enable bnxt PMDAndy Gospodarek3-1/+20
2019-11-01dpdk: fix tso not properly check the 'enable-tcp-udp-checksum' option issueChenmin Sun1-16/+15
2019-10-30dpdk: use local loggerPaul Vinciguerra1-5/+5
2019-10-16dpdk: add function to add/del extra MAC addrsMatthew Smith1-0/+24
2019-10-16flow: Add 'drop' and 'redirect-to-queue' actions supportChenmin Sun1-3/+20
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-12dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-11dpdk: apply dual loop unrolling in DPDK TXLijian.Zhang1-0/+57
2019-09-05dpdk: fix extended statsFilip Tehlar1-1/+1
2019-08-30dpdk: enable checksum offload for Intel SRIOV NIC driversJohn Lo1-0/+8
2019-08-21dpdk: bump DPDK version to 19.08Damjan Marion3-7/+4
2019-08-19dpdk: add TSO support in dpdk plugin.Chenmin Sun3-1/+44
2019-08-19dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-08-06dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa...Lijian.Zhang1-2/+5
2019-07-26dpdk: fix vlan strippingNeale Ranns1-11/+15
2019-07-24dpdk: Prefetch correct size of rte_mbufNitin Saxena1-1/+1
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-06-06dpdk: fix clear hw statsFilip Tehlar3-3/+3
2019-06-04dpdk: rework extended statsFilip Tehlar4-47/+33
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 Marion6-251/+11
2019-05-29dpdk: make sure each segment have initalized rte_mbufDamjan Marion1-12/+4
2019-05-27dpdk: vlan strip config does not take effect in default deviceChenmin Sun1-0/+6
2019-05-27dpdk: fix rss configuration error issueChenmin Sun1-7/+5
2019-05-23fix rte_eth_dev_info’ has no member named ‘pci_dev’ when run show_dpdk_...cohu1-5/+9
2019-05-16init / exit function orderingDave Barach3-5/+9
2019-05-09dpdk: fix return variable sizeZhiyong Yang1-2/+2
2019-04-25Change dpdk thread data flags type to u16 from u8 to get more useful dataSimon Zhang2-6/+7
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-17Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIRSimon Zhang1-1/+1
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 Zhang2-4/+17
2019-04-16flow: add rte_flow check before creating by rte_flow_validateSimon Zhang1-0/+14
2019-03-22dpdk: do not enable VLAN stripping on Cisco VIC adapters by defaultHyong Youb Kim1-11/+22
2019-03-14dpdk: Add E810 family supportChenminSun3-0/+6
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 Hemminger3-31/+0
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach4-371/+0
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-02-19dpdk: update Cisco VIC port typeHyong Youb Kim1-4/+1
2019-02-19dpdk: do not shift PKT_RX_FDIRHyong Youb Kim1-1/+1