Re: [PATCH 16/40] e1000e: Always log status after building rx metadata

2023-04-14 Thread Philippe Mathieu-Daudé
On 14/4/23 13:37, Akihiko Odaki wrote: Without this change, the status flags may not be traced e.g. if checksum offloading is disabled. Signed-off-by: Akihiko Odaki --- hw/net/e1000e_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 16/40] e1000e: Always log status after building rx metadata

2023-04-14 Thread Akihiko Odaki
Without this change, the status flags may not be traced e.g. if checksum offloading is disabled. Signed-off-by: Akihiko Odaki --- hw/net/e1000e_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c index 743b36ddfb..dfa896adef 10