[dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx

2016-06-23 Thread Bruce Richardson
On Wed, Jun 15, 2016 at 08:35:30AM +, Wu, Jingjing wrote: > > > > -Original Message- > > From: Tao, Zhe > > Sent: Tuesday, June 14, 2016 1:24 PM > > To: dev at dpdk.org > > Cc: Tao, Zhe ; Wu, Jingjing > > Subject: [PATCH v3] i40e: fix olflags for vector Rx > > > > Problem: > > The f

[dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx

2016-06-21 Thread Peng, Yuan
Behalf Of Zhe Tao Sent: Tuesday, June 14, 2016 1:24 PM To: dev at dpdk.org Cc: Tao, Zhe ; Wu, Jingjing Subject: [dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx Problem: The flag for RSS and flow director is not set correctly in the vector Rx function, so the upper layer APP which base on

[dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx

2016-06-15 Thread Wu, Jingjing
> -Original Message- > From: Tao, Zhe > Sent: Tuesday, June 14, 2016 1:24 PM > To: dev at dpdk.org > Cc: Tao, Zhe ; Wu, Jingjing > Subject: [PATCH v3] i40e: fix olflags for vector Rx > > Problem: > The flag for RSS and flow director is not set correctly in the > vector Rx function, so t

[dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx

2016-06-14 Thread Zhe Tao
Problem: The flag for RSS and flow director is not set correctly in the vector Rx function, so the upper layer APP which base on the related flags will not work correctly. Fix this problem by change the shuffle table. the original shuffle table is not correct. Fixes: 9ed94e5bb04e ("i40e: add vect

[dpdk-dev] [PATCH v3] i40e: fix olflags for vector Rx

2016-06-14 Thread Azarewicz, PiotrX T
> Problem: > The flag for RSS and flow director is not set correctly in the vector Rx > function, so the upper layer APP which base on the related flags will not work > correctly. > > Fix this problem by change the shuffle table. the original shuffle table is > not > correct. > > Fixes: 9ed94e5b