From: Jakub Kicinski <k...@kernel.org> Date: Fri, 17 Jul 2020 13:59:58 -0700
> The fact that NETIF_F_HW_TC is not set should be a sufficient > indication to the user that TC offloads are not supported. > No need to bother users of older firmware versions with > pointless warnings on every boot. > > Also, since the support is optional, bnxt_init_tc() should not > return an error in case FW is old, similarly to how error > is not returned when CONFIG_BNXT_FLOWER_OFFLOAD is not set. > > With that we can add an error message to the caller, to warn > about actual unexpected failures. > > Signed-off-by: Jakub Kicinski <k...@kernel.org> Applied, thank you.