Re: [dpdk-dev] [PATCH v4] net/i40e: add flow RSS queue index check

2018-04-06 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Wednesday, April 4, 2018 9:26 PM > To: Zhao1, Wei; dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4] net/i40e: add flow RSS queue index check > >

Re: [dpdk-dev] [PATCH v4] net/i40e: add flow RSS queue index check

2018-04-04 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Wednesday, April 4, 2018 4:06 PM > To: dev@dpdk.org; sta...@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v4] net/i40e: add flow RSS queue index check tile start with fix. > > There need a queue index check for RSS queue regi

[dpdk-dev] [PATCH v4] net/i40e: add flow RSS queue index check

2018-04-04 Thread Wei Zhao
There need a queue index check for RSS queue region in order to aviod error from configuration. Fixes: ecad87d22383 ("net/i40e: move RSS to flow API") Signed-off-by: Wei Zhao Tested-by: Peng Yuan --- Changes in v2: move check code out from the big loop. change in v3: delete unnecessary da