Re: [Qemu-devel] [PATCH v7] rtl8139: add vlan support

2011-03-26 Thread Blue Swirl
Thanks, applied all. On Wed, Mar 23, 2011 at 1:11 AM, Benjamin Poirier benjamin.poir...@gmail.com wrote: Hello, Here is version 7 of my patchset to add vlan support to the emulated rtl8139 nic. Changes since v6:        * added check against guest requesting tagging on frames with len 12  

Re: [Qemu-devel] [PATCH v7] rtl8139: add vlan support

2011-03-24 Thread Jason Wang
On 03/23/2011 07:11 AM, Benjamin Poirier wrote: Hello, Here is version 7 of my patchset to add vlan support to the emulated rtl8139 nic. Changes since v6: * added check against guest requesting tagging on frames with len 12 * simplified tag extraction in receive function.

[Qemu-devel] [PATCH v7] rtl8139: add vlan support

2011-03-22 Thread Benjamin Poirier
Hello, Here is version 7 of my patchset to add vlan support to the emulated rtl8139 nic. Changes since v6: * added check against guest requesting tagging on frames with len 12 * simplified tag extraction in receive function. dot1q_buf arg removed from