[PATCH v5 0/6] igb: packet-split descriptors support

Tomasz Dzieciol posted 6 patches 11 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/net/e1000e_core.c     |  60 +--
hw/net/igb_core.c        | 794 +++++++++++++++++++++++++++++----------
hw/net/igb_regs.h        |  18 +-
hw/net/trace-events      |   6 +-
tests/qtest/libqos/igb.c |   5 +
5 files changed, 639 insertions(+), 244 deletions(-)
[PATCH v5 0/6] igb: packet-split descriptors support
Posted by Tomasz Dzieciol 11 months, 3 weeks ago
Based-on: <20230423041833.5302-1-akihiko.odaki@daynix.com>
("[PATCH v3 00/47] igb: Fix for DPDK")

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 (6):
  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

 hw/net/e1000e_core.c     |  60 +--
 hw/net/igb_core.c        | 794 +++++++++++++++++++++++++++++----------
 hw/net/igb_regs.h        |  18 +-
 hw/net/trace-events      |   6 +-
 tests/qtest/libqos/igb.c |   5 +
 5 files changed, 639 insertions(+), 244 deletions(-)

-- 
2.25.1