From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0700742BD3 for ; Mon, 29 May 2023 14:21:38 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA394410D7 for ; Mon, 29 May 2023 14:21:37 +0200 (CEST) Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by mails.dpdk.org (Postfix) with ESMTP id A3D01410D7 for ; Mon, 29 May 2023 14:21:36 +0200 (CEST) Received: by mail-qv1-f48.google.com with SMTP id 6a1803df08f44-625a9e2bf6bso16063336d6.3 for ; Mon, 29 May 2023 05:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1685362895; x=1687954895; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oiMSfD4mP3YUEABrjJM/DpntGd0XSwDyzdspreJowYE=; b=xvY6qC2JYp40K7k9b1g0qc69g/e2DfEjMN6H0oRxZD42zo0erJmmrTCZ3g0297kMcv VFAZR+ICI8d9V6Un/URUrfqexC6I64e7DJ1CsIuvyNwap6juBn+TcMwiQ6DjwPXFeedJ K2Fnf6Hh1h8CN89dOzJRt6yLYcYtYIu2Icr5Gjg9OwSEu1PYBEj2OTmBnTUqAPX0+oTd hG4UH22zoPkgIRg4X+lMlpMotMB+qeMqZcZuelYGJouUCGDeJOwTEaNA1mNvyFS81zyf IgKf6utVmldXbN9Vsdt59iZu6l0V5Qp6T+yJXhV+bFrdZg+OT/DkArlPHJMfz5Qq30GJ idEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685362895; x=1687954895; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oiMSfD4mP3YUEABrjJM/DpntGd0XSwDyzdspreJowYE=; b=h7vniaGaldhlURv//WmC1GIrgyYiloEOmXJRD7G4Fsgb/LWGoykfzSyjLbtJUl6GzS /ZSKXJw5aMvwQ9knkh3b1u74Khn+85Hss8gaJyLE0f50ZUHzRCKCV8ODmKAYYcBJxO3W DJZLdrNJvSPbEhERGFYt7+cHAg88NC+gcD0x31NipWwtSodgrjM6X0k1EPnDh+TsPort JwcQiW6cHW9uZPecxS6dC7LUkNXFSjNC9BL+NV+FftUbEfFEQPa9NQoSFasQ2NXPzSRZ d/sfIH6sHU3imMbspvSEaScwLSU0qEEwAwzrkoCX1mUYWOEoq337vszK3EVEkdCOAOjj gAOw== X-Gm-Message-State: AC+VfDzRulxTLOKEjMEpzhT4mPZOoqeRxsLNQPejeliq+ykLpCiBLQEf FWNtLGdLen4RI9uBRorXQfJ25asDag3VEU99Pdk= X-Google-Smtp-Source: ACHHUZ4CyiRK/8xADfUC6VoINmFYrEnXKtIFev4SKjfrfUsTIhdvsRPCop3d8k8+5HHRzTM7UaREDA== X-Received: by 2002:a05:6214:d8e:b0:623:883a:3137 with SMTP id e14-20020a0562140d8e00b00623883a3137mr10818295qve.51.1685362895746; Mon, 29 May 2023 05:21:35 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id h7-20020a0ceda7000000b006262176e170sm1011426qvr.18.2023.05.29.05.21.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 May 2023 05:21:35 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw127664 [PATCH v4] eal: fix eal init may failed when too much continuous memsegs under legacy mode Date: Mon, 29 May 2023 08:21:34 -0400 Message-Id: <20230529122134.2652220-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230529112130.11198-1-changfengnan@bytedance.com> References: <20230529112130.11198-1-changfengnan@bytedance.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/127664/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5111455715