From: Justin Pettit Date: Tue, 20 Aug 2013 00:24:39 +0000 (-0700) Subject: datapath: Fix function description in vport-lisp.c. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~37 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a515e4a8addcb961d43f8020d6a376a98da5a8c8;p=sliver-openvswitch.git datapath: Fix function description in vport-lisp.c. Signed-off-by: Justin Pettit Acked-by: Jesse Gross --- 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,