]> git.samba.org - sfrench/cifs-2.6.git/commit
bnx2x: mark LRO as a fixed disabled feature if disable_tpa is set
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 28 Apr 2015 09:34:21 +0000 (11:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2015 18:48:35 +0000 (14:48 -0400)
commitd9b9e860cef1d904832bc6e92e444adfeabe49e9
tree8c90aa1104f25ca2a1496a541c4f5986c0c97335
parent3f300ff41d89fe9674b8dbab950ba2572639ee8d
bnx2x: mark LRO as a fixed disabled feature if disable_tpa is set

If disable_tpa is set, remove NETIF_F_LRO from hw_features, so ethtool sees
it as "off [fixed]".

Note that setting the NETIF_F_LRO bit in dev->features in the 'else'
branch is not needed, because the bit was already set by
bnx2x_init_dev().

Then the check for disable_tpa in in bnx2x_fix_features() becomes unnecessary.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c