aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk/device
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+5
2018-04-18dpdk: resurrect removed code [VPP-1245]Steven1-0/+4
2018-04-04dpdk:fix checksum handling of l2 interfacesEyal Bari1-17/+19
2018-03-30dpdk: fix crash due to incorrect xd->flags value with slave's link togglingSteve Shin1-2/+5
2018-03-22VPP-1204: Fix coverity warningDave Barach1-2/+5
2018-03-14Prevent calling rte_eth_xstats_get not initialized devSzymon Sliwa1-0/+2
2018-03-11dpdk-input node packet trace intermittent on IP forwading pathJohn Lo1-36/+37
2018-03-09Coordinate known Ethernet speeds with Linux kernel and DPDKLee Roberts3-0/+43
2018-02-26vnet: add 25G interface speed flagDamjan Marion1-0/+6
2018-02-23Disable scatter-gather for ENAMatthew Smith1-0/+1
2018-02-19dpdk: Fix MTU calc for NICs that support mtu<9216Nitin Saxena1-34/+66
2018-02-15dpdk: add support for DPDK 18.02, deprecate 17.08Damjan Marion2-10/+0
2018-02-12dpdk:fix trace to follow feature arcEyal Bari3-87/+66
2018-02-07Refactor vlib_buffer flagsDamjan Marion2-12/+0
2018-02-01dpdk:fix typo in prefetch sequenceEyal Bari1-2/+2
2018-01-09Patch ENA PMD to skip setting tx flags in rx pathMatthew Smith1-1/+1
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: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-24dpdk: enable tx checksum offloads as default, add disable knobDamjan Marion2-2/+11
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 Marion4-29/+30
2017-11-16dpdk: add additional data to TX traceDamjan Marion3-2/+9
2017-11-16dpdk/ipsec: use physmem when creating poolsSergio Gonzalez Monroy1-0/+6
2017-11-13dpdk: introduce AVX512 variants of node functionsDamjan Marion2-48/+46
2017-10-25vlib: add support for multiple buffer poolsDamjan Marion4-0/+18
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace2-1/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-10/+10
2017-10-04dpdk: use vpp physmem allocator for dpdk buffersDamjan Marion1-44/+78
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 Coras3-0/+64
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 Marion1-5/+12
2017-08-30Offload prep calls needed for IP and UDP checksum offload pktsDave Barach1-1/+4
2017-08-25dpdk: bump to dpdk 17.08, remove support for dpdk 17.02Damjan Marion2-8/+0
2017-08-25dpdk: required changes for 17.08Sergio Gonzalez Monroy2-4/+31