From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 874B3A0A0C;
	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 000114117C;
	Tue, 29 Jun 2021 10:34:37 +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 <ferruh.yigit@intel.com>
To: web@dpdk.org
Cc: dev@dpdk.org, Thomas Monjalon <thomas@monjalon.net>,
 John McNamara <john.mcnamara@intel.com>,
 Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
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
Content-Transfer-Encoding: 8bit
Subject: [dpdk-dev] [PATCH v2] add testing requirement for new PMDs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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 <ferruh.yigit@intel.com>
---
CC: John McNamara <john.mcnamara@intel.com>
Cc: dev@dpdk.org
Cc: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>

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
 ---
-- 
2.31.1