Re: [dpdk-dev] [PATCH v4 1/5] net/virtio: add initial RSS support

2021-10-11 Thread Maxime Coquelin
On 10/11/21 10:47, Xia, Chenbo wrote: Hi Maxime, -Original Message- From: Maxime Coquelin Sent: Monday, October 4, 2021 10:30 PM To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com; david.march...@redhat.com; andrew.rybche...@oktetlabs.ru; Yigit, Ferruh ; michae...@nvidia.com; viach

Re: [dpdk-dev] [PATCH v4 1/5] net/virtio: add initial RSS support

2021-10-11 Thread Xia, Chenbo
Hi Maxime, > -Original Message- > From: Maxime Coquelin > Sent: Monday, October 4, 2021 10:30 PM > To: dev@dpdk.org; Xia, Chenbo ; amore...@redhat.com; > david.march...@redhat.com; andrew.rybche...@oktetlabs.ru; Yigit, Ferruh > ; michae...@nvidia.com; viachesl...@nvidia.com; Li, > Xiaoyun

[dpdk-dev] [PATCH v4 1/5] net/virtio: add initial RSS support

2021-10-04 Thread Maxime Coquelin
Provide the capability to update the hash key, hash types and RETA table on the fly (without needing to stop/start the device). However, the key length and the number of RETA entries are fixed to 40B and 128 entries respectively. This is done in order to simplify the design, but may be revisited la