aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2020-08-18vppinfra: fix format_c_identifier vector overflowBenoît Ganne1-4/+2
2020-08-18dpdk: fix pktmbuf pool private data initBenoît Ganne1-0/+1
2020-08-18dpdk: fix crash with chelsio pmdBenoît Ganne1-6/+12
2020-08-13dpdk: fix udp-encap for esp in transport modeAlexander Chernavin2-10/+9
2020-08-13dpdk: VM VHOST tests with rxq>1 failingSteven Luong1-0/+1
2020-08-12dpdk: fix flow(with mark action) deletion crash issueChenmin Sun1-1/+1
2020-08-12dpdk: enforce max tx retriesBenoît Ganne1-0/+1
2020-08-12flow: fix several crash issuesChenmin Sun1-2/+0
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-18dpdk: ipsec gcm fixesChristian Hopps3-25/+14
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-10-03ipsec: allow null cipher with dpdk espChristian E. Hopps1-1/+2
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion2-0/+2
2019-09-30dpdk: fix null-termination of stringsElias Rudberg1-0/+3
2019-09-21dpdk: fix ipsec coverity warningMatthew Smith1-2/+4
2019-09-21dpdk: add TSO support in dpdk plugin.Chenmin Sun3-1/+44
2019-09-21dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-09-19dpdk: ipsec tunnel support for ip6-in-ip4Matthew G Smith2-23/+10
2019-09-09dpdk: initialize rte_mbuf during mempool dequeueDamjan Marion1-1/+44
2019-09-09dpdk: fix extended statsFilip Tehlar1-1/+1
2019-08-30dpdk: enable checksum offload for Intel SRIOV NIC driversJohn Lo1-0/+8
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-24ipsec: GCM, Anti-replay and ESN fixessNeale Ranns1-2/+4
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-07-09vat: unload unused vat pluginsDave Barach1-23/+6
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac1-2/+3
2019-06-18dpdk: check result of rte_mempool_create_emptyLijian.Zhang1-0/+15
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-17dpdk-ipsec: fix encrypt/decrypt single queueSergio Gonzalez Monroy6-39/+58
2019-05-16init / exit function orderingDave Barach5-15/+20
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns1-1/+1
2019-05-14IPsec: increment tunnel intf tx countersMatthew Smith1-0/+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-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns2-4/+75
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-23dpdk_esp_encrypt: add to prefetch dataZhiyong Yang1-3/+13