From patchwork Thu Jun 24 14:45:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 94799 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 4CBAAA0547; Thu, 24 Jun 2021 16:45:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6834A410F4; Thu, 24 Jun 2021 16:45:20 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id F01BB4003C; Thu, 24 Jun 2021 16:45:17 +0200 (CEST) IronPort-SDR: hyhu2D2vKd7uCt4B2Zv33GCy6jmg2MgI/YpXj3HqOGjWoz6x1n0595pCXjWMITzFW5007vAHhW 98VHhOFo97mQ== X-IronPort-AV: E=McAfee;i="6200,9189,10025"; a="187171277" X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="187171277" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2021 07:45:16 -0700 IronPort-SDR: ZgiIQQmfy7Bn8NsMaIr48mYuN0V/oYunWGTyhivYDQlI0rC2GHi+poRAF3dNqXfcpp8iHRhoVY X3hNZ3KKy7CA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,296,1616482800"; d="scan'208";a="474534892" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by fmsmga004.fm.intel.com with ESMTP; 24 Jun 2021 07:45:15 -0700 From: Ferruh Yigit To: web@dpdk.org Cc: Thomas Monjalon , John McNamara , dev@dpdk.org Date: Thu, 24 Jun 2021 15:45:13 +0100 Message-Id: <20210624144513.3094257-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [dpdk-web] [PATCH] 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 --- CC: John McNamara Cc: dev@dpdk.org --- content/testing/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/testing/_index.md b/content/testing/_index.md index fcdc47feca9a..3e430f8640af 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. +It is not easy (or not possible at all) to test PMDs other than device vendors, +that is why it is expected vendors send a release validation report at least in +the first release that the PMD is upstreamed. + ## Tools ---