diff options
Diffstat (limited to 'src/stateless/cp/trex_stateless_port.cpp')
-rw-r--r-- | src/stateless/cp/trex_stateless_port.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stateless/cp/trex_stateless_port.cpp b/src/stateless/cp/trex_stateless_port.cpp index f745bee9..a31847a5 100644 --- a/src/stateless/cp/trex_stateless_port.cpp +++ b/src/stateless/cp/trex_stateless_port.cpp @@ -22,10 +22,12 @@ limitations under the License. #include <trex_stateless_port.h> #include <string> +#ifndef TREX_RPC_MOCK_SERVER // DPDK c++ issue #define UINT8_MAX 255 #define UINT16_MAX 0xFFFF // DPDK c++ issue +#endif #include <rte_ethdev.h> #include <os_time.h> |