From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9EC235F17 for ; Tue, 27 Mar 2018 07:25:01 +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 orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Mar 2018 22:25:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,366,1517904000"; d="scan'208";a="41524484" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 26 Mar 2018 22:24:59 -0700 From: "zhu,shuai" To: dts@dpdk.org Cc: "zhu,shuai" Date: Tue, 27 Mar 2018 13:26:15 +0800 Message-Id: <1522128375-98267-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist:add fdir supported 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: Tue, 27 Mar 2018 05:25:02 -0000 Signed-off-by: zhu,shuai --- conf/test_case_supportlist.json | 53 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index e19e570..dd937dc 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -464,5 +464,56 @@ "Bug ID": "", "Comments": "This case only support on FVL" } - ] + ], + "fdir_ipv6_tc": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "ipv4_tos_proto_ttl": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } + ], + "fdir_ivlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g" + ], + "Target": [ + "ALL" + ], + } -- 1.9.3