Re: [dpdk-dev] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow

2021-01-08 Thread Zhang, Qi Z
> -Original Message- > From: Zhang,Alvin > Sent: Friday, January 8, 2021 1:36 PM > To: Guo, Jia ; Xing, Beilei ; Zhang, > Qi Z ; Su, Simei ; Yang, Qiming > > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow > > From

[dpdk-dev] [PATCH v4 1/3] doc: fix testpmd command for i40e RSS flow

2021-01-07 Thread Zhang,Alvin
From: Alvin Zhang The command here does not create a queue region, but only sets the lookup table, so the descriptions in the doc is not exact. Signed-off-by: Alvin Zhang Fixes: feaae285b342 ("net/i40e: support hash configuration in RSS flow") Cc: sta...@dpdk.org --- V2: Divide the patch into