aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c')
-rw-r--r--drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c b/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c
index 5603f5ab1fee..92ba958e204e 100644
--- a/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c
+++ b/drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c
@@ -527,6 +527,7 @@ static int nicvf_get_rss_hash_opts(struct nicvf *nic,
527 case SCTP_V4_FLOW: 527 case SCTP_V4_FLOW:
528 case SCTP_V6_FLOW: 528 case SCTP_V6_FLOW:
529 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3; 529 info->data |= RXH_L4_B_0_1 | RXH_L4_B_2_3;
530 /* Fall through */
530 case IPV4_FLOW: 531 case IPV4_FLOW:
531 case IPV6_FLOW: 532 case IPV6_FLOW:
532 info->data |= RXH_IP_SRC | RXH_IP_DST; 533 info->data |= RXH_IP_SRC | RXH_IP_DST;