aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2018-10-25pmalloc: support for 4K pagesDamjan Marion1-1/+1
2018-10-24dpdk: fix hugepage pre-allocDamjan Marion1-1/+2
2018-10-24vppinfra: autodetect default hugepage sizeDamjan Marion1-3/+5
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion3-33/+25
2018-10-23dpdk: support 18.11 changes to CRC flagsStephen Hemminger1-7/+7
2018-10-23dpdk: add esp6 decrypt nodes, func declarationsMatthew Smith1-0/+30
2018-10-23c11 safe string handling supportDave Barach7-19/+19
2018-10-22vlib: pci improvementsDamjan Marion1-2/+3
2018-10-22ipsec fix missing node renamesKlement Sekera3-7/+11
2018-10-22vppinfra: use log2 page size in hugepage functionsDamjan Marion1-1/+1
2018-10-22Fix dereferencing null string in dpdk_early_initJuraj Sloboda1-0/+1
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera3-71/+254
2018-10-22dpdk: use rte_vfio_dma_map API instead of digging for vfio fdDamjan Marion1-63/+17
2018-10-20dpdk: add netvsc PMDStephen Hemminger3-1/+40
2018-10-20dpdk: use rx/tx_offload_names to formatStephen Hemminger1-38/+53
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-2/+2
2018-10-16Fix coverity issue for potentially overflowing of page sizeHaiyang Tan1-3/+3
2018-10-15dpdk: only look at PCI information on PCI devicesStephen Hemminger5-8/+26
2018-10-12dpdk: support passing log-levelStephen Hemminger1-1/+2
2018-10-10vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaksHaiyang Tan1-1/+1
2018-10-01thread: Add show threads apiMohsin Kazmi2-2/+2
2018-09-27dpdk_plugin: fix mlx5 build and runtime issuesSirshak Das1-2/+10
2018-09-26dpdk: fix QSFP+ module infoDamjan Marion1-1/+2
2018-09-25dpdk: show pluggable info in 'show hardware'Damjan Marion1-0/+28
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra8-21/+21
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion4-94/+115
2018-09-18disable scatter/gather for ENA with DPDK 18.08Matthew Smith1-1/+5
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion1-3/+2
2018-09-12device flags will set in dpdk_update_link_state.Khers1-2/+0
2018-09-10dpdk: clean interface link information on admin down / stopDamjan Marion1-0/+1
2018-09-10dpdk-plugin: do not request SCTP offload, some cards do not support it while ...Andrew Yourtchenko1-2/+2
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-1/+2
2018-09-04Fixed showing negative count in stats show CLINaoyuki Mori1-2/+2
2018-09-03Deprecate old buffer replication schemeDamjan Marion4-137/+3
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+3
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+5
2018-08-27cmake: add missing vat pluginsDamjan Marion1-0/+3
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-15/+19
2018-08-21VPP-1268: Add option for memory channels DPDK usesJessica Tallon1-0/+2
2018-08-18cmake: highlight warning and error messagesDamjan Marion1-3/+3
2018-08-18cmake: DPDK rte_config.h parsingDamjan Marion1-12/+36
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+100
2018-08-16dpdk: fix rss hash function handlingDamjan Marion3-6/+23
2018-08-13Multiarch handling in different constructor macrosDamjan Marion4-18/+5
2018-08-13dpdk: support for DPDK 18.08Damjan Marion5-66/+75
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi1-17/+3
2018-08-06dpdk-flow:fix raw item initEyal Bari1-1/+3
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-32/+26
2018-07-23fix vector index range checksEyal Bari1-1/+1