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 87740A052A; Tue, 2 Feb 2021 13:27:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 066F3240295; Tue, 2 Feb 2021 13:27:15 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 62786240272 for ; Tue, 2 Feb 2021 13:27:13 +0100 (CET) IronPort-SDR: 79g7n4wxkUIXPrvcHzoo2FXALOV1wnoGnALhdjQeFqWg8m1kZwhGt7JjmsWevyZIVudD71FD8q WmCTSzFsR15w== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="180987649" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="180987649" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 04:27:12 -0800 IronPort-SDR: /Wd276DKiloA+bEHiAqCgiSWa/9hToD0kjp/B90aNe44Z3l8/slvhMan6zRgIlvtIEBIVn1Av+ OtfTGXNMMVuA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="356286334" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 02 Feb 2021 04:27:12 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx603.amr.corp.intel.com (10.18.126.83) 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 04:27:11 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 2 Feb 2021 20:27:09 +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; Tue, 2 Feb 2021 20:27:09 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" , "Liu, Lingyu" , "dev@dpdk.org" Thread-Topic: [PATCH v2] doc: add mirror rule limitation of X722 Thread-Index: AQHW+R7ZHJ8kBsUXQ0eeR+V7BUMjqqpEyyIg Date: Tue, 2 Feb 2021 12:27:09 +0000 Message-ID: <9939502a4a1c47ef9befba31b00b9575@intel.com> References: <20210201095828.8178-1-lingyu.liu@intel.com> <20210202095622.28228-1-lingyu.liu@intel.com> In-Reply-To: Accept-Language: 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: [dpdk-dev] [PATCH v2] doc: add mirror rule limitation of X722 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Xing, Beilei > Sent: Tuesday, February 2, 2021 12:50 PM > To: Liu, Lingyu ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: add mirror rule limitation of X72= 2 >=20 >=20 >=20 > > -----Original Message----- > > From: Liu, Lingyu > > Sent: Tuesday, February 2, 2021 5:56 PM > > To: dev@dpdk.org; Xing, Beilei > > Cc: Liu, Lingyu > > Subject: [PATCH v2] doc: add mirror rule limitation of X722 > > > > Currently, X722 firmware doesn't support to add more than one mirror > > rule in one VSI. > > > > Signed-off-by: Liulingyu > > --- > > V2 change: > > - refine commit log > > > > doc/guides/nics/i40e.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index > > 20c998398c..c9de2e19aa 100644 > > --- a/doc/guides/nics/i40e.rst > > +++ b/doc/guides/nics/i40e.rst > > @@ -723,6 +723,11 @@ When programming cloud filters for > > IPv4/6_UDP/TCP/SCTP with SRC port only or DST it will make any cloud > > filter using inner_vlan or tunnel key invalid. Default configuration > > will be recovered only by NIC core reset. > > > > +Mirror rule limitation for X722 > > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > + > > +Due to firmware restriction of X722, the same VSI cannot have more > > +than one > > mirror rule. > > + > > High Performance of Small Packets on 40GbE NIC > > ---------------------------------------------- > > > > -- > > 2.25.1 >=20 > Acked-by: Beilei Xing Applied to dpdk-next-net-intel. Thanks Qi