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 A7D44A00BE; Fri, 12 Jun 2020 08:52:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E2C211A4; Fri, 12 Jun 2020 08:52:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C92EEF12 for ; Fri, 12 Jun 2020 08:52:53 +0200 (CEST) IronPort-SDR: XdbpiEW8Kwstvr69k0q4hQ2fyGZ5Xju1LXZUVQZh5HvDVgqQPu+0NMDqMgSdJ/r7YC8z13LXQr uTA4zg5V73zg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2020 23:52:52 -0700 IronPort-SDR: ClZH7gYCzS72w1Fq/85ahfS3NaAFG71XEUbekRHYDWrEM2osFQER6yW9Fp5LvPhNGFVnRqmHqO 9AV3lwC5pboA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,502,1583222400"; d="scan'208";a="380623324" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga001.fm.intel.com with ESMTP; 11 Jun 2020 23:52:51 -0700 From: chenlinglix To: dts@dpdk.org Cc: chenlinglix Date: Fri, 12 Jun 2020 14:52:45 +0800 Message-Id: <20200612065245.21389-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] [PATCH V1] = conf/test_case_checklist:foxville not supoort 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" foxville not supoort case:txoffload_queue,disable_enable_rss Signed-off-by: chenlinglix --- conf/test_case_checklist.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 73eda68..b6014a1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2670,7 +2670,8 @@ ], "NIC": [ "cavium_a063", - "cavium_a064" + "foxville", + "cavium_a064" ], "Target": [ "ALL" @@ -3426,4 +3427,20 @@ "Comments": "32 bites not support this case(memoory not enough)." } ] + "txoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } + ] + } -- 2.17.1