aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/rdma/input.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-07rdma: fix alignment issueDamjan Marion1-2/+2
2020-03-16rdma: add Mellanox mlx5 Direct Verbs receive supportDamjan Marion1-27/+352
2020-03-02rdma: improve rx loopDamjan Marion1-38/+16
2020-03-02rdma: improve refillDamjan Marion1-65/+57
2020-03-02rdma: use per-thread buffer templateDamjan Marion1-5/+4
2020-02-18rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-08-26rdma: use rings for buffers managementBenoît Ganne1-92/+89
2019-08-19rdma: add support for input feature arcsBenoît Ganne1-29/+35
2019-08-06rdma: fix double-free in rdma-txBenoît Ganne1-6/+6
2019-07-18vlib: convert frame_index into real pointersAndreas Schultz1-1/+1
2019-04-09rdma: add multiqueue supportBenoît Ganne1-1/+1
2019-04-05rdma: more batching, compile rdma-core in release modeBenoît Ganne1-79/+254
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-0/+202