[ovs-dev] [PATCH] datapath: Correct comment about 'tun_info' member in ovs_skb_cb.

Pravin Shelar pshelar at nicira.com
Tue Aug 5 19:35:41 UTC 2014


On Mon, Aug 4, 2014 at 5:05 PM, Justin Pettit <jpettit at nicira.com> wrote:
> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> ---
>  datapath/datapath.h |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/datapath/datapath.h b/datapath/datapath.h
> index 92ef19f..fb37fa1 100644
> --- a/datapath/datapath.h
> +++ b/datapath/datapath.h
> @@ -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.
>   */

Looks good.
Acked-by: Pravin B Shelar <pshelar at nicira.com>



More information about the dev mailing list