public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Maciej Rabeda" <maciej.rabeda@linux.intel.com>
To: devel@edk2.groups.io, gregx.yeh@intel.com
Cc: Jiaxin Wu <jiaxin.wu@intel.com>, Siyuan Fu <siyuan.fu@intel.com>
Subject: Re: [edk2-devel] [PATCH] NetworkPkg/Library/DxeHttpIoLib: Http boot failure with no initializes timeout value.
Date: Wed, 20 Jan 2021 12:54:17 +0100	[thread overview]
Message-ID: <4bb4ebdc-b3a0-349e-644c-9d9819ae217d@linux.intel.com> (raw)
In-Reply-To: <20210115062256.17672-1-gregx.yeh@intel.com>

Thanks for the patch!

Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>

On 15-Jan-21 07:22, GregX Yeh wrote:
> https://bugzilla.tianocore.org/show_bug.cgi?id=3170
> Using PcdHttpIoTimeout to set default timeout value to HttpIoLib.
>
> Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
> Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> Cc: Siyuan Fu <siyuan.fu@intel.com>
> Signed-off-by: GregX Yeh <gregx.yeh@intel.com>
> ---
>   NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c   | 1 +
>   NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf | 1 +
>   NetworkPkg/NetworkPkg.dec                        | 6 +++++-
>   3 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c b/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c
> index 67583fb220..04b01adec5 100644
> --- a/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c
> +++ b/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c
> @@ -189,6 +189,7 @@ HttpIoCreateIo (
>     HttpIo->Http        = Http;
>     HttpIo->Callback    = Callback;
>     HttpIo->Context     = Context;
> +  HttpIo->Timeout     = PcdGet32 (PcdHttpIoTimeout);
>   
>     if (ConfigData != NULL) {
>       if (HttpIo->IpVersion == IP_VERSION_4) {
> diff --git a/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf b/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
> index 25f5eb2ec6..347f8d5508 100644
> --- a/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
> +++ b/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf
> @@ -43,3 +43,4 @@
>   
>   [Pcd]
>     gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpChunkTransfer  ## SOMETIMES_CONSUMES
> +  gEfiNetworkPkgTokenSpaceGuid.PcdHttpIoTimeout         ## SOMETIMES_CONSUMES
> diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec
> index 2d0d7fd2dc..87725674e9 100644
> --- a/NetworkPkg/NetworkPkg.dec
> +++ b/NetworkPkg/NetworkPkg.dec
> @@ -3,7 +3,7 @@
>   #
>   # This package provides network modules that conform to UEFI 2.4 specification.
>   #
> -# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
>   # (C) Copyright 2015-2020 Hewlett Packard Enterprise Development LP<BR>
>   #
>   # SPDX-License-Identifier: BSD-2-Clause-Patent
> @@ -96,6 +96,10 @@
>     ## The maximum size of total HTTP chunk transfer.
>     # @Prompt Max size of total HTTP chunk transfer. the default value is 12MB.
>     gEfiNetworkPkgTokenSpaceGuid.PcdMaxHttpChunkTransfer|0x0C00000|UINT32|0x0000000E
> +
> +  ## The Timeout value of HTTP IO.
> +  # @Prompt The Timeout value of HTTP Io. Default value is 5000.
> +  gEfiNetworkPkgTokenSpaceGuid.PcdHttpIoTimeout|5000|UINT32|0x0000000F
>   
>   [PcdsFixedAtBuild, PcdsPatchableInModule]
>     ## Indicates whether HTTP connections (i.e., unsecured) are permitted or not.


  parent reply	other threads:[~2021-01-20 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15  6:22 [PATCH] NetworkPkg/Library/DxeHttpIoLib: Http boot failure with no initializes timeout value GregX Yeh
2021-01-20  9:43 ` [edk2-devel] " Siyuan, Fu
2021-01-20 11:54 ` Maciej Rabeda [this message]
     [not found] ` <165BEEA0E105E3C7.2239@groups.io>
2021-01-20 12:40   ` Maciej Rabeda

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-list 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=4bb4ebdc-b3a0-349e-644c-9d9819ae217d@linux.intel.com \
    --to=devel@edk2.groups.io \
    /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