From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6F0B6A00E6 for ; Thu, 18 Apr 2019 10:18:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4F7391B8CB; Thu, 18 Apr 2019 10:18:56 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id ABF961B8C9 for ; Thu, 18 Apr 2019 10:18:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 01:18:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,365,1549958400"; d="scan'208";a="143717917" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 18 Apr 2019 01:18:53 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 01:18:50 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 01:18:50 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.25]) with mapi id 14.03.0415.000; Thu, 18 Apr 2019 16:18:48 +0800 From: "Lin, Xueqin" To: "Xu, Yanjie" , "dts@dpdk.org" CC: "Xu, Yanjie" Thread-Topic: [dts] [PATCH] dynamic add hardware requirement Thread-Index: AQHU9b1yZ7NBwn/5BUWXwxUxYfpSr6ZBkTcA Date: Thu, 18 Apr 2019 08:18:47 +0000 Message-ID: <0D300480287911409D9FF92C1FA2A3355B4D6BD1@SHSMSX104.ccr.corp.intel.com> References: <1555595465-174360-1-git-send-email-yanjie.xu@intel.com> In-Reply-To: <1555595465-174360-1-git-send-email-yanjie.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH] dynamic add hardware requirement X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" My comment as below. Best regards, Xueqin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xuyanjie > Sent: Thursday, April 18, 2019 9:51 PM > To: dts@dpdk.org > Cc: Xu, Yanjie > Subject: [dts] [PATCH] dynamic add hardware requirement >=20 > Signed-off-by: xuyanjie >=20 > diff --git a/test_plans/dynamic_config_test_plan.rst > b/test_plans/dynamic_config_test_plan.rst > index 4b6b1c7..38a7e83 100644 > --- a/test_plans/dynamic_config_test_plan.rst > +++ b/test_plans/dynamic_config_test_plan.rst > @@ -51,6 +51,10 @@ When promiscuous mode is disabled, packet must not > be received. When it is enabled, packets must be received. The change > occurs without stopping the device or restarting the application. >=20 > +Hardware > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > + > +Any type NIC is supported [Xueqin] The scope is too large, in /dpdk/drivers/net path, there are so ma= ny driver types, we may test this suite on e1000, ixgbe, i40e, not try all = especially not try on some not-intel NICs. "Any type NIC" is not make sense. =20 >=20 > Prerequisites > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > -- > 2.7.4