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 E730E42D7E for ; Wed, 28 Jun 2023 10:05:02 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1C2F40151 for ; Wed, 28 Jun 2023 10:05:02 +0200 (CEST) Received: from mail-qv1-f50.google.com (mail-qv1-f50.google.com [209.85.219.50]) by mails.dpdk.org (Postfix) with ESMTP id F05F140151 for ; Wed, 28 Jun 2023 10:05:01 +0200 (CEST) Received: by mail-qv1-f50.google.com with SMTP id 6a1803df08f44-635e0e6b829so25838916d6.0 for ; Wed, 28 Jun 2023 01:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1687939501; x=1690531501; 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=BqujMjnWmf/WeA/FSaExpP2bLtMOwctj3Q5/Vlmeeak=; b=F3BbAQwM77dDs4eWukcybliMNCcBeaYOFSFr/J9wFxR294fgLGxFNBCUpFQ76j+/PS E5Ufd193Xm9RK0iKWaRLRYMCl62UONJd0vkjcPH4uc+nc4G/Kf57MWf5m4sFrYznLnDn eFiU+L1xTrE6kS5E8IBEVun9G7FMEzXHuB9xLPbauTBWGlBtUaleC9SVQSm0LZmnIInt WwIU/KoAiZm7bw2A5/fDm+KWtT0dnwMXbl8tVkyiQ1CyhVIv3Wk4RxF6TQPFS2IqDO03 lYuJXqaxSE+1R+P4YxR+6LJ2PqhNJUgb4qNtpKtPQtT5klxDlgn1dUYCNuB8VHTU6Hgm 4kTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687939501; x=1690531501; 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=BqujMjnWmf/WeA/FSaExpP2bLtMOwctj3Q5/Vlmeeak=; b=SjgwbjK6a/bI6DblguYoZpuO07gF4Ej2apshqclfyq/90wGhCZs8LDKHEoteYI7wMW GuqBhNAVzZil6o1LjZ1UG57mKIOCwbG8s+D6+sHiGmtfv7RU6q4jQvAFZR4k+Kn8wFQb xHNiJQuOZndI90icNE3jbSxcrOOWFSVmrOThWEviGsXWuccACIa4m8Hr341sHzG7hHAF DxdLEotXBo4rOf+b/avMBw42U/8HOhG6YYHzzUIBdOFIhd3pzsHyJrUQiB9jRtvuvyMf gfyMqluQ7L3TkbUpxWbH5bzvoBpAxscjNgnV+NN+Anaw/6wuMddUJzei6kThlLzzP1Km QZsg== X-Gm-Message-State: AC+VfDyIf9LQO9fknVsYLjCWBPejalW99HBAqt89+9nBnzDMp1y/8Hgo z4Llu5dK3NCNlIF83ydQtiDMc5zj90xC1AB2Wn8= X-Google-Smtp-Source: ACHHUZ5vmFLrlPfkQzia4puOCKo8LfR4eO9sf1G38cWTGDWXAr2IFZYfAccyAHta4nKt3hGfEru2hQ== X-Received: by 2002:a05:6214:21a8:b0:630:1bc2:d66c with SMTP id t8-20020a05621421a800b006301bc2d66cmr28512856qvc.64.1687939501128; Wed, 28 Jun 2023 01:05:01 -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 y11-20020ad457cb000000b00631eb444e6esm5391762qvx.51.2023.06.28.01.05.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Jun 2023 01:05:00 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw129037 [PATCH 2/2] bus/pci: add IO port region check before region map Date: Wed, 28 Jun 2023 04:04:59 -0400 Message-Id: <20230628080459.1439245-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230628063651.178604-2-miao.li@intel.com> References: <20230628063651.178604-2-miao.li@intel.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/129037/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5398179886