OSDN Git Service

igb: Always log status after building rx metadata
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:10 +0000 (11:43 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commitd5241351bd4fdb40cafc87024c4f924267a7ba1c
treed0875c25806477f4d95b534d2e068bf279e372e6
parent8b876b99a1b60ee657e3ef57b5c04d8836034d60
igb: Always log status after building rx metadata

Without this change, the status flags may not be traced e.g. if checksum
offloading is disabled.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/igb_core.c