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 32A75A04B5; Wed, 13 Jan 2021 08:10:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BB5F140E61; Wed, 13 Jan 2021 08:10:11 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 82D0C140E4F for ; Wed, 13 Jan 2021 08:10:08 +0100 (CET) IronPort-SDR: eb/z+Kxev6pi2wf2jr0aevx6aecxCMQRbmWld08tvNfMOCERJJjxojYvLiYO0bppdEcSTqGDG9 tRdnXH1vFkoQ== X-IronPort-AV: E=McAfee;i="6000,8403,9862"; a="165250150" X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="165250150" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jan 2021 23:10:06 -0800 IronPort-SDR: sH8VJ8/p/Y953LCf34FnlW9TbgGNzMNphwkCWjjOjGoNJDchetpOcPVbEPyvIfmCrAIfm2x/n9 mRi5KL8yVipQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,343,1602572400"; d="scan'208";a="567768344" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga005.jf.intel.com with ESMTP; 12 Jan 2021 23:10:06 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 12 Jan 2021 23:10:04 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 13 Jan 2021 15:10:03 +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, 13 Jan 2021 15:10:03 +0800 From: "Tu, Lijuan" To: "Sun, QinX" , "dts@dpdk.org" CC: "Sun, QinX" Thread-Topic: [dts] [PATCH V1 0/3] change method to get maximum number of rules Thread-Index: AQHW5YGQ3ymj1tjr+Eqt8teeQXDTbKolKu0A Date: Wed, 13 Jan 2021 07:10:03 +0000 Message-ID: <1a633098dff447149feef50c4a5821ab@intel.com> References: <20210108141953.8575-1-qinx.sun@intel.com> In-Reply-To: <20210108141953.8575-1-qinx.sun@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 0/3] change method to get maximum number of rules 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" >=20 > As the addition of CVL Island card, the original method of calculating th= e >=20 > maximum number of rules is not suitable for all cards. >=20 > It needs to start testpmd with log-level=3D7 to query and calculate. >=20 > sunqin (3): > framework/pmd_output add method to get maximum number of rules > tests/cvl_switch_filter change method to get maximum number of rules > tests/cvl_fdir change method to get maximum threshold of rules Applied, please add ":" between prefix and context, e.g. framework/pmd_outp= ut: add method to get maximum number of rules