diff options
author | Alex Williams <alex.williams@ni.com> | 2019-03-18 11:11:13 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-04-10 16:50:43 -0700 |
commit | 88a405980fc19f5e9833c4880911b8b883435ad9 (patch) | |
tree | 5ecb53df1296833fc0ab6d191b27b212d656f547 /host/lib/usrp/x300 | |
parent | 4842d45fec1e62f9687ccf5c000f29cd34425964 (diff) | |
download | uhd-88a405980fc19f5e9833c4880911b8b883435ad9.tar.gz uhd-88a405980fc19f5e9833c4880911b8b883435ad9.tar.bz2 uhd-88a405980fc19f5e9833c4880911b8b883435ad9.zip |
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.
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.cpp b/host/lib/usrp/x300/x300_impl.cpp index 72aeb09e6..796d422ad 100644 --- a/host/lib/usrp/x300/x300_impl.cpp +++ b/host/lib/usrp/x300/x300_impl.cpp @@ -25,7 +25,7 @@ #include <uhd/utils/static.hpp> #include <uhdlib/usrp/common/apply_corrections.hpp> #ifdef HAVE_DPDK -# include "../../transport/dpdk_zero_copy.hpp" +# include <uhdlib/transport/dpdk_zero_copy.hpp> # include <uhdlib/transport/dpdk_simple.hpp> #endif #include <boost/algorithm/string.hpp> |