On Fri, Jul 17, 2020 at 2:00 PM Jakub Kicinski <k...@kernel.org> wrote: > > 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>
Reviewed-by: Michael Chan <michael.c...@broadcom.com> Thanks.