From: Jesse Gross Date: Mon, 7 Feb 2011 23:57:09 +0000 (-0800) Subject: datapath: Use vlan deacceleration function in upcall. X-Git-Tag: v1.1.0~303 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=303708cc8417959bbb7662fa52e0761a48bacbb1;hp=303708cc8417959bbb7662fa52e0761a48bacbb1;p=sliver-openvswitch.git datapath: Use vlan deacceleration function in upcall. vlan_deaccel_tag() was introduced to move a vlan tag from skb->vlan_tci to the packet but there was still an open coded variant when doing an upcall. vlan_deaccel_tag() also clears skb->vlan_tci which is not currently done but it makes no difference. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff ---