aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2022-10-04rdma: unhackish build of rdma-coreMohammed Hawari1-6/+2
2022-09-07dpdk-cryptodev: reduce request to enable asyncGabriel Oginski1-1/+0
2022-08-25vlib: introduce DMA infrastructureMarvin Liu1-0/+10
2022-08-04dpdk: enable interrupt support for vmxnet3Benoît Ganne1-0/+1
2022-07-18dpdk: fix mlx5 dpdk init with no-multi-segTianyu Li1-1/+2
2022-07-08dpdk: add ID for 4xxx QAT VFMatthew Smith1-3/+5
2022-05-23dpdk: fix update link stateAlexander Skorichenko1-18/+13
2022-05-17interface: fix overflow of link speed.Anton Nikolaev1-1/+3
2022-05-13dpdk: fix overflow in mtu arithmeticMohammed Hawari2-2/+2
2022-05-11dpdk: clear the RTE_MEMPOOL_F_NON_IOMohammed Hawari1-0/+3
2022-04-26flow: enable RSS queue group action for 5G enhancementTing Xu1-0/+23
2022-04-08dpdk: add multi-txq supportMohsin Kazmi4-13/+31
2022-04-05dpdk: macros changes for dpdk 22.03Dastin Wilski4-60/+62
2022-04-05dpdk: compatibility layer for dpdk 22.03 bumpDastin Wilski2-26/+87
2022-04-05dpdk: fix max frame sizeDamjan Marion2-11/+11
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion3-7/+7
2022-04-01dpdk: fix vlan creation on ixgbeAlexander Chernavin1-1/+0
2022-04-01dpdk: fix coverity issueFan Zhang1-13/+4
2022-03-29dpdk: make log pipe non-blocking on both sidesDamjan Marion1-1/+2
2022-03-24dpdk: enable int mode for virtioPaul Atkins1-0/+1
2022-03-23dpdk: copy the enable_rxq_int flag from driver to confPaul Atkins1-0/+1
2022-03-23vppinfra: deprecate clib_mem_is_vecDamjan Marion1-2/+0
2022-03-23dpdk: fix rx/tx burst function nameTianyu Li1-2/+2
2022-03-15flow: add generic flow pattern for 5G flow enhancementTing Xu1-0/+16
2022-03-14crypto: Enabling IOMMU DMA translation table update for QAT cardGovindarajan1-1/+2
2022-03-14dpdk: improve rx burst count per loopFan Zhang1-4/+5
2022-03-11vlib: remoove unused fieldDamjan Marion1-1/+1
2022-03-10dpdk: fix program vlans on ixgbevfDzmitry Sautsa1-2/+7
2022-02-18dpdk: support devargs for vmbusVladimir Ratnikov1-19/+29
2022-02-17dpdk: enable scatter on Rx for net/enaakolechk1-1/+0
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns1-0/+1
2022-02-06dpdk: remove dead codeBenoît Ganne1-15/+1
2022-01-26dpdk: not having cryptodev resources should not produce warningsDamjan Marion1-4/+1
2022-01-24dpdk-cryptodev: add support chacha20-poly1305Gabriel Oginski4-6/+44
2022-01-20dpdk: fix compilation for DPDK < 21.11Benoît Ganne2-2/+5
2022-01-18dpdk: limit number of TX queues to max supportedDamjan Marion1-3/+17
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion4-35/+65
2022-01-17interface: improve MTU handlingDamjan Marion1-9/+37
2022-01-14dpdk: refactor device setupDamjan Marion7-540/+328
2022-01-14dpdk: fix burst function outputDamjan Marion1-3/+3
2022-01-12dpdk: bump to DPDK v21.11Damjan Marion5-17/+31
2022-01-12dpdk: improve loggingDamjan Marion3-10/+49
2022-01-12dpdk: update packet offload flagsDamjan Marion2-41/+89
2022-01-12dpdk: postpone updating runtime dataDamjan Marion1-1/+3
2022-01-12dpdk: use blunt force to skip irrelevant and confusing logsDamjan Marion1-1/+13
2022-01-12dpdk: always display burst function nameDamjan Marion1-12/+10
2022-01-12dpdk-cryptodev: run dequeue again in case of interrupt mode being usedDastin Wilski1-0/+6
2022-01-11dpdk: offloads cleanupDamjan Marion4-199/+122
2022-01-09dpdk: interface capabilities cleanupDamjan Marion4-24/+54
2022-01-09dpdk: port type code cleanupDamjan Marion3-93/+34