qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH for 8.0 v2] igb: Save the entire Tx context descriptor
Date: Thu, 16 Mar 2023 17:07:09 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 16/3/23 16:57, Akihiko Odaki wrote:
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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]