diff options
author | Damjan Marion <damarion@cisco.com> | 2016-11-15 12:50:28 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-11-23 22:12:25 +0000 |
commit | 676554935a576db9f512b8b2ef81ba6723bb7ad6 (patch) | |
tree | 796b94d3320e097789c5d6bc12f442f4cea9c2a1 /vpp-api-test | |
parent | daa2cd1512ac46dfe116b89a34caf19a71994c45 (diff) |
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 <damarion@cisco.com>
Diffstat (limited to 'vpp-api-test')
-rw-r--r-- | vpp-api-test/vat/api_format.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <inttypes.h> #include <sys/stat.h> #define vl_typedefs /* define message structures */ |