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 E222F45BA1 for ; Tue, 22 Oct 2024 22:25:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C6B49402E9 for ; Tue, 22 Oct 2024 22:25:56 +0200 (CEST) Received: from mail-oo1-f46.google.com (mail-oo1-f46.google.com [209.85.161.46]) by mails.dpdk.org (Postfix) with ESMTP id 3E6AF40151 for ; Tue, 22 Oct 2024 22:25:55 +0200 (CEST) Received: by mail-oo1-f46.google.com with SMTP id 006d021491bc7-5eb9ee4f14cso1655026eaf.1 for ; Tue, 22 Oct 2024 13:25:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1729628753; x=1730233553; 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=OdHHjl73E2Yq9WtauFQMWvtMIqt69s9Q5y+7BeYXIGY=; b=XTuBQ1H9rb9Hf8XQ22S9dIpAfc5/9di1LH3hm0IEdi5KlzRu+vd2T1e9pf4jQR5Pr4 72LvUpjrVkOQYckpWINcalEq4AS45YzBoaNd5cKqFR+DkGLEcuobdeDpbie3NzxwZhLT GG9es/zD6RFQjOOJK+eiwdUH1+Ckid1QTCGVtgimZ8X/HEZZiLTAS50mjqYBi3hxxp06 1LJMRgdSVqh3C7bDxKeMUEBKJCctmRjULiWjrIeZgtLiJx2AP1HFfbrNoft58rLXZZoe 5SeTMPC3Zlo4LPz/igZlFr1EHxvGsk5c4yLvEyRaa7ZrKyo/s0OFq6DnaKkmJX6Hx9iM bqOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729628753; x=1730233553; 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=OdHHjl73E2Yq9WtauFQMWvtMIqt69s9Q5y+7BeYXIGY=; b=Uve60Fp7jIFGLY9nxGeUSbrNz1GeOLq3qpJJSiSQckL+C9W0H8HE57rCluyRoDkF/p qzm+5OmJHinXR1UWaKyM9Ea98YGRqwdUinmodBc+5NzQJuMCK4d7HUoJqSbzjqsN2vsc I3gR7TSxTaQT92ah5U3hFQTMwGwAMktgbXHr3Y0R6Z+QojF20r3BrgScYZ08TtmERWCv +VSdRMpPfrwXDYOnpnoUSXBNOqX10xpQR2VfK+vwwL6WHYCYnM/mW2zNozSYzD7Opgh9 3A03qvG/Dq2dJiSkyE5476wfLhpujSCPGV1F+krkS1hTrV0sHnnEqc78H82EEJ3AZQxt evJg== X-Gm-Message-State: AOJu0YyZUcx3V0TxdfTMrJwb/XLlzMOZwUx0os45HAjDCX3StI1wu8q9 rJjmUf4SFqi5UZm6+7NqwYgjMG16cYaAyefwNRLuPlo1dC2wnec4PLRITVmFrOzrPLLXA7rsJMN / X-Google-Smtp-Source: AGHT+IH7oabp8U1O4u457K+P7uPEfMLOjmRqc1ZLpWSI8Uo0BLAIfwWLs8ZcxK+iLikZpMNPmPcyBQ== X-Received: by 2002:a05:6358:6f0e:b0:1ac:f839:e001 with SMTP id e5c5f4694b2df-1c3d819dd07mr15221055d.22.1729628753537; Tue, 22 Oct 2024 13:25:53 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7b165a78c22sm317967785a.121.2024.10.22.13.25.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2024 13:25:52 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw146794 [PATCH v4 22/22] event/cnxk: add CN20K timer adapter Date: Tue, 22 Oct 2024 16:25:51 -0400 Message-ID: <20241022202551.3287777-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241022193505.23281-22-pbhagavatula@marvell.com> References: <20241022193505.23281-22-pbhagavatula@marvell.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/146794/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11467418848