X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Flib%2Fethernet%2Fethdi.h;h=d47dd76ab002e0ab5c172cb1ed06f460f4638912;hb=2fbf70096f64af622da983e88c5a64e90ad9bdbd;hp=e258ac021866e5c3b8cc4080d06b1ff1a76fed5e;hpb=cef07f74965b1749dd909fc1322e211489fea2ea;p=o-du%2Fphy.git diff --git a/fhi_lib/lib/ethernet/ethdi.h b/fhi_lib/lib/ethernet/ethdi.h index e258ac0..d47dd76 100644 --- a/fhi_lib/lib/ethernet/ethdi.h +++ b/fhi_lib/lib/ethernet/ethdi.h @@ -35,6 +35,17 @@ extern "C" { #include #include +/* comment this to enable PDUMP + * DPDK has to be compiled with + * CONFIG_RTE_LIBRTE_PMD_PCAP=y + * CONFIG_RTE_LIBRTE_PDUMP=y + */ +#undef RTE_LIBRTE_PDUMP + +#ifdef RTE_LIBRTE_PDUMP +#include +#endif + #include "ethernet.h" #include "xran_fh_o_du.h"