From cb8087dfac31b8490fefdfca28d389b7b9901ef8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 7 May 2018 22:31:51 +0800 Subject: [PATCH] dpdk: drop dpdk submodule we are using spdk/dpdk for async msgr's dpdk backend since 01a9f178. so no need to keep dpdk submodule anymore. Fixes: http://tracker.ceph.com/issues/24032 Signed-off-by: Kefu Chai --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5f77912f0d170..24a8ba53de69a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,9 +37,6 @@ url = https://github.com/ceph/lua.git branch = lua-5.3-ceph ignore = dirty -[submodule "src/dpdk"] - path = src/dpdk - url = https://github.com/ceph/dpdk [submodule "src/zstd"] path = src/zstd url = https://github.com/facebook/zstd -- 2.39.5