[ovs-dev] [PATCH 2/3] datapath: Fix argument description in vport-lisp.c.

Jesse Gross jesse at nicira.com
Tue Aug 20 00:39:17 UTC 2013


On Mon, Aug 19, 2013 at 5:28 PM, Justin Pettit <jpettit at nicira.com> wrote:
> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> ---
>  datapath/vport-lisp.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c
> index 2f62d11..28d3e20 100644
> --- a/datapath/vport-lisp.c
> +++ b/datapath/vport-lisp.c
> @@ -211,7 +211,7 @@ static void lisp_build_header(const struct vport *vport,
>   *
>   * @vport: port this packet was received on
>   * @skb: received packet
> - * @tos: ToS from encapsulating IP packet, used to copy ECN bits
> + * @tun_key: tunnel that carried packet
>   *
>   * Must be called with rcu_read_lock.
>   *

If you want, there's another outdated part of this comment - the line
about skb->csum can just be removed.



More information about the dev mailing list