> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Tuesday, January 26, 2021 5:52 PM
> To: Xing, Beilei <[email protected]>; Guo, Jia <[email protected]>
> Cc: [email protected]; Yu, DapengX <[email protected]>; [email protected]
> Subject: [PATCH] net/i40e: fix register setting for hash enable
>
> From: Dapeng Yu <[email protected]>
>
> The original code causes wrong value to be set into PFQF_HENA register
> because unnecessary calling to get translated pctype value for X722 NIC. The
> result is RSS cannot work.
>
> So remove the unnecessary translation.
>
> Fixes: ef4c16fd9148 ("net/i40e: refactor RSS flow")
> Cc: [email protected]
>
> Signed-off-by: Dapeng Yu <[email protected]>
Acked-by: Beilei Xing <[email protected]>