aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2018-01-17VPP-1122 dpdk/ipsec: fix transport mode pkt lenRadu Nicolau1-3/+7
2017-12-16dpdk: unset ETH_TXQ_FLAGS_NOXSUMS only for selected PMDsDamjan Marion1-5/+8
2017-12-14pci: auto-detect right vfio/uio driverDamjan Marion1-1/+1
2017-12-14Enable AWS ENA PMDMatthew Smith3-1/+13
2017-12-09vlib: PCI rework to support VFIODamjan Marion1-9/+23
2017-12-05dpdk/ipsec: multiple fixesSergio Gonzalez Monroy5-105/+126
2017-12-05dpdk:remove duplicate codeEyal Bari1-11/+8
2017-12-04dpdk: remove unused "use_rss" flagEyal Bari2-7/+0
2017-12-04dpdk: remove duplicate functionEyal Bari1-32/+1
2017-12-04dpdk: remove unused cached eth input nodeEyal Bari2-10/+0
2017-11-28net/virtio: support modern device idGabriel Ganne1-1/+3
2017-11-27dpdk: fix issue when tx offload stops working after MTU changeDamjan Marion2-19/+4
2017-11-27dpdk: fix trajectory compilationFlorin Coras1-1/+1
2017-11-27vlib: make vlib_buffer_alloc inline functionDamjan Marion1-73/+11
2017-11-24dpdk: enable tx checksum offloads as default, add disable knobDamjan Marion2-2/+11
2017-11-24dpdk: avoid false sharing of dpdk_buffer_per_thread_dataDamjan Marion1-0/+1
2017-11-23dpdk: prefetch both cachelines during buffer freeDamjan Marion1-1/+1
2017-11-22dpdk: fix potential crash in buffer free functionDamjan Marion1-18/+49
2017-11-21dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_tDamjan Marion3-60/+60
2017-11-20dpdk: add support for DPDK 17.11Damjan Marion10-174/+45
2017-11-16dpdk: add additional data to TX traceDamjan Marion3-2/+9
2017-11-16dpdk/ipsec: use physmem when creating poolsSergio Gonzalez Monroy3-84/+116
2017-11-14Fix typos in configure.ac and dpdk/buffer.cDamjan Marion1-8/+8
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion3-60/+98
2017-11-11dpdk: optimize buffer alloc/freeDamjan Marion1-49/+118
2017-11-01dpdk/ipsec: align memorySergio Gonzalez Monroy2-5/+7
2017-11-01dpdk/ipsec: fix digest physical addressSergio Gonzalez Monroy3-7/+7
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion5-11/+29
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace4-2/+5
2017-10-18ipsec: use boolean or vs. bitwise or to avoid compiler errorAndrew Yourtchenko2-6/+6
2017-10-14change format_get_indent() to use u32 instead of uwordGabriel Ganne3-4/+4
2017-10-14plugins/dpdk: align memory to avoid potential segfault and false sharingGeorgina Sheehan1-1/+1
2017-10-12dpdk/ipsec: coverity fixesSergio Gonzalez Monroy3-8/+8
2017-10-10dpdk: fix mempool size calculationDamjan Marion1-2/+3
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-05dpdk/ipsec: rework plus improved cli commandsSergio Gonzalez Monroy7-1653/+2419
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-10/+10
2017-10-04dpdk: use vpp physmem allocator for dpdk buffersDamjan Marion2-63/+144
2017-10-03Repair vlib API socket serverDave Barach1-1/+0
2017-09-27Fix: unnecesary uio binding for Mellanox NICSteve Shin1-1/+3
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo2-24/+72
2017-09-16dpdk: display EAL init args on startupDamjan Marion1-0/+1
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras4-1/+126
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-3/+3
2017-09-13devices: Fix coverity discovered 9/13/2017Steven1-0/+1
2017-09-12physmem: remove debug leftoversDamjan Marion1-1/+0
2017-09-12devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ...Steven3-2/+14
2017-09-12net/mlx5: fix warning messageShachar Beiser1-0/+3
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+1
2017-09-07vlib physmem reworkDamjan Marion3-7/+12