From 676554935a576db9f512b8b2ef81ba6723bb7ad6 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 15 Nov 2016 12:50:28 +0100 Subject: dpdk: remove rte_mbuf modifications at many places in the code It is sole responsibility of dpdk tx function to fill/update rte_mbuf prior to sending packet do PMD. Change-Id: I8ca1dba3e7bef41034d36e3525831849f7ac4ac0 Signed-off-by: Damjan Marion --- vpp/vpp-api/api.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vpp') diff --git a/vpp/vpp-api/api.c b/vpp/vpp-api/api.c index 676b0c45..73e3c0dd 100644 --- a/vpp/vpp-api/api.c +++ b/vpp/vpp-api/api.c @@ -95,6 +95,10 @@ #undef __included_bihash_template_h__ #include +#if DPDK > 0 +#include +#endif + #if IPSEC > 0 #include #include -- cgit