mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-24 22:50:42 +00:00
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>
This commit is contained in:
parent
8b876b99a1
commit
d5241351bd
@ -1303,9 +1303,8 @@ igb_build_rx_metadata(IGBCore *core,
|
||||
trace_e1000e_rx_metadata_l4_cso_disabled();
|
||||
}
|
||||
|
||||
trace_e1000e_rx_metadata_status_flags(*status_flags);
|
||||
|
||||
func_exit:
|
||||
trace_e1000e_rx_metadata_status_flags(*status_flags);
|
||||
*status_flags = cpu_to_le32(*status_flags);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user