> On 8 Mar 2016, at 11:51 AM, Jason Wang <jasow...@redhat.com> wrote: > > > > On 02/23/2016 01:37 AM, Leonid Bloch wrote: >> Hello All, >> >> This is v2 of the patches, after the initial reviews. >> >> For convenience, the same patches are available at: >> https://github.com/daynix/qemu-e1000e/tree/e1000e-submit-v2 >> >> Best regards, >> Leonid. > > Btw, I've had some basic testing on this. Found several issues: > > - Guest was flooded with link status changing message. > - Compare to e1000, there's a new failure in ethtool selftest (interrupt > test). > - Ping does not work. > > I'm testing with guest kernel 4.4.0-rc7+ (net-next.git)
Hi Jason, This regression was recently introduced by Linux kernel commit: commit 16ecba59bc333d6282ee057fb02339f77a880beb Author: Benjamin Poirier <bpoir...@suse.com> Date: Mon Nov 9 15:50:19 2015 -0800 e1000e: Do not read ICR in Other interrupt We tested on slightly older kernels and did not notice it. Next version of our patches will contain a fix for this. Thanks for testing, Dmitry > > Just FYI.