qemu-devel
[Top][All Lists]
Advanced

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

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


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

Revision: 7142
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7142
Author:   aliguori
Date:     2009-04-17 17:10:34 +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:
--------------
    trunk/hw/virtio-net.c

Modified: trunk/hw/virtio-net.c
===================================================================
--- trunk/hw/virtio-net.c       2009-04-17 14:26:41 UTC (rev 7141)
+++ trunk/hw/virtio-net.c       2009-04-17 17:10:34 UTC (rev 7142)
@@ -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]