include rte_config header before any other dpdk include

Change-Id: Idd28931756a53663512efe85b896eeffcc8cadcb
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
This commit is contained in:
Gabriel Ganne
2017-03-07 17:04:02 +01:00
parent 145bb0f2a6
commit 794813fda1

View File

@ -18,6 +18,7 @@
#include <vnet/vnet.h>
#undef always_inline
#include <rte_config.h>
#include <rte_crypto.h>
#include <rte_cryptodev.h>