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 914A14233F for ; Mon, 9 Oct 2023 19:19:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BAED4026B for ; Mon, 9 Oct 2023 19:19:45 +0200 (CEST) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by mails.dpdk.org (Postfix) with ESMTP id 3CADE4026B for ; Mon, 9 Oct 2023 19:19:44 +0200 (CEST) Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6c7bbfb7a73so3180785a34.3 for ; Mon, 09 Oct 2023 10:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1696871983; x=1697476783; 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=vkQRP2+Jz81MWMOjv+fdNYgAKd+43fmRSterJm36ZtY=; b=cHlNoomXByOk7PlUpSSyuVI1cETMyNvOMXvH582FlbR07qm9u35p2RtvebZ0jwpH1p jsyyo4YYTl2Jyr7hMZ63ugU5PmPDZ+iIluiYvtxNxH3cF7TFYC1+GjjrV4LbYFCs8Z74 X3OC351AHJ4DC6OTqF5SErDogFpdxLfsjOlRfYOvu6pfivDvf0PZp8NFA6rPHdkGNogn JpWwwgUCkcWigaOAO/6brAWEeIbEG+EaTtH+RuvDRyzHfNtTA5Z3mSaLNO0kB/bWE0ba e8RJqQKZHgDUFdspH0mnQfRvcu5CLvgzZjqpIjQl2sMJDjnt8ODmsE67xgT3FNbM2UEz sqCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696871983; x=1697476783; 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=vkQRP2+Jz81MWMOjv+fdNYgAKd+43fmRSterJm36ZtY=; b=Bu2HkR4iGl2ff8x3QjXQAOLKLF+hz1SO6SGemhvlrjIVLzF5rAc8173XwssnqALweL C9kVm1k2/OndlUCeKveAGJ5f8e6m/DKkHQKwxBdiMTKl51ta0PfyRglSXNa2fFswUhwP KqIc3hSQyZ1iKF7qrZSHF/U6REHxY2v1OUPiWDHDroNvdwQp/+vzUiBhMmgi6UuFdZbU rrx5q+PARw/aKwvuG0MSj9RoAnJgdb7DFLtr7X/JKKNk6jTximMnWNnk9A2/5wRmeXpC Wjs7VElO7sRWoTSTIWW9mXD0SencAsIhf3Dq1smdfGH86oaUFuNd0hynGozINlOWmhH7 tfCA== X-Gm-Message-State: AOJu0YxagGIcE2nq/y6Bq3ol7m74f7HgGgS1OtBIRabVqqbaCkEGU1+z BNnaxEEb6Qr26tUj6FeGYZNBzsa+EvlcQfzCBTM= X-Google-Smtp-Source: AGHT+IFexd75sxukeScoZv5QZqGl2C6kc7qDtTTphoXyZu8KmuAs3lmQ9EnatsSrH94Iz+n9JpfKNA== X-Received: by 2002:a05:6870:4714:b0:1d6:3b6d:f82f with SMTP id b20-20020a056870471400b001d63b6df82fmr18664411oaq.41.1696871983225; Mon, 09 Oct 2023 10:19:43 -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 t10-20020a0ca68a000000b00668eb252523sm3991129qva.63.2023.10.09.10.19.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 10:19:42 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw132438 [PATCH v3] ethdev: add packet type matching item Date: Mon, 9 Oct 2023 13:19:41 -0400 Message-Id: <20231009171941.2342273-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20231009162444.3998178-1-akozyrev@nvidia.com> References: <20231009162444.3998178-1-akozyrev@nvidia.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/132438/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6459440309