From a515e4a8addcb961d43f8020d6a376a98da5a8c8 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 19 Aug 2013 17:24:39 -0700 Subject: [PATCH] datapath: Fix function description in vport-lisp.c. Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- datapath/vport-lisp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c index 2f62d1193..80e980a22 100644 --- a/datapath/vport-lisp.c +++ b/datapath/vport-lisp.c @@ -211,14 +211,13 @@ 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. * * Packets received by this function are in the following state: * - skb->data points to the inner Ethernet header. * - The inner Ethernet header is in the linear data area. - * - skb->csum does not include the inner Ethernet header. * - The layer pointers are undefined. */ static void ovs_tnl_rcv(struct vport *vport, struct sk_buff *skb, -- 2.47.0