Age | Commit message (Expand) | Author | Files | Lines |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 1 | -21/+0 |
2019-02-02 | dpdk: bump to dpdk 19.02 | Damjan Marion | 1 | -1/+4 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 1 | -5/+3 |
2019-01-20 | dpdk: add buffer.h | Damjan Marion | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -10/+11 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -2/+2 |
2018-09-12 | device flags will set in dpdk_update_link_state. | Khers | 1 | -2/+0 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -1/+2 |
2018-09-03 | Deprecate old buffer replication scheme | Damjan Marion | 1 | -98/+1 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -9/+2 |
2018-08-11 | Multiversioning: Device (tx) function constructor | Mohsin Kazmi | 1 | -17/+3 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin | Rui Cai | 1 | -10/+10 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -3/+3 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 1 | -4/+5 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 1 | -46/+4 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 1 | -0/+2 |
2018-05-10 | dpdk:fix tx count | Eyal Bari | 1 | -1/+2 |
2018-05-09 | dpdk: fix free of tx dropped packets | Florin Coras | 1 | -1/+1 |
2018-05-09 | dpdk: tx code rework | Damjan Marion | 1 | -237/+158 |
2018-04-25 | dpdk: complete rework of the dpdk-input node | Damjan Marion | 1 | -3/+3 |
2017-11-16 | dpdk: add additional data to TX trace | Damjan Marion | 1 | -0/+1 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 1 | -6/+24 |
2017-09-15 | dpdk: cli to check for buffer leakage | Florin Coras | 1 | -0/+6 |
2017-08-30 | Offload prep calls needed for IP and UDP checksum offload pkts | Dave Barach | 1 | -1/+4 |
2017-08-25 | dpdk: bump to dpdk 17.08, remove support for dpdk 17.02 | Damjan Marion | 1 | -4/+0 |
2017-07-18 | TCP/UDP checksum offload API | Dave Barach | 1 | -0/+41 |
2017-07-12 | dpdk: prefetch 2nd cacheline of rte_mbuf during tx | Damjan Marion | 1 | -1/+1 |
2017-05-16 | Fix regression of setting device to admin-down state | John Lo | 1 | -5/+4 |
2017-05-15 | dpdk: improve error handling during device initialization | Damjan Marion | 1 | -43/+6 |
2017-05-11 | dpdk: bump to dpdk 17.05 | Damjan Marion | 1 | -0/+4 |
2017-05-02 | dpdk: remove unused code | Damjan Marion | 1 | -21/+1 |
2017-04-22 | Fix multicast enable on the bonded interface | Steve Shin | 1 | -0/+12 |
2017-04-11 | dpdk: use common interface placement infra | Damjan Marion | 1 | -2/+2 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -4/+4 |
2017-03-01 | dpdk: be a plugin | Damjan Marion | 1 | -0/+852 |