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 6C914A00E6 for ; Fri, 19 Apr 2019 09:00:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3367B1BABD; Fri, 19 Apr 2019 09:00:39 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0AE561B9D8 for ; Fri, 19 Apr 2019 09:00:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2019 00:00:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,368,1549958400"; d="scan'208";a="152144720" Received: from xuyanjie.sh.intel.com ([10.67.111.13]) by orsmga002.jf.intel.com with ESMTP; 19 Apr 2019 00:00:36 -0700 From: xuyanjie To: dts@dpdk.org Cc: xuyanjie Date: Fri, 19 Apr 2019 08:46:45 -0400 Message-Id: <1555678005-234230-1-git-send-email-yanjie.xu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [PATCH] add hardware information 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/hotplug_test_plan.rst b/test_plans/hotplug_test_plan.rst index b065f46..4b3060d 100644 --- a/test_plans/hotplug_test_plan.rst +++ b/test_plans/hotplug_test_plan.rst @@ -46,6 +46,12 @@ traffic generator. Port configurations can be set interactively, and still be set at the command line when launching the application in order to be compatible with previous test framework. +Hardware +============= + +Both ixgbe and i40e nic are supported ,the number of ports >= 2 + + Prerequisites ============= -- 2.7.4