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

2023-05-11 Thread Akihiko Odaki
Hi, Thank you for continuously working on this series. I have some comments, but I guess this series will be ready after one or two more rounds. On 2023/05/10 17:22, Tomasz Dzieciol wrote: Packet-split descriptors are used by Linux VF driver for MTU values from 2048 Signed-off-by: Tomasz Dzi

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

2023-05-10 Thread Tomasz Dzieciol
Packet-split descriptors are used by Linux VF driver for MTU values from 2048 Signed-off-by: Tomasz Dzieciol --- hw/net/e1000e_core.c | 10 +- hw/net/igb_core.c| 403 ++- hw/net/igb_regs.h| 7 + hw/net/trace-events | 2 +- 4 files changed, 37