The current implementation of igb uses only part of a advanced Tx
context descriptor because it misses some features and sniffs the trait
of the packet instead of respecting the packet type specified in the
descriptor. However, we will certainly need the entire Tx context
descriptor when we update igb to respect these ignored fields. Save the
entire Tx context descriptor to prepare for such a change.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
V1 -> V2: Bump igb-tx version
hw/net/igb.c | 10 ++++++----
hw/net/igb_core.c | 17 ++++++++++-------
hw/net/igb_core.h | 3 +--
3 files changed, 17 insertions(+), 13 deletions(-)