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 4A3D0A0A0E; Wed, 3 Feb 2021 07:56:31 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3DB5C24042E; Wed, 3 Feb 2021 07:56:31 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 3D31324041A for ; Wed, 3 Feb 2021 07:56:30 +0100 (CET) IronPort-SDR: fFASi75q4m5UmQdR6/wwk9MWFQbnxmhC078DFprriALFkK+SOeXheBdl+CPAA7+fEcFdLJ3eQ+ tI1yCLB7nmGA== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="242507776" X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="242507776" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 22:56:29 -0800 IronPort-SDR: gOyJ7MALsZaAt3FPwKEkjzbbBITeSljmWzzgZncDQJb/vOZSn8R33o79HA8QrhHFBinex1K4DT 5e8UqFoZWYkw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,397,1602572400"; d="scan'208";a="433238503" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 02 Feb 2021 22:56:28 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 2 Feb 2021 22:56:27 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 3 Feb 2021 14:56:25 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Wed, 3 Feb 2021 14:56:25 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] conf/test_case_checklist: the same VSI cannot have more than one mirror rule Thread-Index: AQHW+exZg+G+3maWwkS95AaZ6x+ARKpF/3ow Date: Wed, 3 Feb 2021 06:56:25 +0000 Message-ID: <2d671d5de956415291691b3ee6c11f96@intel.com> References: <20210203052347.17118-1-weix.xie@intel.com> In-Reply-To: <20210203052347.17118-1-weix.xie@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 o= ne > mirror rule. > Currently, the firmware-version: 4.10 0x80001a7a >=20 > Signed-off-by: Xie wei Applied