* [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003
@ 2008-03-25 22:43 Aras Vaichas
2008-03-25 22:47 ` Aras Vaichas
0 siblings, 1 reply; 4+ messages in thread
From: Aras Vaichas @ 2008-03-25 22:43 UTC (permalink / raw)
To: u-boot
This patch fixes a problem I had with a client who was getting DHCP
request retries with our network device and their DHCP server.
It turns out that their Windows Server 2003 DHCP server couldn't handle
fast DHCP transactions and it just "forgets" some of them. I verified
this with my own Windows Server 2003 install and a network analyser
(Ethereal/Wireshark). It seems that a small, lean 200MHz embedded system
is too fast for a Windows Server 2003 system running on a 2GHz+ machine.
Go figure.
Adding a small (50ms) delay fixes this problem nicely and it only adds a
small amount of overhead in comparison to the DHCP request timeouts and
retries.
NOTE: This patch is ported from my old 1.1.3 U-Boot system. I have not
retested it with 1.3.2 U-Boot against Windows Server 2003. The patch is
very small and simple, so I don't think should be necessary.
I can retest this functionality if you wish, but it will require me to
reinstall Windows Server and set everything up again.
Aras
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CHANGELOG
Url: http://lists.denx.de/pipermail/u-boot/attachments/20080326/35bccfcc/attachment.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot-1.3.2-DHCP-delay.patch
Type: text/x-patch
Size: 1464 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080326/35bccfcc/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003
2008-03-25 22:43 [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003 Aras Vaichas
@ 2008-03-25 22:47 ` Aras Vaichas
2008-03-30 4:12 ` Ben Warren
0 siblings, 1 reply; 4+ messages in thread
From: Aras Vaichas @ 2008-03-25 22:47 UTC (permalink / raw)
To: u-boot
Aras Vaichas wrote:
> This patch fixes a problem I had with a client who was getting DHCP
> request retries with our network device and their DHCP server.
>
> It turns out that their Windows Server 2003 DHCP server couldn't handle
> fast DHCP transactions and it just "forgets" some of them. I verified
> this with my own Windows Server 2003 install and a network analyser
> (Ethereal/Wireshark). It seems that a small, lean 200MHz embedded system
> is too fast for a Windows Server 2003 system running on a 2GHz+ machine.
> Go figure.
>
> Adding a small (50ms) delay fixes this problem nicely and it only adds a
> small amount of overhead in comparison to the DHCP request timeouts and
> retries.
>
> NOTE: This patch is ported from my old 1.1.3 U-Boot system. I have not
> retested it with 1.3.2 U-Boot against Windows Server 2003. The patch is
> very small and simple, so I don't think should be necessary.
>
> I can retest this functionality if you wish, but it will require me to
> reinstall Windows Server and set everything up again.
>
>
Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003
2008-03-25 22:47 ` Aras Vaichas
@ 2008-03-30 4:12 ` Ben Warren
2008-04-01 1:22 ` Aras Vaichas
0 siblings, 1 reply; 4+ messages in thread
From: Ben Warren @ 2008-03-30 4:12 UTC (permalink / raw)
To: u-boot
Aras Vaichas wrote:
> Aras Vaichas wrote:
>
>> This patch fixes a problem I had with a client who was getting DHCP
>> request retries with our network device and their DHCP server.
>>
>> It turns out that their Windows Server 2003 DHCP server couldn't handle
>> fast DHCP transactions and it just "forgets" some of them. I verified
>> this with my own Windows Server 2003 install and a network analyser
>> (Ethereal/Wireshark). It seems that a small, lean 200MHz embedded system
>> is too fast for a Windows Server 2003 system running on a 2GHz+ machine.
>> Go figure.
>>
>> Adding a small (50ms) delay fixes this problem nicely and it only adds a
>> small amount of overhead in comparison to the DHCP request timeouts and
>> retries.
>>
>> NOTE: This patch is ported from my old 1.1.3 U-Boot system. I have not
>> retested it with 1.3.2 U-Boot against Windows Server 2003. The patch is
>> very small and simple, so I don't think should be necessary.
>>
>> I can retest this functionality if you wish, but it will require me to
>> reinstall Windows Server and set everything up again.
>>
>>
>>
> Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
>
>
Applied to net tree. In the future, please post patch inline.
thanks,
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003
2008-03-30 4:12 ` Ben Warren
@ 2008-04-01 1:22 ` Aras Vaichas
0 siblings, 0 replies; 4+ messages in thread
From: Aras Vaichas @ 2008-04-01 1:22 UTC (permalink / raw)
To: u-boot
Ben Warren wrote:
> Applied to net tree. In the future, please post patch inline.
Yes, I will do that. I've heard that Thunderbird isn't good for posting
patches and now I see why.
Aras
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-01 1:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25 22:43 [U-Boot-Users] [PATCH] DHCP request fix for Windows Server 2003 Aras Vaichas
2008-03-25 22:47 ` Aras Vaichas
2008-03-30 4:12 ` Ben Warren
2008-04-01 1:22 ` Aras Vaichas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox