Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-16 | rdma: introduce direct verb for Cx4/5 tx | Benoît Ganne | 4 | -73/+549 |
2020-03-16 | rdma: add Mellanox mlx5 Direct Verbs receive support | Damjan Marion | 6 | -37/+843 |
2020-03-02 | rdma: improve rx loop | Damjan Marion | 1 | -38/+16 |
2020-03-02 | rdma: improve refill | Damjan Marion | 1 | -65/+57 |
2020-03-02 | rdma: use per-thread buffer template | Damjan Marion | 3 | -5/+25 |
2020-02-18 | rdma: fix bug related to ring buffer | Elias Rudberg | 1 | -2/+2 |
2020-01-08 | rdma: api: prepare support for direct verb | Benoît Ganne | 7 | -10/+79 |
2020-01-08 | rdma: add FEATURE.yaml | Benoît Ganne | 1 | -0/+8 |
2019-12-12 | rdma: add explicit types in api | Ole Troan | 1 | -2/+3 |
2019-11-08 | rdma: fix next node rx redirect | Benoît Ganne | 1 | -8/+2 |
2019-11-08 | rdma: fix name auto-generation on create | Benoît Ganne | 1 | -1/+5 |
2019-10-23 | rdma: build: fix ibverb compilation test | Benoît Ganne | 1 | -5/+3 |
2019-10-16 | rdma: add rdma API | Benoît Ganne | 8 | -29/+401 |
2019-10-07 | rdma: fix crash when failing to read pci addr on create | Benoît Ganne | 1 | -0/+3 |
2019-10-07 | rdma: fix crash when failing to detect numa node on create | Benoît Ganne | 1 | -0/+5 |
2019-10-06 | rdma: prevent loopback of broadcast packets | Benoît Ganne | 1 | -4/+9 |
2019-10-05 | rdma: make sure pci subsystem is initialized | Benoît Ganne | 1 | -1/+6 |
2019-10-01 | rdma: fix non-NULL terminated C-string overflow | Benoît Ganne | 2 | -3/+3 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-08-27 | rdma: fix pending packets check on tx | Benoît Ganne | 1 | -1/+1 |
2019-08-26 | rdma: use rings for buffers management | Benoît Ganne | 5 | -203/+243 |
2019-08-19 | rdma: add support for MAC changes | Benoît Ganne | 2 | -1/+35 |