mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
odp-util: Document size of OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4.
This attribute is exclusive of OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV6 so it doesn't take up additional space (IPv6 is larger), but it's still worth documenting. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Joe Stringer <joe@ovn.org>
This commit is contained in:
@@ -131,6 +131,7 @@ void odp_portno_name_format(const struct hmap *portno_names,
|
||||
* OVS_KEY_ATTR_CT_MARK 4 -- 4 8
|
||||
* OVS_KEY_ATTR_CT_LABEL 16 -- 4 20
|
||||
* OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV6 40 -- 4 44
|
||||
* OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4 - -- - - (exclusive of_CT_ORIG_TUPLE_IPV6)
|
||||
* OVS_KEY_ATTR_ETHERNET 12 -- 4 16
|
||||
* OVS_KEY_ATTR_ETHERTYPE 2 2 4 8 (outer VLAN ethertype)
|
||||
* OVS_KEY_ATTR_VLAN 2 2 4 8
|
||||
|
Reference in New Issue
Block a user