]> git.baikalelectronics.ru Git - kernel.git/commit
bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.
authorMichael Chan <michael.chan@broadcom.com>
Mon, 13 Feb 2017 00:18:13 +0000 (19:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2017 03:18:49 +0000 (22:18 -0500)
commit06993398a6fdc6ffd08a93e48da7d8cc3da19ded
treef214b340efd49457e116c459a7405d6893a6d9f7
parentcd5b39c587587d19c09333f65251771e9ca8442f
bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.

Commit c5990a20ad2f ("bnxt_en: Add new hardware RFS mode.") has added
code to allow NTUPLE to be enabled on VFs.  So we now remove the
BNXT_VF() check in rfs_capable() to allow NTUPLE on VFs.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c