diff options
author | Deepak S <deepak.s@linux.intel.com> | 2018-01-16 12:51:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-16 12:51:27 +0000 |
commit | deab1ee8197298bd7cf30d259a28206841d59383 (patch) | |
tree | 46a480248b2ba495991feaee540081e5d7f1b6cd /VNFs/DPPD-PROX/prox_port_cfg.h | |
parent | 0249d9c01370221b724d794a3d048b01a9dd325b (diff) | |
parent | 972dac6999c939a3b1f70d69f81082d8cabd04c7 (diff) |
Merge "Add support for DPDK 17.11"
Diffstat (limited to 'VNFs/DPPD-PROX/prox_port_cfg.h')
-rw-r--r-- | VNFs/DPPD-PROX/prox_port_cfg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/prox_port_cfg.h b/VNFs/DPPD-PROX/prox_port_cfg.h index 370b0456..455e2b2e 100644 --- a/VNFs/DPPD-PROX/prox_port_cfg.h +++ b/VNFs/DPPD-PROX/prox_port_cfg.h @@ -20,6 +20,11 @@ #include <rte_pci.h> #include <rte_ether.h> #include <rte_ethdev.h> +#include <rte_version.h> +#if RTE_VERSION >= RTE_VERSION_NUM(17,11,0,0) +#include <rte_bus_pci.h> +#endif +#include <rte_pci.h> #include "prox_globals.h" |