RE: [PATCH v2] net/ice: fix pointer of the meta data

2021-11-11 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, AlvinX > Sent: Friday, November 12, 2021 1:34 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [PATCH v2] net/ice: fix pointer of the meta data > > This patch fixes coverity issue by dire

[PATCH v2] net/ice: fix pointer of the meta data

2021-11-11 Thread Alvin Zhang
This patch fixes coverity issue by directly passing the address of the meta data to subfunction. Coverity issue: 373867 Fixes: 5ad3db8d4bdd ("net/ice: enable advanced RSS") Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- drivers/net/ice/ice_hash.c | 5 ++--- 1 file changed, 2 insertions(+),