From 79b235502da6d5f55ca59d48f9d825e40e191d02 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Mon, 18 Mar 2019 11:11:13 -0700 Subject: uhdlib: Add dpdk_zero_copy.hpp dpdk_zero_copy.hpp was referenced in multiple places using relative paths. Let's throw it in uhdlib for easy access. --- host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.cpp | 2 +- host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/mpmd') diff --git a/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.cpp b/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.cpp index f739942b4..a496e8e69 100644 --- a/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.cpp +++ b/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.cpp @@ -7,9 +7,9 @@ #include "mpmd_impl.hpp" #include "mpmd_xport_mgr.hpp" #include "mpmd_xport_ctrl_dpdk_udp.hpp" -#include "../../transport/dpdk_zero_copy.hpp" #include #include +#include #include diff --git a/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.hpp b/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.hpp index 1ee1549e0..943cd44d6 100644 --- a/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.hpp +++ b/host/lib/usrp/mpmd/mpmd_xport_ctrl_dpdk_udp.hpp @@ -8,8 +8,8 @@ #define INCLUDED_MPMD_XPORT_CTRL_DPDK_UDP_HPP #include "mpmd_xport_ctrl_base.hpp" -#include "../transport/dpdk_zero_copy.hpp" #include +#include #include "../device3/device3_impl.hpp" namespace uhd { namespace mpmd { namespace xport { -- cgit v1.2.3