[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-10 Thread Helin Zhang
As unified packet types are used instead, those old bit masks and the relevant macros for packet type indication need to be removed. To avoid breaking ABI compatibility, all the changes would be enabled by RTE_NEXT_ABI, which is disabled by default. Signed-off-by: Helin Zhang --- lib/librte_mbuf

[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-13 Thread Thomas Monjalon
2015-07-10 00:31, Helin Zhang: > As unified packet types are used instead, those old bit masks and > the relevant macros for packet type indication need to be removed. It breaks mlx4 and cxgbe drivers. The mlx4 driver didn't have the chance to be updated in this series. Adrien, please, could you

[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-13 Thread Zhang, Helin
Hi Thomas > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, July 13, 2015 9:13 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Adrien Mazarguil > Subject: Re: [dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit &g

[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-13 Thread Thomas Monjalon
2015-07-13 16:25, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2015-07-10 00:31, Helin Zhang: > > > As unified packet types are used instead, those old bit masks and the > > > relevant macros for packet type indication need to be removed. > > > > It breaks mlx4 a

[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-13 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, July 13, 2015 9:28 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Adrien Mazarguil; Rahul Lakkireddy > Subject: Re: [dpdk-dev] [PATCH v10 19/19] mbuf: remove old packe

[dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit masks

2015-07-13 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Monday, July 13, 2015 9:13 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Adrien Mazarguil > Subject: Re: [dpdk-dev] [PATCH v10 19/19] mbuf: remove old packet type bit > masks