qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [7152] Remove stray GSO code from virtio_net (Mark McLoughl


From: Anthony Liguori
Subject: [Qemu-devel] [7152] Remove stray GSO code from virtio_net (Mark McLoughlin)
Date: Fri, 17 Apr 2009 18:06:24 +0000

Revision: 7152
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7152
Author:   aliguori
Date:     2009-04-17 18:06:24 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
Remove stray GSO code from virtio_net (Mark McLoughlin)

Obviously merged from kvm-userspace accidentally.

Signed-off-by: Mark McLoughlin <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

Modified Paths:
--------------
    branches/stable_0_10/hw/virtio-net.c

Modified: branches/stable_0_10/hw/virtio-net.c
===================================================================
--- branches/stable_0_10/hw/virtio-net.c        2009-04-17 17:11:12 UTC (rev 
7151)
+++ branches/stable_0_10/hw/virtio-net.c        2009-04-17 18:06:24 UTC (rev 
7152)
@@ -338,11 +338,6 @@
     if (n->promisc)
         return 1;
 
-#ifdef TAP_VNET_HDR
-    if (tap_has_vnet_hdr(n->vc->vlan->first_client))
-        ptr += sizeof(struct virtio_net_hdr);
-#endif
-
     if (!memcmp(&ptr[12], vlan, sizeof(vlan))) {
         int vid = be16_to_cpup((uint16_t *)(ptr + 14)) & 0xfff;
         if (!(n->vlans[vid >> 5] & (1U << (vid & 0x1f))))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]