From fe750c248be58b76479836639fbd0c4617210aa5 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Mon, 25 Mar 2019 11:41:34 +0100 Subject: Add RDMA ibverb driver plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- build/external/deb/debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'build/external/deb/debian') diff --git a/build/external/deb/debian/rules b/build/external/deb/debian/rules index 6393f82716b..2b1157e5e48 100755 --- a/build/external/deb/debian/rules +++ b/build/external/deb/debian/rules @@ -20,7 +20,6 @@ override_dh_clean: make $(MAKE_ARGS) clean override_dh_auto_configure: - make $(MAKE_ARGS) config override_dh_install: make $(MAKE_ARGS) install -- cgit 1.2.3-korg