summaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2019-02-12fix assert failureDave Barach1-0/+6
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-4/+5
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-02-06dpdp-crypto: fix cryptodev segfault with dpdk 19.02Sergio Gonzalez Monroy1-11/+16
2019-02-05crypto-input: fix broken buffer trace issueKingwel Xie1-37/+16
2019-02-02Disable hqos part deuxDave Barach2-0/+4
2019-02-02dpdk: bump to dpdk 19.02Damjan Marion5-22/+33
2019-01-31buffers: vallidate that buffer is allocated during buffer pool putDamjan Marion1-1/+1
2019-01-31dpdk-ipsec: use single queue pair per crypto resourceSergio Gonzalez Monroy6-32/+30
2019-01-31dpdk: populate mempool mem_listDamjan Marion1-2/+16
2019-01-31dpdk: store buffer poool index in mempool pool_idDamjan Marion1-22/+10
2019-01-31buffers: reinitialize metadata, add additional validationDamjan Marion1-13/+25
2019-01-30buffers: add missing ref_count = 1 in driversDamjan Marion1-0/+1
2019-01-30buffers: major cleanup and improvementsDamjan Marion9-679/+317
2019-01-26cmake: parse DPDK config without compilationDamjan Marion1-57/+15
2019-01-26cmake: add support for linking with DPDK shared libsDamjan Marion1-67/+121
2019-01-21crypto-input: fix crash bugKingwel Xie1-8/+12
2019-01-20dpdk: add buffer.hDamjan Marion12-13/+43
2019-01-20buffers: remove vlib_buffer_delete_free_listDamjan Marion1-47/+0
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion2-5/+1
2019-01-20buffers: keep buffer_main in vlib_main_tDamjan Marion1-2/+2
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-2/+1
2019-01-18deprecate clib_memcpy64_x4Damjan Marion2-24/+24
2019-01-17cmake: initial cross-compilation supportDamjan Marion1-0/+5
2019-01-17Fix ASSERT usage issue in cryptodevSimon Zhang1-1/+1
2019-01-16fix dpdk cryptodev enable issuev19.04-rc0Simon Zhang1-6/+9
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