[Bug 1423631] Re: tap interface drops many packets on highload systems

2015-10-12 Thread sean redmond
I also see this bu only on Windows guests. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1423631 Title: tap interface drops many packets on highload systems To manage notifications

[Bug 1423631] Re: tap interface drops many packets on highload systems

2015-10-12 Thread sean redmond
I was able to resolve this with the below udev rule: # cat /etc/udev/rules.d/60-tap.rules KERNEL=="tap*", RUN+="/sbin/ip link set %k txqueuelen 1" # I used the below to reload udev udevadm control --reload-rules I then used the below to apply the rules to already created interfaces: