From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 12404A0519; Tue, 23 Jun 2020 10:41:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 759AB1D5CB; Tue, 23 Jun 2020 10:41:31 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 686971D5C1 for ; Tue, 23 Jun 2020 10:41:29 +0200 (CEST) IronPort-SDR: 5aC6Rd2/lv7gvjff3Dmkb3UIC9DeOmy8lrEvMK1fbvHXb3KzKotyufrvYpK8beayie2b0lFMKg BO6Lb72u7Hgg== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="143998980" X-IronPort-AV: E=Sophos;i="5.75,270,1589266800"; d="scan'208";a="143998980" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2020 01:41:27 -0700 IronPort-SDR: TAtguUwWb57dJpXPbGsDzeUUxaBQ9Z5hoMRZHOQdEGfBdSFTAEPUy6IdMy94vdPg7GdlI4iSDw NWVhxykHTN5Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,270,1589266800"; d="scan'208";a="293133162" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2020 01:41:26 -0700 From: chenlinglix To: dts@dpdk.org Cc: chenlinglix Date: Tue, 23 Jun 2020 16:38:03 +0800 Message-Id: <20200623083803.26525-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dts] =?utf-8?q?=5BPATCH_V1=5D_conf/test=5Fcase=5Fchecklist=3Afox?= =?utf-8?q?ville_not_supoort_case=EF=BC=9Atxoffload=5Fqueue?= 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" foxville not supoort case:txoffload_queue Signed-off-by: chenlinglix --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 49fdb4c..b9ccc18 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3496,5 +3496,20 @@ "Bug ID": "", "Comments": "CVL not support DPDK PF + DPDK VF" } + ], + "txoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.8.3.1