RE: [PATCH net 2/2] net: enetc: do not allow VF to configure the RSS key
From: Clark Wang
Date: Wed Mar 25 2026 - 03:17:58 EST
>
> VFs do not have privilege to configure the RSS key because the registers
> are owned by the PF. Currently, if a VF attempts to onfigure the RSS key,
Typo here: onfigure -> configure
> enetc_set_rxfh() simply skips the configuration and does not generate a
> warning, which may mislead users into thinking the feature is supported.
> To improve this situation, add a check to reject RSS key configuration
> on VFs.
>
> Fixes: d382563f541b ("enetc: Add RFS and RSS support")
> Signed-off-by: Wei Fang <wei.fang@xxxxxxx>
With the typo fixed, Reviewed-by: Clark Wang <xiaoning.wang@xxxxxxx>