On 2023/05/29 23:01, Tomasz Dzieciol wrote:
Purposes of this series of patches:
* introduce packet-split RX descriptors support. This feature is used by Linux
VF driver for MTU values from 2048.
* refactor RX descriptor handling for introduction of packet-split RX
descriptors support
* fix descriptors flags handling
Tomasz Dzieciol (7):
igb: remove TCP ACK detection
igb: rename E1000E_RingInfo_st
igb: RX descriptors guest writting refactoring
igb: RX payload guest writting refactoring
igb: add IPv6 extended headers traffic detection
igb: packet-split descriptors support
e1000e: rename e1000e_ba_state and e1000e_write_hdr_to_rx_buffers
hw/net/e1000e_core.c | 78 +++--
hw/net/igb_core.c | 730 ++++++++++++++++++++++++++++-----------
hw/net/igb_regs.h | 20 +-
hw/net/trace-events | 6 +-
tests/qtest/libqos/igb.c | 5 +
5 files changed, 592 insertions(+), 247 deletions(-)
Thanks for keeping working on this. For the entire series:
Reviewed-by: Akihiko Odaki <akihiko.od...@daynix.com>
Tested-by: Akihiko Odaki <akihiko.od...@daynix.com>