From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2FA6125D9 for ; Fri, 10 Aug 2018 04:53:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2018 19:53:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,217,1531810800"; d="scan'208";a="80117586" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 09 Aug 2018 19:53:01 -0700 From: wenjieli To: dts@dpdk.org Cc: wenjieli Date: Fri, 10 Aug 2018 10:54:13 +0800 Message-Id: <1533869653-116050-1-git-send-email-wenjiex.a.li@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] uni_pkt/nsh: NSH packet detection only supported by i40e driver nic; add the nics into support list. 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: , X-List-Received-Date: Fri, 10 Aug 2018 02:53:07 -0000 NSH packet detection only supported by i40e driver nic; add the nics into support list. Signed-off-by: wenjieli --- conf/test_case_supportlist.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index d7bb654..3e157c8 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -518,5 +518,27 @@ "Bug ID": "", "Comments": "This case only support on FVL" } + ], + "nsh": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g" + "fortpark", + "fortpark_TLV", + "fortpark_TLV_vf", + "fvl10g_vf" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support i40e driver nic" + } ] } -- 1.9.3