[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200409.102035.13094168508101122.davem@davemloft.net>
Date: Thu, 09 Apr 2020 10:20:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: dqfext@...il.com
Cc: netdev@...r.kernel.org, opensource@...rst.com, john@...ozen.org,
vivien.didelot@...il.com, f.fainelli@...il.com, andrew@...n.ch,
sean.wang@...iatek.com, weijie.gao@...iatek.com
Subject: Re: [PATCH net-next] net: dsa: mt7530: enable jumbo frame
From: DENG Qingfang <dqfext@...il.com>
Date: Thu, 9 Apr 2020 23:54:09 +0800
> +static void
> +mt7530_set_jumbo(struct mt7530_priv *priv, u8 kilobytes)
> +{
> + if (kilobytes > 15)
> + kilobytes = 15;
...
> + /* Enable jumbo frame up to 15 KB */
> + mt7530_set_jumbo(priv, 15);
You've made the test quite pointless, honestly.
Powered by blists - more mailing lists