]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commit
Don't use Packet->Offset when stripping VLAN tags
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 10 Jan 2017 16:53:08 +0000 (16:53 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 10 Jan 2017 16:53:08 +0000 (16:53 +0000)
commit4956eff5936f3e724e3ed974e597b3af4c069bd1
tree005bc74819459bf2c5cd6761ef27962b77cdbf14
parent761e6abee32d9b05c91a2d77a0e49dba9eae5e5f
Don't use Packet->Offset when stripping VLAN tags

The WHQL tests have always been buggy when dealing with packet data that
is offset into the NET_BUFFER MDL chain. Instead, adjust the MappedSystemVa
of the initial MDL.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif/receiver.c