net/vmxnet3: fix VLAN tag placed in wrong mbuf in chain
authorJohn Guzik <john@shieldxnetworks.com>
Tue, 12 Apr 2016 23:08:04 +0000 (16:08 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 15 Jun 2016 15:13:54 +0000 (17:13 +0200)
commitce82dc6bd526bccc2d5e9e59214167c4287f049d
tree78f7609d9b728e0dac1e2db333ae0daad42ddd43
parent1c66057f072eb4eb235c9a45a5d674add5c61fe6
net/vmxnet3: fix VLAN tag placed in wrong mbuf in chain

The VLAN tag information should be stored in the first mbuf of a chain
of buffers, not in the last one.

Fixes: 9fd5e98b62e4 ("vmxnet3: support RSS and refactor Rx offload")

Signed-off-by: John Guzik <john@shieldxnetworks.com>
Acked-by: Yong Wang <yongwang@vmware.com>
drivers/net/vmxnet3/vmxnet3_rxtx.c