[PATCH v3 0/2] igb: packet-split descriptors support

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

This series of patches introduces packet-split RX descriptors support. This
feature is used by Linux VF driver for MTU values from 2048. First patch makes
RX descriptors handling cleanup. Second patch introduces feature itself.

Tomasz Dzieciol (2):
  igb: RX descriptors handling cleanup
  igb: packet-split descriptors support

 hw/net/e1000e_core.c     |  18 +-
 hw/net/e1000x_regs.h     |   1 +
 hw/net/igb_core.c        | 728 ++++++++++++++++++++++++++++-----------
 hw/net/igb_regs.h        |  18 +-
 hw/net/trace-events      |   6 +-
 tests/qtest/libqos/igb.c |   3 +
 6 files changed, 567 insertions(+), 207 deletions(-)

-- 
2.25.1