Age | Commit message (Expand) | Author | Files | Lines |
2024-03-12 | misc: remove GNU Indent directives | Damjan Marion | 4 | -16/+0 |
2023-12-15 | rdma: add rdma_create_v4 that handles flags properly | Vratko Polak | 4 | -2/+136 |
2023-10-14 | feature: remove unused code | Damjan Marion | 1 | -1/+1 |
2023-08-07 | vppinfra: add clib_file_get_resolved_basename | Damjan Marion | 1 | -1/+1 |
2023-07-28 | vlib: pci cleanup and improvements | Damjan Marion | 1 | -12/+1 |
2023-05-16 | misc: make format_hexdump length u32 | Benoît Ganne | 1 | -3/+2 |
2023-04-27 | api: Mark old message versions as deprecated | Ondrej Fabry | 1 | -0/+4 |
2023-04-21 | rdma: fix rx CQ mask to calculate right next_cqe_index | Jieqiang Wang | 1 | -1/+1 |
2023-04-11 | rdma: disable compressed CQE mode for txq CQ | Jieqiang Wang | 1 | -3/+1 |
2023-02-13 | rdma: always use 64 byte CQEs for MLX5 | Nathan Brown | 1 | -5/+23 |
2022-11-29 | rdma: fix for-loop initialization in scalar path | Jieqiang Wang | 1 | -20/+35 |
2022-10-25 | rdma: set correct CQE flags | Jieqiang Wang | 1 | -6/+6 |
2022-10-25 | rdma: fix ipv4 checksum check in rdma-input node | Jieqiang Wang | 1 | -23/+40 |
2022-10-04 | rdma: unhackish build of rdma-core | Mohammed Hawari | 1 | -5/+3 |
2022-08-23 | rdma: fix coverity 249197 | Benoît Ganne | 1 | -2/+2 |
2022-05-05 | rdma: two small improvements for rdma interface | Jieqiang Wang | 2 | -5/+5 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU | Damjan Marion | 1 | -2/+3 |
2022-01-17 | interface: improve MTU handling | Damjan Marion | 1 | -6/+4 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 1 | -5/+7 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 1 | -3/+2 |
2021-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define | Klement Sekera | 1 | -10/+7 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 2 | -75/+102 |
2021-08-20 | rdma: decrease inlining | Benoît Ganne | 1 | -26/+19 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -4/+4 |
2021-06-30 | rdma: fix chained buffer tx path in dv mode | Benoît Ganne | 1 | -24/+20 |
2021-05-04 | rdma: add support for RSS configuration | Benoît Ganne | 7 | -14/+338 |
2021-05-04 | rdma: support non-power-of-2 number of rxq | Benoît Ganne | 1 | -13/+19 |
2021-05-03 | rdma: avoid unnencessary inlining | Damjan Marion | 1 | -27/+29 |
2021-04-30 | build: declare some CMake variables as advanced | Damjan Marion | 1 | -1/+1 |
2021-04-14 | rdma: remove redundant memory registration | Benoît Ganne | 1 | -6/+0 |
2021-04-14 | rdma: fix skip_ipv4_cksum behavior in scalar path | Tianyu Li | 1 | -1/+1 |
2021-03-25 | rdma: fix buggy cqe parsing (truncated packets) | Mohammed Hawari | 1 | -3/+2 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -2/+2 |
2021-02-15 | rdma: rdma_log__ argument dev is a pointer | Vratko Polak | 1 | -5/+8 |
2021-01-21 | rdma: adapt to new vnet rxq framework | Mohammed Hawari | 3 | -27/+30 |
2020-11-25 | rdma: fixed UAR writing at tx | Mohammed Hawari | 1 | -1/+1 |
2020-11-13 | rdma: implement multiseg rx without striding rq | Mohammed Hawari | 8 | -65/+470 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -15/+12 |
2020-11-04 | rdma: various fixes for chained buffers tx | Mohammed Hawari | 1 | -14/+19 |
2020-10-26 | rdma: fix clang-11 build | Damjan Marion | 1 | -1/+1 |
2020-10-24 | rdma: implement striding rq for multiseg rx | Mohammed Hawari | 4 | -130/+433 |
2020-10-24 | rdma: add RSS support for IPv6 and TCP | Benoît Ganne | 2 | -32/+58 |
2020-08-31 | rdma: bugfix in the descriptor refill logic. In case of a partial allocation,... | Mohammed Hawari | 1 | -1/+1 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 1 | -4/+13 |
2020-05-07 | rdma: fix alignment issue | Damjan Marion | 1 | -2/+2 |
2020-05-06 | rdma: fix clang build | Benoît Ganne | 1 | -2/+9 |
2020-04-27 | rdma: tx: interleave prefetches | Benoît Ganne | 1 | -24/+13 |
2020-03-31 | rdma: print device info from PCI VPD in 'show hardware' output | Damjan Marion | 1 | -0/+14 |
2020-03-20 | rdma: ring db only once per vector on tx | Benoît Ganne | 1 | -28/+44 |
2020-03-16 | rdma: optimize tx wqe_init | Damjan Marion | 3 | -13/+33 |