Files
qemu/hw/net
Akihiko Odaki 5c86734025 e1000e: Reset packet state after emptying Tx queue
Keeping Tx packet state after the transmit queue is emptied has some
problems:
- The datasheet says the descriptors can be reused after the transmit
  queue is emptied, but the Tx packet state may keep references to them.
- The Tx packet state cannot be migrated so it can be reset anytime the
  migration happens.

Always reset Tx packet state always after the queue is emptied.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2023-05-23 15:20:15 +08:00
..
2023-03-10 15:35:38 +08:00
2023-03-10 15:35:38 +08:00
2023-03-10 15:35:38 +08:00
2023-05-23 15:20:15 +08:00
2023-03-10 15:35:38 +08:00
2023-03-10 15:35:38 +08:00
2023-03-10 15:35:38 +08:00
2023-05-23 15:20:15 +08:00
2023-03-28 13:10:55 +08:00
2023-03-10 15:35:38 +08:00
2023-03-10 15:35:38 +08:00
2019-08-16 13:31:52 +02:00
2023-02-08 07:28:05 +01:00