Age | Commit message (Expand) | Author | Files | Lines |
2021-01-21 | memif: adapt to new rxq framework | Mohammed Hawari | 1 | -43/+41 |
2020-12-04 | libmemif: clean up typos | Paul Vinciguerra | 1 | -1/+1 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -8/+11 |
2020-08-06 | memif: wrong interface counter is incremented | Steven Luong | 1 | -2/+2 |
2020-05-14 | memif: 14 bytes extra overhead issue fixed. | Mrityunjay Kumar | 1 | -2/+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-25 | memif: Fix uninitialized variable as reported by coverity | Steven Luong | 1 | -1/+2 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 1 | -1/+1 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 1 | -0/+1 |
2019-02-09 | buffers: fix typo | Damjan Marion | 1 | -2/+2 |
2019-02-06 | buffers: make buffer data size configurable from startup config | Damjan Marion | 1 | -2/+2 |
2019-02-01 | memif: fix buffer prefetch | Damjan Marion | 1 | -4/+5 |
2019-01-30 | buffers: add missing ref_count = 1 in drivers | Damjan Marion | 1 | -0/+1 |
2019-01-30 | buffers: major cleanup and improvements | Damjan Marion | 1 | -3/+6 |
2019-01-18 | deprecate clib_memcpy64_x4 | Damjan Marion | 1 | -10/+17 |
2018-11-20 | memif input-node improvements | Damjan Marion | 1 | -11/+34 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -16/+16 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -2/+0 |
2018-07-17 | memif: vectorized buffer enqueue in input node | Damjan Marion | 1 | -146/+121 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -2/+2 |
2018-05-29 | Add VLIB_NODE_FN() macro to simplify multiversioning of node functions | Damjan Marion | 1 | -20/+5 |
2018-04-05 | memif: bug fixes | Damjan Marion | 1 | -21/+72 |
2018-04-04 | memif: zero copy slave | Damjan Marion | 1 | -5/+327 |
2018-03-22 | memif: version 2 | Damjan Marion | 1 | -359/+326 |
2018-02-09 | memif: fix crash caused by zero pkt len in memif and clear dirty cache while ... | Chun Li | 1 | -2/+80 |
2017-11-23 | memif: fix input node multiversion constructor | Damjan Marion | 1 | -6/+6 |
2017-11-23 | memif: multiversioning | Damjan Marion | 1 | -6/+22 |
2017-11-08 | memif: do not mask head and tail pointers | Damjan Marion | 1 | -32/+15 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. | Christophe Fontaine | 1 | -1/+1 |
2017-06-19 | memif: add ip mode | Damjan Marion | 1 | -18/+82 |
2017-06-16 | memif: jumbo frames support | Steven | 1 | -109/+201 |
2017-06-12 | memif: complete refactor of socket handling code | Damjan Marion | 1 | -41/+42 |
2017-05-31 | memif: multi-queues support | Steven | 1 | -11/+7 |
2017-05-15 | memif: migrate memif to use vnet device infra APIs | Steven | 1 | -20/+20 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 1 | -17/+18 |
2017-04-05 | Fix two more memif coverity issues | Milan Lenco | 1 | -24/+20 |
2017-03-22 | Add memif - packet memory interface for intra-host communication | Damjan Marion | 1 | -0/+383 |