[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <84272f6d-8c68-6b84-7f0a-6ef4ad8b9e03@cumulusnetworks.com>
Date: Sun, 12 Jun 2016 20:47:20 -0600
From: David Ahern <dsa@...ulusnetworks.com>
To: rppt@...ux.vnet.ibm.com,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: udp failures traced to e858fae2b0b8
Mike:
UDP tests in my vrf unit test suite are failing. git bisect points to:
dsa@...ny:~/kernel-2.git$ git bisect good
e858fae2b0b8f41f0bed2cdffde25e7c97da38a7 is the first bad commit
commit e858fae2b0b8f41f0bed2cdffde25e7c97da38a7
Author: Mike Rapoport <rppt@...ux.vnet.ibm.com>
Date: Wed Jun 8 16:09:21 2016 +0300
virtio_net: use common code for virtio_net_hdr and skb GSO conversion
Replace open coded conversion between virtio_net_hdr to skb GSO
info with
virtio_net_hdr_{from,to}_skb
Signed-off-by: Mike Rapoport <rppt@...ux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@...emloft.net>
:040000 040000 7e53f434e2d3a50ac685ce153dd92fc1a207de0e
470864c731ae7dd680f9807d2a1a359c715a4270 M drivers
On console I get the following:
[ 80.414134] skbuff: bad partial csum: csum=34/6 len=40
[ 80.416105] eth1: bad gso: type: 0, size: 0
Nothing special on the setup -- shell scripts and qemu commands that
have worked fine for years. Host OS is debian/jessie:
dsa@...ny:dsa-ns:~$ /usr/bin/qemu-system-x86_64 --version
QEMU emulator version 2.1.2 (Debian 1:2.1+dfsg-12+deb8u6), Copyright (c)
2003-2008 Fabrice Bellard
Networking arg:
-netdev
type=tap,vhost=on,ifname=vm01-eth1,script=no,downscript=no,id=netdev1
-device virtio-net-pci,mac=02:e0:f9:1c:b9:74,netdev=netdev1,romfile=
tap device is connected to a bridge.
David
Powered by blists - more mailing lists