Re: [dpdk-dev] [PATCH v2] net/i40e: fix flow RSS configuration error

2018-03-22 Thread Zhao1, Wei
> -Original Message- > From: Zhang, Qi Z > Sent: Thursday, March 22, 2018 8:39 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH v2] net/i40e: fix flow RSS configuration error > > > > > -Original Message- > > From: Zhao1, Wei > > Sent: Wednesday, March 21, 2018 3:25 PM >

Re: [dpdk-dev] [PATCH v2] net/i40e: fix flow RSS configuration error

2018-03-22 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, March 21, 2018 3:25 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v2] net/i40e: fix flow RSS configuration error > > I40e need a protection for rss rule flow configuration after one rule is set > for a

[dpdk-dev] [PATCH v2] net/i40e: fix flow RSS configuration error

2018-03-21 Thread Wei Zhao
I40e need a protection for rss rule flow configuration after one rule is set for a port. Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") Signed-off-by: Wei Zhao Tested-by: Peng Yuan --- Changes in v2: change fixes version number. --- drivers/net/i40e/i40e_flow.c | 9 ++--- 1 file c