]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/trace-events
e1000e: Combine rx traces
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 23 Feb 2023 10:20:14 +0000 (19:20 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 10 Mar 2023 07:35:38 +0000 (15:35 +0800)
commitbf2a7212c2d1b6e58fdb4ab6deffef8e6f3c1baa
tree6bf5f70ee73ec0567f8e400aafdec4c3e95465fe
parent0c2c2d4e5c598106e53db8594e4225ca05a9e931
e1000e: Combine rx traces

Whether a packet will be written back to the guest depends on the
remaining space of the queue. Therefore, e1000e_rx_written_to_guest and
e1000e_rx_not_written_to_guest should log the index of the queue instead
of generated interrupts. This also removes the need of
e1000e_rx_rss_dispatched_to_queue, which logs the queue index.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e_core.c
hw/net/trace-events