aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2010-04-26 09:52:36 -0700
committerJesse Gross <jesse@nicira.com>2010-04-26 09:59:42 -0700
commit66cd496a30819638c198c614c5502cf6fa116500 (patch)
treea67e2cd52346ec767091920ab5daf48ffaa9a459
parentbad0c37193b4697cec1b6d5f1afb3413edbd9c3c (diff)
datapath: Update 'struct ovs_skb_cb' comments.
-rw-r--r--datapath/datapath.h4
1 files changed, 3 insertions, 1 deletions
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;