From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 1C1547803E6 for ; Thu, 16 Nov 2023 12:29:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Skr1BkAdUd+ZUk/AXLc5b0TMQAaa6w/niZ6Gq/lfhQg=; c=relaxed/simple; d=groups.io; h=Date:From:To:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1700137775; v=1; b=UOe+g7ssOtdZezd8CqQfNfGMShBOqN2FMpBcHmYgCwm/eEb8dCHS+DZepXaF48T2nIJSACxk /jbx4t520Fd9he3o98ZZcB7RwUwE0IzzoyZGuFfL207fPdh9t4QzepzhDHdO5puK4sBrWTlo52/ f3Sq8i27l1shTUGC6jfx2LZ0= X-Received: by 127.0.0.2 with SMTP id ziupYY7687511xXgaZi1Fkba; Thu, 16 Nov 2023 04:29:35 -0800 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.5490.1700137775300675299 for ; Thu, 16 Nov 2023 04:29:35 -0800 X-Received: from pps.filterd (m0279867.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AGCOrhW007678; Thu, 16 Nov 2023 12:29:32 GMT X-Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3ud7b8sf4e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 16 Nov 2023 12:29:32 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3AGCTWvV016154 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 16 Nov 2023 12:29:32 GMT X-Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.39; Thu, 16 Nov 2023 04:29:30 -0800 Date: Thu, 16 Nov 2023 12:29:27 +0000 From: "Leif Lindholm" To: , Subject: Re: [edk2-devel] [PATCH v6 0/2] Fix and optimize the issue if IPv4 installed after RestEx Message-ID: References: <20231115221231.1789-1-igork@ami.com> MIME-Version: 1.0 In-Reply-To: <20231115221231.1789-1-igork@ami.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-ORIG-GUID: Elacl4YwaCtWeH8fxR5WnsbYswNTjJYq X-Proofpoint-GUID: Elacl4YwaCtWeH8fxR5WnsbYswNTjJYq Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: hAaf4gLyfxDBaPxW2MPMv61ox7686176AA= Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=UOe+g7ss; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Wed, Nov 15, 2023 at 22:12:34 +0000, Igor Kulchytskyy via groups.io wrote: > Igor Kulchytskyy (2): > RedfishPkg: RedfishDiscoverDxe: Fix issue if IPv4 installed after > RestEx > RedfishPkg: RedfishDiscoverDxe: Optimize the Redfish Discover flow > > .../RedfishDiscoverDxe/RedfishDiscoverDxe.c | 225 ++++++++++++------ > .../RedfishDiscoverInternal.h | 4 + > 2 files changed, 158 insertions(+), 71 deletions(-) Happy with this. Many thanks for the rework. For the series: Acked-by: Leif Lindholm > -- > 2.37.1.windows.1 > -The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission. > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111317): https://edk2.groups.io/g/devel/message/111317 Mute This Topic: https://groups.io/mt/102615650/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-