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

2015-08-31 Thread Martin Drašar
Dne 31.8.2015 v 14:22 Thomas Monjalon napsal(a): > It does not appear in doxygen (patch welcome) but it is documented. > Check RTE_PTYPE_* in lib/librte_mbuf/rte_mbuf.h Thanks! I was looking, but not good enough. Indeed the defines are there and everything is working again :-) However, I have no

[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 s

[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 PKT_RX_IP