Re: [PATCH v2 0/3] Restore UFO support to virtio_net devices

2015-02-02 Thread Vlad Yasevich
On 02/02/2015 01:28 AM, David Miller wrote: From: David Miller da...@davemloft.net Date: Sun, 01 Feb 2015 22:19:35 -0800 (PST) Series applied and queued up for -stable. I have to revert, this breaks the build. net/built-in.o: In function `udp6_ufo_fragment':

Re: [PATCH v2 0/3] Restore UFO support to virtio_net devices

2015-02-01 Thread David Miller
From: Vladislav Yasevich vyasev...@gmail.com Date: Fri, 30 Jan 2015 14:27:24 -0500 commit 3d0ad09412ffe00c9afa201d01effdb6023d09b4 Author: Ben Hutchings b...@decadent.org.uk Date: Thu Oct 30 18:27:12 2014 + drivers/net: Disable UFO through virtio Turned off UFO support to

Re: [PATCH v2 0/3] Restore UFO support to virtio_net devices

2015-02-01 Thread David Miller
From: David Miller da...@davemloft.net Date: Sun, 01 Feb 2015 22:19:35 -0800 (PST) Series applied and queued up for -stable. I have to revert, this breaks the build. net/built-in.o: In function `udp6_ufo_fragment': udp_offload.c:(.text+0x103380): undefined reference to `ipv6_select_ident'

Re: [PATCH v2 0/3] Restore UFO support to virtio_net devices

2015-01-31 Thread Michael S. Tsirkin
On Fri, Jan 30, 2015 at 02:27:24PM -0500, Vladislav Yasevich wrote: commit 3d0ad09412ffe00c9afa201d01effdb6023d09b4 Author: Ben Hutchings b...@decadent.org.uk Date: Thu Oct 30 18:27:12 2014 + drivers/net: Disable UFO through virtio Turned off UFO support to virtio-net based

[PATCH v2 0/3] Restore UFO support to virtio_net devices

2015-01-30 Thread Vladislav Yasevich
commit 3d0ad09412ffe00c9afa201d01effdb6023d09b4 Author: Ben Hutchings b...@decadent.org.uk Date: Thu Oct 30 18:27:12 2014 + drivers/net: Disable UFO through virtio Turned off UFO support to virtio-net based devices due to issues with IPv6 fragment id generation for UFO packets. The