Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-28 Thread Gaetano Catalli
Hi Mingyu Li, looks fine for me. On Fri, Apr 28, 2017 at 4:59 AM, Mingyu Li wrote: > Hi Gaetano Catalli > > i change your mtk_eth_soc.c driver part. because mt7621 don't need to > set FE_GDMA1_FWD_CFG register to enable jumbo frame. and keep > MAX_RX_LENGTH because other

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-19 Thread Gaetano Catalli
with up to 2kb frame support. Do you > have any plans on submitting this as a PR to the LEDE git? > > On Wed, Apr 19, 2017 at 9:32 AM, Gaetano Catalli > wrote: >> I've been working on this for a while. Apparently the embedded 5-port >> gigabit switch is able to han

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-19 Thread Gaetano Catalli
ws to set the MTU up to that value. It is based on kernel 4.4.7. Signed-off-by: Gaetano Catalli --- drivers/net/ethernet/mediatek/gsw_mt7620.h | 6 + drivers/net/ethernet/mediatek/gsw_mt7621.c | 13 +++ drivers/net/ethernet/mediatek/mtk_eth_soc.c

[LEDE-DEV] MT7621 support Jumbo frames

2016-08-25 Thread Gaetano Catalli
Hi all, in the MT7621 ethernet driver code (drivers/net/ethernet/mediatek/soc_mt7621.c) the FE_FLAG_JUMBO_FRAME flag is not during the device initialization. This prevents the user to set an MTU greater than 1500. Is this correct? Does MT7621 support jumbo frames? Thanks. -- gaetano catalli

Re: [LEDE-DEV] MT7621: 2 or 4 CPUs?

2016-07-15 Thread Gaetano Catalli
Fri, Jul 15, 2016 at 11:01:12AM +0200, Gaetano Catalli wrote: >> Hello, >> >> I'm a bit confused about the number of CPUs of MT7621 SoC. >> From the MT7621 datasheet: >> >> "The MT7621 router-on-a-chip includes a 880 MHz MIPS 1004Kc CPU dual-core >&g

[LEDE-DEV] MT7621: 2 or 4 CPUs?

2016-07-15 Thread Gaetano Catalli
Hello, I'm a bit confused about the number of CPUs of MT7621 SoC. >From the MT7621 datasheet: "The MT7621 router-on-a-chip includes a 880 MHz MIPS 1004Kc CPU dual-core ..." So why does /proc/cpuinfo show 4 cpus? Regards. -