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 9E23843A4A for ; Fri, 2 Feb 2024 07:24:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99CEE4026E for ; Fri, 2 Feb 2024 07:24:35 +0100 (CET) Received: from mail-ua1-f46.google.com (mail-ua1-f46.google.com [209.85.222.46]) by mails.dpdk.org (Postfix) with ESMTP id 130D74021D for ; Fri, 2 Feb 2024 07:24:35 +0100 (CET) Received: by mail-ua1-f46.google.com with SMTP id a1e0cc1a2514c-7d2e21181c1so850329241.3 for ; Thu, 01 Feb 2024 22:24:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706855074; x=1707459874; 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=3rS/N/jxI/LmWHXx5kU1L3zmdbKpxCgSBPAY+BfXF+c=; b=FdgGm1Tsdx7aEmmW3QxEDtebNLveNewwLtMsIyQuoal1N32nieC6huXRU61oAU038A f1Ocnf8xgtkOkfIf/b7o0OQgKqzhA5z2XloNWwpsNdFRZcvgnp3yV/bDIjlg2OCr+NB+ VA4Robe1wOZ2aqT9+4P/VckzQYlcVrUR9/7NSRYfG+3y1uwW4Gh/brwkYHU/QOVNxvDr w2TO3SKqJFRcjTK7x1ZofOLo3gQFFg6fepl+a2vWNH/3qwLMgAQ7WvZe2/yz4XHVrRL5 PIlpXqIIiz3kSJPeG+VnvnWDKUROxQOTcLD3wsh/4wMNszrFtA/3OGxJbedILyBANYuV ZNrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706855074; x=1707459874; 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=3rS/N/jxI/LmWHXx5kU1L3zmdbKpxCgSBPAY+BfXF+c=; b=SaBK8hrjf0jrs30TfC1Jpw5poqPfpUtQeng7zgk5zlPot5NBO9IRNPR9WJ6dBfczpA 8l/ByltCEFqGIZpY+B905FWMecu2w5jHFyHB7PSLNpeo0ml08sKm9ajuDveQqRylwF4R rSRj/M1lR/mRmv1zB0ojpDhFucXL6miy8D1qOtWJpFlFp6NTYItRVBrbXvcLAbaYU+e+ uB1m3rAiN3tQ9X8zUS9rPwwPOgmBpN/KuAYZhNPHFmSui17mJ4G24G+bI0jmbmiAaFL0 GHqayDdPBPN7cvrBJ5tEsUhObRJJKU9z0OcgQtWNuujMfN3bo29Xt5Qyjac7tErPnSRH u3hA== X-Gm-Message-State: AOJu0YzslNfArnqaqtXPMMcZzbM3SbLokDR5yAy5ptuUDVv6vaHH8D3g wDrdQ8Nm2zFqNJjRA3m6deSo6i589Du4PfE0MWw92mpttSLjhifVonzy4u0H6IPHRGPKdOeNqLy G X-Google-Smtp-Source: AGHT+IGGv9P4xJzeRFeAO0/uEEjKen7Tt5KeFSBeqUh37T3QSd5R95WlriPGEf2qNeJzVPOs9f44Tg== X-Received: by 2002:a05:6122:1b90:b0:4c0:b8e:dd45 with SMTP id es16-20020a0561221b9000b004c00b8edd45mr1298974vkb.2.1706855073996; Thu, 01 Feb 2024 22:24:33 -0800 (PST) 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 pj17-20020a0562144b1100b0068c68437655sm519043qvb.115.2024.02.01.22.24.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Feb 2024 22:24:33 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136304 [dpdk-dev] [PATCH] net/cnxk: fix aged flows query Date: Fri, 2 Feb 2024 01:24:32 -0500 Message-Id: <20240202062432.339660-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240202052137.1324084-1-psatheesh@marvell.com> References: <20240202052137.1324084-1-psatheesh@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/136304/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7751945828