Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Fix build with dpdk-stable 17.05.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrb committed Sep 11, 2017
1 parent ffd35f1 commit 9c37668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern struct acl_parm acl_parm_config;
extern struct rte_acl_ctx* ipv4_acx[NB_SOCKETS];
extern struct rte_acl_ctx* ipv6_acx[NB_SOCKETS];

#if RTE_VER_MINOR > 1 && RTE_VER_MAJOR == 2
#if RTE_VER_MONTH > 1 && RTE_VER_YEAR == 2
/*
* That effectively defines order of IPV4VLAN classifications:
* - PROTO
Expand Down

0 comments on commit 9c37668

Please sign in to comment.