[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54E1568D.5000100@windriver.com>
Date: Mon, 16 Feb 2015 10:31:41 +0800
From: yzhu1 <Yanjun.Zhu@...driver.com>
To: Francois Romieu <romieu@...zoreil.com>
CC: <netdev@...r.kernel.org>, <mst@...hat.com>, <jasowang@...hat.com>,
<viro@...iv.linux.org.uk>, <davem@...emloft.net>,
<sergei.shtylyov@...entembedded.com>, <jonathon.reinhart@...il.com>
Subject: Re: [PATCH 1/1] tun: change speed from 10M to dynamically configured
Hi, all
When a user space application accesses the tun device by "ethtool "
command, the returned default speed is 10M
while normal nic default speed is 1000M. The default tun speed 10M is
somewhat odd compared with the default
speed 1000M.
Sometimes the user space application will treat this 10M as odd thing,
then will send warnings to the administrator.
So I think maybe the default tun speed 1000M is better. The application
will not send warnings.
In this case, this patch appears.
Best Regards!
Zhu Yanjun
On 02/14/2015 05:28 AM, Francois Romieu wrote:
> Zhu Yanjun <Yanjun.Zhu@...driver.com> :
>> The default speed of normal nic is 1000M while the default speed
>> of tun is 10M. Now the default speed of tun is changed to 1000M.
>> And there are 3 options: 10M, 100M and 1000M to the speed of tun.
>> The command "ethtool -s tun0 speed 10/100/1000" can configure the
>> speed of tun dynamically.
> You don't explain why this patch is needed.
>
> Why should tun_set_settings filter speed this way/at all ?
>
> There's no reason to pollute uapi .h file.
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists