datapath: Use vlan deacceleration function in upcall.
authorJesse Gross <jesse@nicira.com>
Mon, 7 Feb 2011 23:57:09 +0000 (15:57 -0800)
committerJesse Gross <jesse@nicira.com>
Tue, 8 Feb 2011 00:15:04 +0000 (16:15 -0800)
commit303708cc8417959bbb7662fa52e0761a48bacbb1
treef344bd2883815ace205cb91a6608ede2b1281c71
parent2d8916e58fe0592c2c0f3161f4287ce962269b7f
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 <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c