[dpdk-dev] [PATCH v10 01/19] mbuf: redefine packet_type in rte_mbuf

2015-07-10 Thread Helin Zhang
In order to unify the packet type, the field of 'packet_type' in 'struct rte_mbuf' needs to be extended from 16 to 32 bits. Accordingly, some fields in 'struct rte_mbuf' are re-organized to support this change for Vector PMD. As 'struct rte_kni_mbuf' for KNI should be right mapped to 'struct rte

[dpdk-dev] [PATCH v10 01/19] mbuf: redefine packet_type in rte_mbuf

2015-07-13 Thread Thomas Monjalon
2015-07-10 00:31, Helin Zhang: > To avoid breaking ABI compatibility, all the changes would be enabled by > RTE_NEXT_ABI, > which is disabled by default. It is enabled by default. This comment will be removed from all patches of the series.