[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1423798552-7091-1-git-send-email-Yanjun.Zhu@windriver.com>
Date: Fri, 13 Feb 2015 11:35:51 +0800
From: Zhu Yanjun <Yanjun.Zhu@...driver.com>
To: <netdev@...r.kernel.org>, <mst@...hat.com>, <jasowang@...hat.com>,
<viro@...iv.linux.org.uk>, <davem@...emloft.net>,
<sergei.shtylyov@...entembedded.com>
Subject: [PATCH V2 0/1] tun: dynamically set speed of tun
V2:
Follow the advice from Sergei, a new patch is made.
V1:
The default speed of tun is 10M while the normal nic speed is 1000M.
When the speed of tun is accessed by the userspace application, the
default 10M is not proper. In this case, the default tun speed is
changed to 1000M. And this speed can be dynamically configured by
the command "ethtool -s tunX speed 10/100/1000".
Zhu Yanjun (1):
tun: change speed from 10M to dynamically configured
drivers/net/tun.c | 42 +++++++++++++++++++++++++++++++++++++++++-
include/uapi/linux/if_tun.h | 5 +++++
2 files changed, 46 insertions(+), 1 deletion(-)
--
1.9.1
--
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