Based-on: <20230423041833.5302-1-akihiko.od...@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