> > The name of the rte_eth_fdir_flow's rte_eth_ipv6_flow attribute, > > 'ip6_flow', clashes with a macro defined in > > /usr/include/netinet/ip6.h, such that when DPDK is linked with an > > application that uses the afforementioned header, the macro is > > expanded within the DPDK struct, causing a compilation error. > > > > Rename the relevant attribute in DPDK to resolve this. > > > > Signed-off-by: Mark Kavanagh <mark.b.kavanagh at intel.com> > > Acked-by: Neil Horman <nhorman at tuxdriver.com>
Applied Thanks -- Thomas