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-api-test/vat/api_format.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vpp-api-test/vat/api_format.c') diff --git a/vpp-api-test/vat/api_format.c b/vpp-api-test/vat/api_format.c index 549bd0377fb..67280df87ee 100644 --- a/vpp-api-test/vat/api_format.c +++ b/vpp-api-test/vat/api_format.c @@ -54,6 +54,7 @@ #include "vat/json_format.h" +#include #include #define vl_typedefs /* define message structures */ -- cgit 1.2.3-korg