mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
e1000e: 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
5052fc9eb1
commit
8b876b99a1
1 changed files with 1 additions and 2 deletions
|
@ -1244,9 +1244,8 @@ e1000e_build_rx_metadata(E1000ECore *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…
Add table
Add a link
Reference in a new issue