summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vm/config
blob: 698c7ed28a26719878b28131c7070adee2ff26fd (plain)
1
CONFIG_USERFAULTFD=y
47482c0dd0cd4be495e47'>bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan1-1/+1 Commit ae10ae740ad2 ("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> 2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan