Age | Commit message (Expand) | Author | Files | Lines |
2021-11-10 | vppinfra: new vectorized ip checksum functions incl. csum_and_copy | Damjan Marion | 1 | -2/+3 |
2021-05-11 | interface: tx queue infra | Damjan Marion | 1 | -5/+7 |
2021-05-08 | avf: fix coverity | Mohammed Hawari | 1 | -7/+4 |
2021-05-07 | avf: Fix cksum offload / ipsec | Nathan Skrzypczak | 1 | -1/+6 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -1/+1 |
2021-05-05 | avf: remove dead store | Damjan Marion | 1 | -1/+0 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -1/+1 |
2021-05-04 | avf: fix simultaneous txq wrap and tx retry | Mohammed Hawari | 1 | -1/+2 |
2021-04-15 | avf: fix tx path segfault | Radu Nicolau | 1 | -0/+1 |
2021-04-13 | avf: rework TX one-by-one loop | Damjan Marion | 1 | -68/+63 |
2021-04-13 | avf: avoid placeholder buffer alloc in datapath | Damjan Marion | 1 | -24/+12 |
2021-04-13 | avf: avoid ring wrap in the tx path | Damjan Marion | 1 | -138/+113 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -8/+6 |
2021-01-21 | avf: use write combining store for queues tail update | Radu Nicolau | 1 | -1/+1 |
2021-01-19 | avf: fix l2_len for csum offload | Mohammed Hawari | 1 | -4/+3 |
2020-12-19 | avf: fix gcc compiling warning on Arm | Jieqiang Wang | 1 | -4/+4 |
2020-12-04 | avf: fix coverity issue | Mohammed Hawari | 1 | -1/+2 |
2020-12-01 | avf: add TSO support | Mohammed Hawari | 1 | -20/+91 |
2020-11-15 | avf: add L4 checksum offload support | Mohammed Hawari | 1 | -5/+117 |
2020-10-26 | avf: use atomic store instead of barrier | Damjan Marion | 1 | -2/+2 |
2020-09-11 | avf: fix race between avf and cli/api process | Damjan Marion | 1 | -2/+1 |
2020-02-25 | avf: Handle chain buffer in TX properly | Steven Luong | 1 | -6/+138 |
2019-02-22 | avf: fix eat own tail issue on tx | Damjan Marion | 1 | -3/+7 |
2019-01-18 | Add vlib_buffer_copy_indices inline function | Damjan Marion | 1 | -1/+1 |
2018-12-29 | avf: tx dequeue optimizations | Damjan Marion | 1 | -11/+28 |
2018-12-28 | avf: chained buffers tx support | Damjan Marion | 1 | -104/+105 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) | Damjan Marion | 1 | -1/+1 |
2018-10-23 | Numa-aware, growable physical memory allocator (pmalloc) | Damjan Marion | 1 | -2/+2 |
2018-10-22 | vlib: introduce vlib_buffer_get_{pa,va,current_va,current_pa} inlines | Damjan Marion | 1 | -16/+20 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -1/+1 |
2018-08-28 | avf: deal willth tx ring full properly | Damjan Marion | 1 | -11/+33 |
2018-08-11 | Multiversioning: Device (tx) function constructor | Mohsin Kazmi | 1 | -19/+3 |
2018-08-11 | avf: fix prefetch bug | Damjan Marion | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-07-11 | avf: descriptor should be volatile | Damjan Marion | 1 | -6/+6 |
2018-06-15 | avf: tx node fixes | Damjan Marion | 1 | -9/+9 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -1/+1 |
2018-03-26 | Intel Adaptive Virtual Function native device driver plugin | Damjan Marion | 1 | -0/+183 |