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 0A17CA00E6 for ; Thu, 18 Apr 2019 10:04:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1C121B8CB; Thu, 18 Apr 2019 10:04:56 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 844E11B8C9 for ; Thu, 18 Apr 2019 10:04:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 01:04:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,365,1549958400"; d="scan'208";a="141663744" Received: from xuyanjie.sh.intel.com ([10.67.111.13]) by fmsmga008.fm.intel.com with ESMTP; 18 Apr 2019 01:04:52 -0700 From: xuyanjie To: dts@dpdk.org Cc: xuyanjie Date: Thu, 18 Apr 2019 09:51:05 -0400 Message-Id: <1555595465-174360-1-git-send-email-yanjie.xu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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" Signed-off-by: xuyanjie 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. +Hardware +============= + +Any type NIC is supported Prerequisites ============= -- 2.7.4