From: Tiago Maluta <tiago.maluta@gmail.com>
To: linux-net@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [RFC][PATCH] Allow change timing values to wait slow devices bring up before try register an interface to IP-Config
Date: Wed, 10 Feb 2010 03:47:59 +0000 [thread overview]
Message-ID: <600adaf51002091947ta095cc5g7174684f57488e94@mail.gmail.com> (raw)
Sorry for previous attached patch in email.
--tm
>From e414000eed1a951bf03f125f5307bc1edffcecf1 Mon Sep 17 00:00:00 2001
From: Tiago Maluta <maluta@unifei.edu.br>
Date: Wed, 10 Feb 2010 03:34:49 +0000
Subject: [RFC][PATCH] Allow change timing values to wait slow devices
bring up before try register an interface
to IP-Config (used on some drivers using Multi-purpose USB Networking
Framework)
Signed-off-by: Tiago Maluta <maluta@unifei.edu.br>
---
drivers/net/Kconfig | 18 ++++++++++++++++++
net/ipv4/ipconfig.c | 4 ++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index dd9a09c..12fbe4a 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -38,6 +38,24 @@ config IFB
'ifb1' etc.
Look at the iproute2 documentation directory for usage etc
+config NETDEVICES_DELAY_PRE_OPEN
+ int "Define the delay before opening net devices (ms)"
+ depends on NETDEVICES
+ default 500
+ help
+ Some devices may not work properly due to a delay from hardware bring
+ the interface up. This value add a delay, in miilliseconds, before
+ kernel search and register the interface. Default value is 500ms.
+
+config NETDEVICES_DELAY_POST_OPEN
+ int "Define the delay after opening net devices (s)"
+ depends on NETDEVICES
+ default 1
+ help
+ Some devices may not work properly due to a delay from hardware bring
+ the interface up. This value add a delay, in seconds, after
+ kernel search and register the interface. Default value is 1s.
+
config DUMMY
tristate "Dummy net driver support"
---help---
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c
index 10a6a60..2530126 100644
--- a/net/ipv4/ipconfig.c
+++ b/net/ipv4/ipconfig.c
@@ -86,8 +86,8 @@
#endif
/* Define the friendly delay before and after opening net devices */
-#define CONF_PRE_OPEN 500 /* Before opening: 1/2 second */
-#define CONF_POST_OPEN 1 /* After opening: 1 second */
+#define CONF_PRE_OPEN CONFIG_NETDEVICES_DELAY_PRE_OPEN /* Before
opening. Default is 1/2 second */
+#define CONF_POST_OPEN CONFIG_NETDEVICES_DELAY_POST_OPEN /* After
opening. Default is 1 second */
/* Define the timeout for waiting for a DHCP/BOOTP/RARP reply */
#define CONF_OPEN_RETRIES 2 /* (Re)open devices twice */
--
1.6.4.2
next reply other threads:[~2010-02-10 3:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 3:47 Tiago Maluta [this message]
2010-02-10 5:51 ` Andrew Morton
2010-02-10 7:04 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2010-02-10 3:44 Tiago Maluta
2010-02-10 7:01 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=600adaf51002091947ta095cc5g7174684f57488e94@mail.gmail.com \
--to=tiago.maluta@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-net@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®