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

2020-06-01 Thread Jason Wang
On 2020/6/2 上午12:47, Andrew Melnichenko wrote: As I understand it, the e1000e.c was implemented by 82574L spec(https://www.intel.com/content/dam/doc/datasheet/82574l-gbe-controller-datasheet.pdf). In the same spec there is 10.2.4 paragraph which provides more details when ICR should be

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

2020-06-01 Thread Andrew Melnichenko
As I understand it, the e1000e.c was implemented by 82574L spec( https://www.intel.com/content/dam/doc/datasheet/82574l-gbe-controller-datasheet.pdf ). In the same spec there is 10.2.4 paragraph which provides more details when ICR should be cleared. > • Case 1 - Interrupt Mask register equals

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

2020-05-29 Thread Jason Wang
On 2020/5/29 下午3:18, Jason Wang wrote: On 2020/5/13 下午7:31, and...@daynix.com wrote: 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.

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

2020-05-29 Thread Jason Wang
On 2020/5/13 下午7:31, and...@daynix.com wrote: 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 ---

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

2020-05-13 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 | 10 ++

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

2020-05-13 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