[dpdk-dev] Removal of IP version from packet offload feature flags

2015-08-31 Thread Thomas Monjalon
2015-08-31 12:40, Martin Dra?ar: > Dne 31.8.2015 v 10:56 Thomas Monjalon napsal(a): > > In order to keep compatibility with your old code, you have to disable > > RTE_NEXT_ABI in your configuration file (.config). > > I have done this and the code works, but because the project is in > prototype

[dpdk-dev] Removal of IP version from packet offload feature flags

2015-08-31 Thread Thomas Monjalon
2015-08-31 10:03, Martin Dra?ar: > I just tried to upgrade to 2.1.0 and suddenly my code stopped compiling, > because of using PKT_RX_IPV4_HDR feature flag and the like. In the > rte_mbuf.h there is this code: > > > #ifndef RTE_NEXT_ABI > > #define PKT_RX_IPV4_HDR (1ULL << 5) /**< RX packet

[dpdk-dev] Removal of IP version from packet offload feature flags

2015-08-31 Thread Martin DraĊĦar
Hi, I just tried to upgrade to 2.1.0 and suddenly my code stopped compiling, because of using PKT_RX_IPV4_HDR feature flag and the like. In the rte_mbuf.h there is this code: > #ifndef RTE_NEXT_ABI > #define PKT_RX_IPV4_HDR (1ULL << 5) /**< RX packet with IPv4 header. */ > #define