Age | Commit message (Expand) | Author | Files | Lines |
2018-08-06 | dpdk-flow:fix raw item init | Eyal Bari | 1 | -1/+3 |
2018-07-26 | Clean up dpdk plugin rx/tx pcap tracing | Dave Barach | 2 | -32/+26 |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-19 | dpdk: fix Mellanox Connect-X3 VF ID | Matthew Smith | 1 | -1/+1 |
2018-07-19 | dpdk: set log write fd to non-blocking | Matthew Smith | 1 | -7/+15 |
2018-07-19 | dpdk: add device IDs for Mellanox ConnectX-3 | Matthew Smith | 1 | -1/+6 |
2018-07-18 | DPDK: coverity scan warnings | Marco Varlese | 2 | -7/+4 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -2/+2 |
2018-07-13 | Add QEDE poll mode driver (librte_pmd_qede) | Igor Mikhailov (imichail) | 3 | -4/+10 |
2018-07-10 | Remove unused variables | Igor Mikhailov (imichail) | 1 | -4/+0 |
2018-06-26 | dpdk: display rx/tx burst function name in "show hardware detail" | Damjan Marion | 1 | -0/+20 |
2018-06-25 | dpdk: Enhancement to call crypto start api at initialization | Sachin Saxena | 1 | -0/+4 |
2018-06-21 | VPP-1042: Fix the DPDK no-hugetbl flags | Jessica Tallon | 1 | -5/+8 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 3 | -27/+0 |
2018-06-21 | FastLinQ QL41000 Series PCI vendor and device ids | Igor Mikhailov (imichail) | 1 | -0/+3 |
2018-06-21 | dpdk/ipsec: add support for UDP encap/decap | Radu Nicolau | 2 | -17/+65 |
2018-06-19 | flow:free lookup entries after packets are handled | eyal bari | 3 | -13/+36 |
2018-06-13 | vxlan:offload RX flow | eyal bari | 1 | -1/+1 |
2018-06-12 | MTU assigning to itself (Coverity) | Ole Troan | 1 | -4/+0 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -10/+5 |
2018-06-07 | dpdk: fix interface naming issue | Damjan Marion | 1 | -2/+9 |
2018-06-07 | dpdk: failsafe PMD initialization code | Rui Cai | 2 | -1/+26 |
2018-06-07 | Add support for DPDK 18.05 | Damjan Marion | 5 | -44/+119 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode | Steven | 1 | -5/+2 |
2018-06-04 | Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064) | Dave Barach | 1 | -0/+2 |
2018-06-03 | dpdk: buffer free optimizations | Damjan Marion | 1 | -76/+61 |
2018-06-03 | dpdk: improve buffer alloc perfomance | Damjan Marion | 1 | -70/+56 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin | Rui Cai | 9 | -81/+99 |
2018-05-30 | vppinfra: explicitely state for signed types that they are signed | Damjan Marion | 6 | -10/+10 |
2018-05-30 | dpdk: rename port_id to *_instance_num | Damjan Marion | 4 | -9/+10 |
2018-05-29 | Revert "dpdk: set dmamap iova address value according to eal_iova_mode" | Damjan Marion | 1 | -4/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 3 | -24/+8 |
2018-05-29 | dpdk: Add PMD type for Cavium LiquidIO II CN23XX | chuhong yao | 3 | -1/+13 |
2018-05-29 | dpdk: mempool priv intialization must be done before releasing buffers to pool | Sachin Saxena | 1 | -8/+7 |
2018-05-28 | dpdk: set dmamap iova address value according to eal_iova_mode | Sachin Saxena | 1 | -1/+4 |
2018-05-26 | dpdk: enable RX for no-multi-seg | Zhiyong Yang | 1 | -0/+5 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 4 | -66/+154 |
2018-05-23 | dpdk:flow add vxlan flow support | Eyal Bari | 1 | -12/+77 |
2018-05-22 | CSIT-928 dpdk/ipsec: performance improvement | Radu Nicolau | 3 | -112/+114 |
2018-05-21 | dpdk:enable flow director perfect mode | Eyal Bari | 3 | -4/+25 |
2018-05-18 | Add vlib_buffer_enqueue_to_next inline function | Damjan Marion | 1 | -75/+3 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 2 | -106/+7 |
2018-05-17 | flow:redirect to node | Eyal Bari | 1 | -2/+1 |
2018-05-16 | dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu value | Rui Cai | 1 | -1/+1 |
2018-05-12 | dpdk: Add constants for failsafe PMD | Rui Cai | 2 | -2/+13 |
2018-05-11 | dpdk: fix Unknown interface with Mellanox NIC | Steve Shin | 1 | -1/+1 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index | Damjan Marion | 2 | -8/+8 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 5 | -0/+362 |
2018-05-10 | Change the way IP header pointer is calculated in esp_decrypt nodes | Szymon Sliwa | 1 | -1/+7 |
2018-05-10 | dpdk:fix tx count | Eyal Bari | 1 | -1/+2 |