Age | Commit message (Expand) | Author | Files | Lines |
2021-10-31 | interface: handoff refactor and optimizations |  Florin Coras | 1 | -1/+0 |
2021-09-07 | dpdk: lro support |  Mohammed Hawari | 1 | -12/+74 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 1 | -8/+8 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 1 | -6/+0 |
2021-01-21 | interface: rx queue infra rework, part one |  Damjan Marion | 1 | -8/+9 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -15/+22 |
2020-06-04 | dpdk: cleanup, add rx queue struct |  Damjan Marion | 1 | -1/+2 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-07-18 | vlib: convert frame_index into real pointers |  Andreas Schultz | 1 | -1/+1 |
2019-05-30 | dpdk: remove bonding code |  Damjan Marion | 1 | -2/+0 |
2019-05-09 | dpdk: fix return variable size |  Zhiyong Yang | 1 | -2/+2 |
2019-04-25 | Change dpdk thread data flags type to u16 from u8 to get more useful data |  Simon Zhang | 1 | -5/+6 |
2019-04-17 | Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR |  Simon Zhang | 1 | -1/+1 |
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 |