[U-Boot] [PATCH v2 2/6] net: express the first argument to NetSetTimeout() in milliseconds

Ben Warren biggerbadderben at gmail.com
Mon Oct 6 07:13:19 CEST 2008


Bartlomiej Sieka wrote:
> Enforce millisecond semantics of the first argument to NetSetTimeout() --
> the change is transparent for well-behaving boards (CFG_HZ == 1000 and
> get_timer() countiing in milliseconds).
>
> Rationale for this patch is to enable millisecond granularity for
> network-related timeouts, which is needed for the upcoming automatic
> software update feature.
>
> Summary of changes:
> - do not scale the first argument to NetSetTimeout() by CFG_HZ
> - change timeout values used in the networking code to milliseconds
>
> Signed-off-by: Rafal Czubak <rcz at semihalf.com>
> Signed-off-by: Bartlomiej Sieka <tur at semihalf.com>
> ---
Applied to net/next

regards,
Ben


More information about the U-Boot mailing list