Skip to content

Commit

Permalink
Merge pull request #67 from tbarbette/master
Browse files Browse the repository at this point in the history
Compile with DPDK >= 17.11
  • Loading branch information
bluenet13 committed Feb 25, 2018
2 parents 5ed03ae + a360133 commit ec5052d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ans/ans_kni.c
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 ec5052d

Please sign in to comment.