From f1c16a0fabdbf081e0e342ce0bbd121150bea293 Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Fri, 21 Oct 2022 18:34:40 +0200 Subject: [PATCH] fix non-dpdk build --- code/bngblaster/src/io/io_dpdk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/bngblaster/src/io/io_dpdk.c b/code/bngblaster/src/io/io_dpdk.c index 19e3a774..93e4a913 100644 --- a/code/bngblaster/src/io/io_dpdk.c +++ b/code/bngblaster/src/io/io_dpdk.c @@ -10,9 +10,9 @@ */ #include "io.h" -#ifndef BNGBLASTER_DPDK -#define BNGBLASTER_DPDK 1 -#endif +//#ifndef BNGBLASTER_DPDK +//#define BNGBLASTER_DPDK 1 +//#endif #ifdef BNGBLASTER_DPDK