From 66cd496a30819638c198c614c5502cf6fa116500 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 26 Apr 2010 09:52:36 -0700 Subject: [PATCH] datapath: Update 'struct ovs_skb_cb' comments. --- datapath/datapath.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datapath/datapath.h b/datapath/datapath.h index 991a7e81..8e272836 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -143,9 +143,11 @@ enum csum_type { /** * struct ovs_skb_cb - OVS data in skb CB - * @br_port: The bridge port on which the skb entered the switch. + * @dp_port: The datapath port on which the skb entered the switch. * @ip_summed: Consistently stores L4 checksumming status across different * kernel versions. + * @tun_id: ID (in network byte order) of the tunnel that encapsulated this + * packet. It is 0 if the packet was not received on a tunnel. */ struct ovs_skb_cb { struct dp_port *dp_port; -- 2.30.2