From patchwork Tue Jun 29 08:34:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 94971 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id F3BD8A0A0F; Tue, 29 Jun 2021 10:34:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E42DE41197; Tue, 29 Jun 2021 10:34:38 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 7C7EA40E01; Tue, 29 Jun 2021 10:34:36 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10029"; a="205100217" X-IronPort-AV: E=Sophos;i="5.83,308,1616482800"; d="scan'208";a="205100217" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2021 01:34:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,308,1616482800"; d="scan'208";a="454781256" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by orsmga008.jf.intel.com with ESMTP; 29 Jun 2021 01:34:34 -0700 From: Ferruh Yigit To: web@dpdk.org Cc: dev@dpdk.org, Thomas Monjalon , John McNamara , Dmitry Kozlyuk Date: Tue, 29 Jun 2021 09:34:32 +0100 Message-Id: <20210629083432.1803007-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210624144513.3094257-1-ferruh.yigit@intel.com> References: <20210624144513.3094257-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Subject: [dpdk-web] [PATCH v2] add testing requirement for new PMDs X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org Sender: "web" As discussed in the technical board meeting https://mails.dpdk.org/archives/dev/2021-February/200012.html This is to record that new upstreamed devices tested adequately. Signed-off-by: Ferruh Yigit Acked-by: John McNamara Acked-by: Andrew Rybchenko Acked-by: Thomas Monjalon --- CC: John McNamara Cc: dev@dpdk.org Cc: Dmitry Kozlyuk v2: * Paragraph reworded. --- content/testing/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/testing/_index.md b/content/testing/_index.md index fcdc47feca9a..7504df0f7cae 100644 --- a/content/testing/_index.md +++ b/content/testing/_index.md @@ -116,6 +116,10 @@ some validation reports are requested to the community members. Such release validations are sent as replies to the release announcement. +Some PMDs can be tested only by their owners. That is why it is expected that +device vendors send a release validation report, at least in the first release +that the PMD is upstreamed. + ## Tools ---