OSDN Git Service

[PATCH] ip-pnp-dhcp: wait lazily when doing dhcp for diskless systems
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 16 Apr 2008 01:15:10 +0000 (18:15 -0700)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2008 06:35:59 +0000 (08:35 +0200)
commitbebd7ca873e8754072a2079e67a25edf453b940e
tree53f2640d845db59aef7cf9255341778cabb2f834
parent8d20b0b7b5abdbdbbd3424a391465710cd1c3464
[PATCH] ip-pnp-dhcp: wait lazily when doing dhcp for diskless systems

ic_dynamic() holds the cpu too long and tasks do not have a chance to run.
This causes adapters like e1000 that have the link come up in a tasklet to fail
link up due to exceptionally long delays in acquiring link, and then a dhcp
address.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
net/ipv4/ipconfig.c