Re: [PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]

2019-07-12 Thread Anton Ivanov
On 02/07/2019 15:40, Richard Weinberger wrote: CC'ing um folks. On Tue, Jul 2, 2019 at 3:01 PM Алексей wrote: Hello, the parameter ETH_MAX_PACKET limited to 1500 bytes is the not support jumbo frames. This patch change ETH_MAX_PACKET the 65535 bytes to jumbo frame support with user mode lin

Re: [PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]

2019-07-12 Thread Anton Ivanov
On 12/07/2019 10:22, Anton Ivanov wrote: On 02/07/2019 15:40, Richard Weinberger wrote: CC'ing um folks. On Tue, Jul 2, 2019 at 3:01 PM Алексей wrote: Hello, the parameter  ETH_MAX_PACKET limited to 1500 bytes is the not support jumbo frames. This patch change ETH_MAX_PACKET the 65535 bytes

Re: [PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]

2019-07-02 Thread Anton Ivanov
On 02/07/2019 15:40, Richard Weinberger wrote: CC'ing um folks. On Tue, Jul 2, 2019 at 3:01 PM Алексей wrote: Hello, the parameter ETH_MAX_PACKET limited to 1500 bytes is the not support jumbo frames. This patch change ETH_MAX_PACKET the 65535 bytes to jumbo frame support with user mode

Re: [PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]

2019-07-02 Thread Richard Weinberger
CC'ing um folks. On Tue, Jul 2, 2019 at 3:01 PM Алексей wrote: > > Hello, the parameter ETH_MAX_PACKET limited to 1500 bytes is the not > support jumbo frames. > > This patch change ETH_MAX_PACKET the 65535 bytes to jumbo frame support > with user mode linux tuntap driver. > > > PATCH: > > -

[PATCH] User mode linux bump maximum MTU tuntap interface [RESAND]

2019-07-02 Thread Алексей
Hello, the parameter  ETH_MAX_PACKET limited to 1500 bytes is the not support jumbo frames. This patch change ETH_MAX_PACKET the 65535 bytes to jumbo frame support with user mode linux tuntap driver. PATCH: --- diff -ruNP ../linux_orig/linux-5.1/arch/um/include/shared/net_user

[PATCH] User mode linux bump maximum MTU tuntap interface

2019-07-01 Thread Алексей
Hello, the parameter  ETH_MAX_PACKET limited to 1500 bytes is the not support jumbo frames. This patch change ETH_MAX_PACKET the 65535 bytes to jumbo frame support with user mode linux tuntap driver. PATCH: --- diff -ruNp ./src/1/linux-5.1/arch/um/include/shared/net_user.h ./sr