Re: [dpdk-dev] [PATCH v9] net/i40e: enable hash configuration in RSS flow

2020-04-15 Thread Ye Xiaolong
On 04/15, Xing, Beilei wrote: > > >> -Original Message- >> From: Di, ChenxuX >> Sent: Wednesday, April 15, 2020 4:46 PM >> To: dev@dpdk.org >> Cc: Yang, Qiming ; Xing, Beilei >> ; Di, ChenxuX >> Subject: [PATCH v9] net/i40e: enable hash configuration in RSS flow >> >> This patch supports

Re: [dpdk-dev] [PATCH v9] net/i40e: enable hash configuration in RSS flow

2020-04-15 Thread Xing, Beilei
> -Original Message- > From: Di, ChenxuX > Sent: Wednesday, April 15, 2020 4:46 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Di, ChenxuX > Subject: [PATCH v9] net/i40e: enable hash configuration in RSS flow > > This patch supports: > > - Symmetric hash configuration >

[dpdk-dev] [PATCH v9] net/i40e: enable hash configuration in RSS flow

2020-04-15 Thread Chenxu Di
This patch supports: - Symmetric hash configuration - Hash input set configuration Signed-off-by: Chenxu Di --- v9: -Updated code about enable hash. --- doc/guides/nics/i40e.rst | 37 ++ doc/guides/rel_notes/release_20_05.rst | 2 + drivers/net/i40e/i40e_ethdev.c | 528