[PATCH 0/3]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: dmitry.krivoschekov
Subject: [PATCH 0/3]
Date: Thursday, April 16, 2009 - 2:37 am

Hi,

this patch series adds some flexibility to ip_auto_config() function.
Currently the function assumes that 500 msec delay before opening
a network device is enough, but it's not true for some h/w configurations,
e.g. if you're using a USB network device. 
In my case it may take up to 2 seconds before the device gets available 
for opening.

[PATCH 1/3] ipconfig: use same time units for CONF_{PRE,POST}_OPEN delays
	this is just a small cleanup

[PATCH 2/3] ipconfig: add 'ipwait' cmdline parameter
	I introduce a new cmdline parameter so it's possible to configure two 
	delays, before and after opening of network devices. It can be used 
	to increase default delay and it also might be useful in optimizing of
	kernel boot-up time, you can save ~1 second if you know that you h/w
	does not need that delays, 500 msec before and 1 second after.

[PATCH 3/3] ipconfig: look for a network device forever if NFS root
	As time needed for a USB net device to settle may vary from
	time to time, it's hard to predict how much msecs it would 
	take next time. If we're using such a device to mount a NFS root
	filesystem it gets critical for us as we can't proceed 
	work if a net device has not found, so we have to
	loop until a suitable device gets available.
	

Tested on TI OMAP3530 Beagle board.


Regards,
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] , dmitry.krivoschekov, (Thu Apr 16, 2:37 am)
[PATCH 2/3] ipconfig: add 'ipwait' cmdline parameter, dmitry.krivoschekov, (Thu Apr 16, 2:37 am)
[PATCH 3/3] ipconfig: look for a network device forever if ..., dmitry.krivoschekov, (Thu Apr 16, 2:37 am)
Re: [PATCH 0/3] , David Miller, (Fri Apr 17, 1:23 am)
Re: [PATCH 0/3] ipconfig tweaks, Dmitry Krivoschekov, (Fri Apr 17, 3:00 am)
Re: [PATCH 0/3] ipconfig tweaks, David Miller, (Fri Apr 17, 3:45 am)
Re: [PATCH 0/3] ipconfig tweaks, Benny Amorsen, (Fri Apr 17, 7:31 am)