Re: [PATCH net-next v2] net: ethernet: mediatek: support setting MTU

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 25 Jan 2021 12:20:46 +0800 you wrote: > MT762x HW, except for MT7628, supports frame length up to 2048 > (maximum length on GDM), so allow setting MTU up to 2030. > > Also set the default frame length to the hardwa

Re: [PATCH net-next v2] net: ethernet: mediatek: support setting MTU

2021-01-25 Thread Jakub Kicinski
On Mon, 25 Jan 2021 14:01:05 +0100 Andrew Lunn wrote: > On Mon, Jan 25, 2021 at 12:20:46PM +0800, DENG Qingfang wrote: > > MT762x HW, except for MT7628, supports frame length up to 2048 > > (maximum length on GDM), so allow setting MTU up to 2030. > > > > Also set the default frame length to the h

Re: [PATCH net-next v2] net: ethernet: mediatek: support setting MTU

2021-01-25 Thread Andrew Lunn
On Mon, Jan 25, 2021 at 12:20:46PM +0800, DENG Qingfang wrote: > MT762x HW, except for MT7628, supports frame length up to 2048 > (maximum length on GDM), so allow setting MTU up to 2030. > > Also set the default frame length to the hardware default 1518. > > Signed-off-by: DENG Qingfang Review

[PATCH net-next v2] net: ethernet: mediatek: support setting MTU

2021-01-24 Thread DENG Qingfang
MT762x HW, except for MT7628, supports frame length up to 2048 (maximum length on GDM), so allow setting MTU up to 2030. Also set the default frame length to the hardware default 1518. Signed-off-by: DENG Qingfang --- Changes v1 -> v2: - Set netdev->max_mtu accordingly - Mention default MAX_RX