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 9DEBCA0350; Tue, 30 Jun 2020 10:40:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75A561BEE3; Tue, 30 Jun 2020 10:40:35 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ACE2C1BEDF for ; Tue, 30 Jun 2020 10:40:34 +0200 (CEST) IronPort-SDR: elbeC1/Si9VL6GX8aBtl5mTOOknu4AftVHneLq6lFNd7jzS4SCTtp/TDCBigSOiWqNZEyiBPzi okeqMpx7l5lQ== X-IronPort-AV: E=McAfee;i="6000,8403,9666"; a="207694631" X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="207694631" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2020 01:40:26 -0700 IronPort-SDR: 86eRH5621wVHsI4eDBBSHd57WPjqVE6uskIJW0cNAi1QlsDtm3qWXJAGMkiBiUWJQHXEB8rpjm iox/WcTMiuYw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,296,1589266800"; d="scan'208";a="481104250" Received: from dpdk-lijuan-purley1.sh.intel.com ([10.67.119.6]) by fmsmga005.fm.intel.com with ESMTP; 30 Jun 2020 01:40:25 -0700 From: hanyingya To: dts@dpdk.org Cc: hanyingya Date: Tue, 30 Jun 2020 16:36:05 +0800 Message-Id: <20200630083605.37198-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1]conf/test_case_checklist: add new case support info 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" Signed-off-by: hanyingya --- conf/test_case_checklist.json | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 73eda68..5cddec2 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -494,6 +494,45 @@ "Comments": "if set pasue, the packet type error when use kernel driver send packet" } ], + "pause_fwd_port_stop_start": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "powerville", + "kawela_4", + "springville", + "cavium_a034", + "cavium_0011", + "fortpark_TLV", + "fortpark_BASE-T", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + }, + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortville_eagle", + "fortville_spirit", + "fortville_spirit_single", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "if set pasue, the packet type error when use kernel driver send packet" + } + ], "flowctrl_off_pause_fwd_off": [ { "OS": [ -- 2.17.1