From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 31DD2A0A0E; Wed, 3 Feb 2021 06:20:02 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04DCC240417; Wed, 3 Feb 2021 06:20:01 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 414A4240410 for ; Wed, 3 Feb 2021 06:19:59 +0100 (CET) IronPort-SDR: 62CcJ6wg3xSNUq5GcDfIACJZn+Im4/4HDlUe8k/zny9QRhLqmtLgMVBMXepKiAkTeor08qmMXk ccaanEI9m1qQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="180212525" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="180212525" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 21:19:55 -0800 IronPort-SDR: 49PiPRT8vN4AARTmq0rcacBjwKsCpxWcOrrrKN2A9bvg18c7cbJAnnzXMvN+xvkValop6rToad Z+emkqt4rhlg== X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="371179948" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 21:19:53 -0800 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Wed, 3 Feb 2021 13:23:47 +0800 Message-Id: <20210203052347.17118-1-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/test_case_checklist: the same VSI cannot have more than one mirror rule X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" Due to firmware restriction of X722, the same VSI cannot have more than one mirror rule. Currently, the firmware-version: 4.10 0x80001a7a Signed-off-by: Xie wei --- conf/test_case_checklist.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index ef07c148..458c7277 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2302,6 +2302,36 @@ "Bug ID": "", "Comments": "Niantic not support this case" } + ], + "two_vms_uplink_and_downlink_mirror": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortpark_BASE-T" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi" + } + ], + "two_vms_vlan_and_pool_and_uplink_and_downlink": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "fortpark_BASE-T" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC X722 firmware doesn't support to add more than one mirror rule in one vsi" + } ], "queue_region_with_rss_rule_api": [ { -- 2.17.1