From: Kefu Chai Date: Mon, 7 May 2018 14:31:51 +0000 (+0800) Subject: dpdk: drop dpdk submodule X-Git-Tag: v13.2.1~30^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23070%2Fhead;p=ceph.git 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 (cherry picked from commit cb8087dfac31b8490fefdfca28d389b7b9901ef8) --- diff --git a/.gitmodules b/.gitmodules index 5f77912f0d17..24a8ba53de69 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