Re: [PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2021-10-27 Thread Jason Wang
On Wed, Oct 27, 2021 at 6:57 PM Andrew Melnichenko wrote: > > Hi, > Let's make things clear. > At first, I've decided to fix the issue in the linux e1000e driver. > (https://lists.osuosl.org/pipermail/intel-wired-lan/Week-of-Mon-20200413/019497.html) > Original driver developers suggest to fix the

Re: [PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2021-10-27 Thread Andrew Melnichenko
Hi, Let's make things clear. At first, I've decided to fix the issue in the linux e1000e driver. ( https://lists.osuosl.org/pipermail/intel-wired-lan/Week-of-Mon-20200413/019497.html ) Original driver developers suggest to fix the issue on qemu and assures that driver works correctly on real hw. I'

[PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2021-08-18 Thread Andrew Melnychenko
Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1707441 The issue is in LSC clearing. So, after "link up"(during initialization), the next LSC event is masked and can't be processed. Technically, the event should be 'cleared' during ICR read. On Windows guest, everything works well, mostly be

Re: [PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2020-04-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200427152148.283771-1-and...@daynix.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2020-04-27 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200427152148.283771-1-and...@daynix.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash expor

[PATCH] e1000e: Added ICR clearing by corresponding IMS bit.

2020-04-27 Thread andrew
From: Andrew Melnychenko Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1707441 Added ICR clearing if there is IMS bit - according to the note by section 13.3.27 of the 8257X developers manual. Signed-off-by: Andrew Melnychenko --- hw/net/e1000e_core.c | 9 + hw/net/trace-events