Skip to content

Commit

Permalink
net: ena: add new admin define for future support of IPv6 RSS
Browse files Browse the repository at this point in the history
Signed-off-by: Netanel Belgazal <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
NetanelBelgazal authored and davem330 committed Oct 19, 2017
1 parent 11095fd commit 58894d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/net/ethernet/amazon/ena/ena_admin_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,12 @@ enum ena_admin_flow_hash_proto {

ENA_ADMIN_RSS_NOT_IP = 7,

/* TCPv6 with extension header */
ENA_ADMIN_RSS_TCP6_EX = 8,

/* IPv6 with extension header */
ENA_ADMIN_RSS_IP6_EX = 9,

ENA_ADMIN_RSS_PROTO_NUM = 16,
};

Expand Down

0 comments on commit 58894d5

Please sign in to comment.