Re: [PATCH v5] net/tap: Allow jumbo frames

2022-08-08 Thread Stephen Hemminger
On Mon, 8 Aug 2022 14:29:25 +0200 Francesco Mancino wrote: > eth_dev_validate_mtu, introduced in 990912e676e, validates configured > MTU plus overhead against max_rx_pktlen. > Since TAP is a virtual device, it should support as big MTU as possible. In all your tries at the patch, you must not ha

[PATCH v5] net/tap: Allow jumbo frames

2022-08-08 Thread Francesco Mancino
eth_dev_validate_mtu, introduced in 990912e676e, validates configured MTU plus overhead against max_rx_pktlen. Since TAP is a virtual device, it should support as big MTU as possible. --- drivers/net/tap/rte_eth_tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/