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 9CB3D45B12 for ; Fri, 11 Oct 2024 11:23:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94607402E8 for ; Fri, 11 Oct 2024 11:23:44 +0200 (CEST) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) by mails.dpdk.org (Postfix) with ESMTP id D60EF402E3 for ; Fri, 11 Oct 2024 11:23:43 +0200 (CEST) Received: by mail-qt1-f171.google.com with SMTP id d75a77b69052e-4601a4b487fso20962411cf.3 for ; Fri, 11 Oct 2024 02:23:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1728638623; x=1729243423; darn=dpdk.org; 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=r+J8U67xDdrTGamPlPiEwCrWD4HmB7DyWf3dhbt4F1I=; b=RLNJ+mXa3mYm5CBaAxMbQAPBTFqCsJVyc5/W1MZ4wwO5KeQ7cXHeI/K2HaF4zZdmQG MaCsenpTQQKVKzcfcvZAmqNO2/lZhmVl2ANfnifA8wLyXjIHhxZA31Cbd55cF1wZU2jj 2yKexXGsaOZOMDIAGKQUS6XTkcgTYkG5Ydl9CSAFJ47tEllRKSz8cMxQ8RWNAtM9k9RH eUgPorW7xIa6j91JUzm0+647+Xe/VOHl6EdpWHFy648LTqQONOE9Df/oVpcqiABhhnzk 7KuVQsGJv+kc+Yvg8VyRWyHzUBwospLSaD8+7T1NIIvEsnVaflJINryJ1BSkVqIw876b ggTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728638623; x=1729243423; 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=r+J8U67xDdrTGamPlPiEwCrWD4HmB7DyWf3dhbt4F1I=; b=fxZUc2gxuHLefBsZuKHs5+X3wgYpfWnO9/WNzV+xqLlFitTMMwBvI2Oyn4bGjhYmw4 e5YJozAVEA3SSGQILuf7glbt76gRo+08yhJhAuPWUXmEyorSMr9Wbaqk4fG4k0xHf0nF 7ZrNQPE68eRfuDvXidi0K8oFoEaHGFv8SGqTiYdTMiYkCzcRpxcHZfT5/aTp7EemE9fb 7kxPFX0bA8NTGvIi9GEDsWF4UyISPE6SSJdkWfosQY25D1TtYRdPyg9AM/nE95DuTcbX y6zoalHv5FyWJAMeHOmYaDbub68RaLkwwC+njEeE80pnBuHNPPO7OStv6jviSORhTE8r ODiQ== X-Gm-Message-State: AOJu0Yxw1lWeBJtvXXCF3C1tRVNWfXjn+20Shx26jAtUPSFZYSTbBBWA h2Z8EchgKOY/rJr1S2c5Fj7BKzuZjgrwWSxwtXlJVysuK9X6tROLKXRnxilGFka1WilbaZkz7LF 5 X-Google-Smtp-Source: AGHT+IGMFBz39oGJYbBjQN2QOQ1FFYnG8/FSV2Xwl4rsG0WJl1jwPz7e7Cr3JU30+U55aFSMM9o1ZQ== X-Received: by 2002:a05:622a:489a:b0:45e:fe41:caae with SMTP id d75a77b69052e-4604bbb91cfmr33002981cf.18.1728638622701; Fri, 11 Oct 2024 02:23:42 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id d75a77b69052e-46042895a9csm13471771cf.91.2024.10.11.02.23.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 02:23:41 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw145738 [PATCH v10 7/7] eal: keep per-lcore power intrinsics state in lcore variable Date: Fri, 11 Oct 2024 05:23:40 -0400 Message-ID: <20241011092340.1998125-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241011081901.816211-8-mattias.ronnblom@ericsson.com> References: <20241011081901.816211-8-mattias.ronnblom@ericsson.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/145738/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11289245312