aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/dpdk
AgeCommit message (Expand)AuthorFilesLines
2018-06-25dpdk: Enhancement to call crypto start api at initializationSachin Saxena1-0/+4
2018-06-21VPP-1042: Fix the DPDK no-hugetbl flagsJessica Tallon1-5/+8
2018-06-21configurable per-dispatch-cycle sleepDave Barach3-27/+0
2018-06-21FastLinQ QL41000 Series PCI vendor and device idsIgor Mikhailov (imichail)1-0/+3
2018-06-21dpdk/ipsec: add support for UDP encap/decapRadu Nicolau2-17/+65
2018-06-19flow:free lookup entries after packets are handledeyal bari3-13/+36
2018-06-13vxlan:offload RX floweyal bari1-1/+1
2018-06-12MTU assigning to itself (Coverity)Ole Troan1-4/+0
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-10/+5
2018-06-07dpdk: fix interface naming issueDamjan Marion1-2/+9
2018-06-07dpdk: failsafe PMD initialization codeRui Cai2-1/+26
2018-06-07Add support for DPDK 18.05Damjan Marion5-44/+119
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven1-5/+2
2018-06-04Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064)Dave Barach1-0/+2
2018-06-03dpdk: buffer free optimizationsDamjan Marion1-76/+61
2018-06-03dpdk: improve buffer alloc perfomanceDamjan Marion1-70/+56
2018-05-31dpdk: Decoupling the meaning of xd->device_index in dpdk_pluginRui Cai9-81/+99
2018-05-30vppinfra: explicitely state for signed types that they are signedDamjan Marion6-10/+10
2018-05-30dpdk: rename port_id to *_instance_numDamjan Marion4-9/+10
2018-05-29Revert "dpdk: set dmamap iova address value according to eal_iova_mode"Damjan Marion1-4/+1
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion3-24/+8
2018-05-29dpdk: Add PMD type for Cavium LiquidIO II CN23XXchuhong yao3-1/+13
2018-05-29dpdk: mempool priv intialization must be done before releasing buffers to poolSachin Saxena1-8/+7
2018-05-28dpdk: set dmamap iova address value according to eal_iova_modeSachin Saxena1-1/+4
2018-05-26dpdk: enable RX for no-multi-segZhiyong Yang1-0/+5
2018-05-25Add interface rx pcap tracingDave Barach4-66/+154
2018-05-23dpdk:flow add vxlan flow supportEyal Bari1-12/+77
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau3-112/+114
2018-05-21dpdk:enable flow director perfect modeEyal Bari3-4/+25
2018-05-18Add vlib_buffer_enqueue_to_next inline functionDamjan Marion1-75/+3
2018-05-17Add buffer pointer-to-index and index-to-pointer array functionsDamjan Marion2-106/+7
2018-05-17flow:redirect to nodeEyal Bari1-2/+1
2018-05-16dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu valueRui Cai1-1/+1
2018-05-12dpdk: Add constants for failsafe PMDRui Cai2-2/+13
2018-05-11dpdk: fix Unknown interface with Mellanox NICSteve Shin1-1/+1
2018-05-10vppinfra: use count_trailing_zeros in sparse_vec_indexDamjan Marion2-8/+8
2018-05-10vnet: device flow offload infraDamjan Marion5-0/+362
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa1-1/+7
2018-05-10dpdk:fix tx countEyal Bari1-1/+2
2018-05-09dpdk: fix free of tx dropped packetsFlorin Coras1-1/+1
2018-05-09dpdk: tx code reworkDamjan Marion3-261/+158
2018-05-09dpdk:fix mbuf index typo'sEyal Bari1-4/+4
2018-05-07dpdk: improve perf of buffer indices calc in the input nodeDamjan Marion1-34/+53
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau1-0/+1
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach2-0/+7
2018-04-30plugins: dpdk: fix check which makes not sense, likely a typoSzymon Sliwa1-1/+1
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion1-1/+1
2018-04-25dpdk: complete rework of the dpdk-input nodeDamjan Marion7-465/+556
2018-04-25ipsec: make crypto_worker_main_t a full cache line in sizeFlorin Coras1-0/+1
2018-04-18dpdk: improve loggingDamjan Marion4-35/+187