aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2019-11-20vlib: convert frame_index into real pointersSteven Luong1-1/+1
2019-05-17Add rte_flow_validate to verify the flow before calling rte_flow_create.Simon Zhang1-3/+14
2019-03-14crypto-input: fix crash bugKingwel Xie1-8/+12
2019-03-13Fix ASSERT usage issue in cryptodevSimon Zhang1-1/+1
2019-03-13fix dpdk cryptodev enable issueSimon Zhang1-6/+9
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion1-0/+1
2019-01-13remove useless line in dpdk cryptodevSimon Zhang1-2/+0
2019-01-13dpdk: show hardware may display the wrong information for rss activeSteven1-0/+1
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-1/+3
2019-01-01buffers: remove unused codeDamjan Marion1-18/+0
2018-12-24crypto-input: bug fix check-opKingwel Xie1-6/+6
2018-12-22dpdk: switch to in-memory mode, deprecate use of socket-memDamjan Marion1-112/+25
2018-12-22crypto-input impprovement:Kingwel Xie1-74/+163
2018-12-19vlib: support Hyper-v/Azure VMBusStephen Hemminger1-0/+32
2018-12-19dpdk plugin: blacklist PCI devices by typeDave Barach2-1/+47
2018-12-01dpdk-ipsec-mempool: allocate from dpdk mem specified by socket-mem in startup...Kingwel Xie1-22/+17
2018-11-30coding-style: missing coding-style-patchKingwel Xie1-168/+200
2018-11-29dpdk-ipsec-nodes multiarch: nodes are formatted in VLIB_NODE_FN styleKingwel Xie4-13/+24
2018-11-29dpdk: bump to DPDK 18.11Damjan Marion1-48/+5
2018-11-28dpdk: allow interface name to be specified from startup.confDamjan Marion3-4/+15
2018-11-28cmake: display warning and continue if dpdk not presentDamjan Marion1-0/+5
2018-11-21dpdk: don't shift flags twiceDamjan Marion1-3/+3
2018-11-20ethernet-input optimizationsDamjan Marion2-214/+85
2018-11-18Enable l4 checksum offload for ThunderX PMDFederico Claramonte1-0/+13
2018-11-17pcap-based dispatch tracerDave Barach1-1/+1
2018-11-15ipsec: infra for selecting backendsKlement Sekera1-37/+7
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach6-31/+33
2018-11-09dpdk: configure ip4 header checksum rx offload properlyDamjan Marion2-1/+8
2018-11-08vnet: store hw interface speed in kbps instead of using flagsDamjan Marion2-50/+6
2018-11-06dpdk: don't automatically whitelist vmxnet3 PCI interfacesSteven1-1/+14
2018-11-06dpdk: format_dpdk_device_name cleanupDamjan Marion1-7/+7
2018-11-06dpdk: fix device name suffix confusion with failsafe/netvscStephen Hemminger1-2/+2
2018-11-06dpdk: fix pmd device type when using netvsc or failsafeStephen Hemminger1-1/+1
2018-11-02dpdk: restore special handling for failsafe driverStephen Hemminger1-1/+1
2018-10-30dpdk: .function should be removed for mutiarch nodesDamjan Marion2-4/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera2-31/+10
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