From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id C72DC1B47B for ; Fri, 15 Feb 2019 09:45:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Feb 2019 00:45:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,372,1544515200"; d="scan'208";a="147085803" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 15 Feb 2019 00:45:21 -0800 From: changqingxwu To: dts@dpdk.org Cc: changqingxwu Date: Fri, 15 Feb 2019 16:35:12 +0800 Message-Id: <1550219712-7731-1-git-send-email-changqingx.wu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] conf/supportlist:add only support on FVL and Niantic case 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, 15 Feb 2019 08:45:24 -0000 The following cass are skipped: rxoffload_queue, txoffload_queue Signed-off-by: changqingxwu --- conf/test_case_supportlist.json | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index ced96e0..e4f08d1 100644 --- a/conf/test_case_supportlist.json +++ b/conf/test_case_supportlist.json @@ -637,5 +637,40 @@ "Bug ID": "", "Comments": "This case only support on FVL" } + ], + "rxoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on niantic" + } + ], + "txoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "fortpark", + "fortpark_TLV" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "This case only support on FVL" + } ] } -- 2.17.2