[dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet classification type

2014-07-24 Thread Helin Zhang
For better understanding, 'PCTYPE' was added to the name of i40e RSS shift macros. Signed-off-by: Helin Zhang --- lib/librte_ether/rte_ethdev.h | 74 +-- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/li

[dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet classification type

2014-07-24 Thread Thomas Monjalon
2014-07-24 08:14, Zhang, Helin: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > 2014-07-24 14:42, Helin Zhang: > > > For better understanding, 'PCTYPE' was added to the name of i40e RSS > > > shift macros. > > > > > > Signed-off-by: Helin Zhang > > > > > -#define ETH_RSS_NONF_IP

[dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet classification type

2014-07-24 Thread Thomas Monjalon
Hi Helin, 2014-07-24 14:42, Helin Zhang: > For better understanding, 'PCTYPE' was added to the name of i40e > RSS shift macros. > > Signed-off-by: Helin Zhang > -#define ETH_RSS_NONF_IPV4_UDP_SHIFT 31 > +#define ETH_PCTYPE_NONF_IPV4_UDP 31 Why is it clearer? I don't unde

[dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet classification type

2014-07-24 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 24, 2014 4:20 PM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet > classification type > &

[dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet classification type

2014-07-24 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, July 24, 2014 3:48 PM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/5] ethdev: Rename macros of packet > classification type > >