Re: [PATCH 02/16] net/hns3: fix possible truncation of redirection table

2023-03-10 Thread Ferruh Yigit
On 3/10/2023 9:35 AM, Dongdong Liu wrote: > From: Huisong Li > > The size of the redirection table is obtained from firmware. If the size > isn't a multiple of HNS3_RSS_CFG_TBL_SIZE, the redirection table from > user will be truncated. > > Fixes: c37ca66f2b27 ("net/hns3: support RSS") > Cc: sta.

[PATCH 02/16] net/hns3: fix possible truncation of redirection table

2023-03-10 Thread Dongdong Liu
From: Huisong Li The size of the redirection table is obtained from firmware. If the size isn't a multiple of HNS3_RSS_CFG_TBL_SIZE, the redirection table from user will be truncated. Fixes: c37ca66f2b27 ("net/hns3: support RSS") Cc: sta...@dpdk.org Signed-off-by: Huisong Li Signed-off-by: Don