datapath: Correct comment about 'tun_info' member in ovs_skb_cb.
authorJustin Pettit <jpettit@nicira.com>
Mon, 4 Aug 2014 23:00:40 +0000 (16:00 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Aug 2014 21:48:42 +0000 (14:48 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
datapath/datapath.h

index 92ef19f..fb37fa1 100644 (file)
@@ -98,7 +98,8 @@ struct datapath {
  * struct ovs_skb_cb - OVS data in skb CB
  * @flow: The flow associated with this packet.  May be %NULL if no flow.
  * @pkt_key: The flow information extracted from the packet.  Must be nonnull.
- * @tun_key: Key for the tunnel that encapsulated this packet. NULL if the
+ * @tun_info: Tunnel information about this packet.  NULL if the packet
+ * is not being tunneled.
  * @input_vport: The original vport packet came in on. This value is cached
  * when a packet is received by OVS.
  */