Age | Commit message (Expand) | Author | Files | Lines |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 1 | -48/+0 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-19 | dpdk: do not shift PKT_RX_FDIR | Hyong Youb Kim | 1 | -1/+1 |
2019-02-12 | fix assert failure | Dave Barach | 1 | -0/+6 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers | Damjan Marion | 1 | -0/+1 |
2019-01-20 | dpdk: add buffer.h | Damjan Marion | 1 | -0/+1 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 1 | -16/+15 |
2018-11-21 | dpdk: don't shift flags twice | Damjan Marion | 1 | -3/+3 |
2018-11-20 | ethernet-input optimizations | Damjan Marion | 1 | -210/+81 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -7/+8 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -3/+3 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -4/+0 |
2018-06-21 | configurable per-dispatch-cycle sleep | Dave Barach | 1 | -21/+0 |
2018-06-19 | flow:free lookup entries after packets are handled | eyal bari | 1 | -2/+2 |
2018-06-13 | vxlan:offload RX flow | eyal bari | 1 | -1/+1 |
2018-05-31 | dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin | Rui Cai | 1 | -1/+1 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -19/+3 |
2018-05-25 | Add interface rx pcap tracing | Dave Barach | 1 | -1/+43 |
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 | 1 | -60/+3 |
2018-05-10 | vnet: device flow offload infra | Damjan Marion | 1 | -0/+40 |
2018-05-09 | dpdk:fix mbuf index typo's | Eyal Bari | 1 | -4/+4 |
2018-05-07 | dpdk: improve perf of buffer indices calc in the input node | Damjan Marion | 1 | -34/+53 |
2018-04-27 | A bit of buffer metadata reshuffling to accommodate flow_id | Damjan Marion | 1 | -1/+1 |
2018-04-25 | dpdk: complete rework of the dpdk-input node | Damjan Marion | 1 | -424/+515 |
2018-04-04 | dpdk:fix checksum handling of l2 interfaces | Eyal Bari | 1 | -17/+19 |
2018-03-11 | dpdk-input node packet trace intermittent on IP forwading path | John Lo | 1 | -36/+37 |
2018-02-12 | dpdk:fix trace to follow feature arc | Eyal Bari | 1 | -80/+66 |
2018-02-01 | dpdk:fix typo in prefetch sequence | Eyal Bari | 1 | -2/+2 |
2017-12-04 | dpdk: remove duplicate function | Eyal Bari | 1 | -32/+1 |
2017-11-21 | dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t | Damjan Marion | 1 | -56/+57 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions | Damjan Marion | 1 | -42/+22 |
2017-10-25 | vlib: add support for multiple buffer pools | Damjan Marion | 1 | -0/+3 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 1 | -0/+2 |
2017-07-14 | Introduce l{2,3,4}_hdr_offset fields in the buffer metadata | Damjan Marion | 1 | -1/+7 |
2017-05-15 | [plugins/dpdk] Support for CLIB_HAVE_64 (aarch64) | Christophe Fontaine | 1 | -0/+13 |
2017-04-27 | dpdk: cleanup, move APIs to separate .c file | Damjan Marion | 1 | -1/+1 |
2017-04-11 | dpdk: use common interface placement infra | Damjan Marion | 1 | -4/+5 |
2017-04-07 | MPLS Mcast | Neale Ranns | 1 | -1/+1 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -15/+17 |
2017-03-14 | Fix packet trace output: dpdk_rx_trace must decode the actual ethertype | Dave Barach | 1 | -1/+31 |
2017-03-08 | dpdk: dpdk-input optimizations and fixes | Damjan Marion | 1 | -96/+104 |
2017-03-08 | Change dpdk input node fixed-sleep units to usec | Dave Barach | 1 | -2/+2 |
2017-03-06 | features: take device-input buffer advance value directly | Damjan Marion | 1 | -4/+2 |
2017-03-02 | Determine pkt type in dpdk-input node using ethertype only (VPP-647) | John Lo | 1 | -52/+22 |
2017-03-01 | dpdk: be a plugin | Damjan Marion | 1 | -0/+674 |