summaryrefslogtreecommitdiffstats
path: root/src/plugins/rdma/plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-0/+35
RDMA ibverb is a userspace API to efficiently rx/tx packets. This is an initial, unoptimized driver targeting Mellanox cards. Next steps should include batching, multiqueue and additional cards. Change-Id: I0309c7a543f75f2f9317eaf63ca502ac7a093ef9 Signed-off-by: Benoît Ganne <bganne@cisco.com>