Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58894d52 authored by Netanel Belgazal's avatar Netanel Belgazal Committed by David S. Miller
Browse files

net: ena: add new admin define for future support of IPv6 RSS

parent 11095fdb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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,
};