[dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type

2015-01-30 Thread Zhang, Helin
Hi Bruce > -Original Message- > From: Richardson, Bruce > Sent: Friday, January 30, 2015 7:30 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Cao, Waterman; Liang, Cunming; Liu, Jijiang; Ananyev, > Konstantin > Subject: Re: [PATCH 04/17] ixgbe: support of unified packet type > > On Thu, Jan

[dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type

2015-01-29 Thread Liang, Cunming
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, January 29, 2015 4:30 PM > To: Zhang, Helin > Cc: dev at dpdk.org; Cao, Waterman; Liang, Cunming; Liu, Jijiang; Ananyev, > Konstantin > Subject: Re: [PATCH 04/17] ixgbe: support of unified packet type > > On Thu, Jan 29, 20

[dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type

2015-01-29 Thread Bruce Richardson
On Thu, Jan 29, 2015 at 11:52:03PM +, Liang, Cunming wrote: > > > > -Original Message- > > From: Richardson, Bruce > > Sent: Thursday, January 29, 2015 4:30 PM > > To: Zhang, Helin > > Cc: dev at dpdk.org; Cao, Waterman; Liang, Cunming; Liu, Jijiang; Ananyev, > > Konstantin > > Subjec

[dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type

2015-01-29 Thread Bruce Richardson
On Thu, Jan 29, 2015 at 11:15:52AM +0800, Helin Zhang wrote: > To unify packet types among all PMDs, bit masks of packet type for > ol_flags are replaced by unified packet type for Vector PMD. > Two suggestions on the commit log: 1. Can you add scalar and vector into the titles to make it clear h

[dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type

2015-01-29 Thread Helin Zhang
To unify packet types among all PMDs, bit masks of packet type for ol_flags are replaced by unified packet type for Vector PMD. Signed-off-by: Cunming Liang Signed-off-by: Helin Zhang --- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 39 +++ 1 file changed, 21 insertio