Re: [PATCH v2 3/8] hw/net/e1000e|igb: Remove xitr_guest_value logic

2025-04-19 Thread Akihiko Odaki
On 2025/04/11 13:31, Nicholas Piggin wrote: The guest value xITR logic is not required now that the write functions store necessary data to be read back, and internal users mask and shift fields they need as they go. Signed-off-by: Nicholas Piggin --- hw/net/e1000e_core.c | 31 +++

[PATCH v2 3/8] hw/net/e1000e|igb: Remove xitr_guest_value logic

2025-04-10 Thread Nicholas Piggin
The guest value xITR logic is not required now that the write functions store necessary data to be read back, and internal users mask and shift fields they need as they go. Signed-off-by: Nicholas Piggin --- hw/net/e1000e_core.c | 31 +++ hw/net/igb_core.c| 14 +++