Re: tun offloads bug

2017-03-16 Thread Yaroslav Isakov
Sorry for this mess! I'll do it properly this time, I hope :) 2017-03-16 22:12 GMT+03:00 David Miller : > > This is not how you resubmit a patch. > > You must make a fresh patch posting to the mailing list, provide the > commit message and patch as inline text, and not do it as a reply to > anothe

Re: tun offloads bug

2017-03-16 Thread David Miller
This is not how you resubmit a patch. You must make a fresh patch posting to the mailing list, provide the commit message and patch as inline text, and not do it as a reply to another posting. Thank you.

Re: tun offloads bug

2017-03-16 Thread Yaroslav Isakov
Hello! I'm sending new patch, with proper formatting and signed tag 2017-03-08 23:29 GMT+03:00 Yaroslav Isakov : > Hello! > I've found a bug in TUN/TAP driver with offloads - when Qemu is trying > to set offloads on tap device, there is no error, but offloads are not > appied. > > The cause of thi

Re: tun offloads bug

2017-03-12 Thread David Miller
From: Yaroslav Isakov Date: Wed, 8 Mar 2017 23:29:53 +0300 > Hello! > I've found a bug in TUN/TAP driver with offloads - when Qemu is trying > to set offloads on tap device, there is no error, but offloads are not > appied. > > The cause of this is that udev in recent systemd is using ethtool to

tun offloads bug

2017-03-08 Thread Yaroslav Isakov
Hello! I've found a bug in TUN/TAP driver with offloads - when Qemu is trying to set offloads on tap device, there is no error, but offloads are not appied. The cause of this is that udev in recent systemd is using ethtool to disable offloads. So, udev is setting tun->dev->wanted_features via etht