Skip to content

Commit

Permalink
Compile with DPDK >= 17.11
Browse files Browse the repository at this point in the history
rte_pci_device was moved to his own header
  • Loading branch information
Tom Barbette committed Feb 24, 2018
1 parent 5ed03ae commit a360133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ans/ans_kni.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
#include <rte_cycles.h>
#include <rte_malloc.h>
#include <rte_kni.h>
#include <rte_version.h>
#if RTE_VERSION >= RTE_VERSION_NUM(17,11,0,0)
# include <rte_bus_pci.h>
#endif

#include "ans_kni.h"

Expand Down

0 comments on commit a360133

Please sign in to comment.