Support packets in flight
[samplevnf.git] / VNFs / DPPD-PROX / rw_reg.c
index a0e5908..b4f6c21 100644 (file)
 // limitations under the License.
 */
 
+#include <rte_version.h>
+#if RTE_VERSION >= RTE_VERSION_NUM(21,11,0,0)
+#include <ethdev_driver.h>     // Please configure DPDK with meson option -Denable_driver_sdk=true
+#endif
 #include <rte_ethdev.h>
 #include "rw_reg.h"