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 71B8242E3A for ; Mon, 10 Jul 2023 10:39:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6C00140698 for ; Mon, 10 Jul 2023 10:39:07 +0200 (CEST) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mails.dpdk.org (Postfix) with ESMTP id 40C0540698 for ; Mon, 10 Jul 2023 10:39:06 +0200 (CEST) Received: by mail-qk1-f182.google.com with SMTP id af79cd13be357-76772fde287so436229585a.2 for ; Mon, 10 Jul 2023 01:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1688978345; x=1691570345; 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=RBouYUy8UGuFXJzsYW24xsWnpPAHXoxWsnWVGC2BQnQ=; b=dnKWbSM9DYpdoomqAdYhXEKKsEjAoi5+X3it0DMSGIq6RRlhT2aOFBNNCY+xokUpWj xF3f4IknwcxEfMA+2uy4khquaDOUNZcnDyolBRm1A+bnRCcTmTwWbSPYerBd3m+YXbXe eZSGTy+K5GU4RUaANvJhDxki9KN51/XZZYL5XHFLPqM1Vbcyz69rLsEfq4lSlqZEtG3N d7I5a1dgcFK4/QrOPmBQeEBGN/jvm9ghIgEX+McuwsncvZt6xy4O8hPeUhzZbr0PlvE+ PFOpsaPN/Nhs/wt7MX9p1jksuqfZSaGfSAOAVy80y0qz7VunGJYYBl0xXgj/1RT2oIxl 6ugA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688978345; x=1691570345; 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=RBouYUy8UGuFXJzsYW24xsWnpPAHXoxWsnWVGC2BQnQ=; b=ex/VR+y0dJYO5pPyEkGkSTUR4p+spQZWg0zkpAPpoaRyZSmJ6nlNVHmTe0PjOQuCMc u1mOCEVSmhA3YzMWXhYFUQGgd0TgXR9xttMfrMX18/0fx6T+aUiARy6N1Xu60rAGH+vZ DE6JXsgAI/UH3SxGuwbeoC1H0lcdWCsADbPK2F3cnUNLQchk/4BYevScTpTIRyGsWwxq 48HTY9FQoUy5L+aPDNbCXWzI2BsaGwtBHCSgwiT7qnuXxUtp+zhem5EjYms7CCBmjcX3 LW7Jhbf8S9r83wdSt+K/zUl5HethFU5mQsyo01RnwpRKmYpDqEYYUlGtFCYD4AdpwjmN Wg+g== X-Gm-Message-State: ABy/qLYJpfnjunIHAi/sXozMveVyBfFg2XdEl49DD9wIy2PnZjo0P1PT J38Feegb3rwA4ztBkZmcf4kKs0NXraoRX9a79pw= X-Google-Smtp-Source: APBJJlGokEc3Pd49067UmN8zQAdVv89bHbGKlsQ1LrTbF4u9FaCXGSvOXUttT9LjV85j2gdonIPsMw== X-Received: by 2002:a05:620a:2b0f:b0:765:9913:999f with SMTP id do15-20020a05620a2b0f00b007659913999fmr11029418qkb.58.1688978345434; Mon, 10 Jul 2023 01:39:05 -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 16-20020a05620a06d000b007678973eaa1sm4638591qky.127.2023.07.10.01.39.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jul 2023 01:39:04 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw129416 [PATCH v4 2/2] graph: fix graph model check in core binding Date: Mon, 10 Jul 2023 04:39:03 -0400 Message-Id: <20230710083903.1252537-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230710071515.3143533-3-zhirun.yan@intel.com> References: <20230710071515.3143533-3-zhirun.yan@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/129416/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5505554507