From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 968751B8C2 for ; Thu, 5 Jul 2018 13:05:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2018 04:05:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,311,1526367600"; d="scan'208";a="64610824" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga003.jf.intel.com with ESMTP; 05 Jul 2018 04:05:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX104.ger.corp.intel.com ([169.254.5.212]) with mapi id 14.03.0319.002; Thu, 5 Jul 2018 12:03:49 +0100 From: "De Lara Guarch, Pablo" To: "Verma, Shally" , "Gupta, Ashish" , "Trahe, Fiona" , "Daly, Lee" , "Sahu, Sunila" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 2/4] doc: rename compress feature flag Thread-Index: AQHUE+SpENyWvzn6NkaRLGGdxHjEfKR/2skAgACRFSA= Date: Thu, 5 Jul 2018 11:03:48 +0000 Message-ID: References: <20180627055031.24394-1-pablo.de.lara.guarch@intel.com> <20180704141037.44021-1-pablo.de.lara.guarch@intel.com> <20180704141037.44021-2-pablo.de.lara.guarch@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2QzMTQyZWMtYWQxMy00MGQxLWI1Y2YtODQ3NDJlYjgwZGMzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicDRINWtpQTRkdWZJaGxhNlpFR0QrSENcL1VHNFlXd0p3Wk8zUVRSQ3BjeFZGYzU2bTZcL2hmcE5PVXM2NTdWbSt5In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/4] doc: rename compress feature flag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2018 11:05:19 -0000 > -----Original Message----- > From: Verma, Shally [mailto:Shally.Verma@cavium.com] > Sent: Thursday, July 5, 2018 3:41 AM > To: De Lara Guarch, Pablo ; Gupta, Ashish > ; Trahe, Fiona ; Daly, Le= e > ; Sahu, Sunila > Cc: dev@dpdk.org > Subject: RE: [PATCH v3 2/4] doc: rename compress feature flag >=20 >=20 >=20 > >-----Original Message----- > >From: Pablo de Lara [mailto:pablo.de.lara.guarch@intel.com] > >Sent: 04 July 2018 19:41 > >To: Verma, Shally ; Gupta, Ashish > >; fiona.trahe@intel.com; lee.daly@intel.com > >Cc: dev@dpdk.org; Pablo de Lara > >Subject: [PATCH v3 2/4] doc: rename compress feature flag > > > >External Email > > > >Renamed feature "Bypass" to "Pass-through", as it is a more explicit > >name, meaning that the PMD is capable of passing the mbufs through it, > >without making any modifications (i.e.. NULL algorithm). > > > >Signed-off-by: Pablo de Lara > >--- > > doc/guides/compressdevs/features/default.ini | 2 +- > > doc/guides/compressdevs/overview.rst | 5 +++++ > > 2 files changed, 6 insertions(+), 1 deletion(-) > > > >diff --git a/doc/guides/compressdevs/features/default.ini > >b/doc/guides/compressdevs/features/default.ini > >index 795fc5577..a88414d23 100644 > >--- a/doc/guides/compressdevs/features/default.ini > >+++ b/doc/guides/compressdevs/features/default.ini > >@@ -13,7 +13,7 @@ CPU AVX2 =3D > > CPU AVX512 =3D > > CPU NEON =3D > > Stateful =3D > >-By-Pass =3D > >+Pass-through =3D > > Chained mbufs =3D > > Deflate =3D > > LZS =3D > >diff --git a/doc/guides/compressdevs/overview.rst > >b/doc/guides/compressdevs/overview.rst > >index ca37de175..b16c36fd6 100644 > >--- a/doc/guides/compressdevs/overview.rst > >+++ b/doc/guides/compressdevs/overview.rst > >@@ -10,3 +10,8 @@ Supported Feature Flags .. > >_table_compression_pmd_features: > > > > .. include:: overview_feature_table.txt > >+ > >+.. Note:: > >+ > >+ - "Pass-through" feature flag refers to the ability of the PMD > >+ to let mbufs pass-through it, without making any modifications to = it. > >-- > >2.14.4 > [Shally] Rather than mbufs, use generic name input / output buffers. As a= t some > point, we may add alternative to mbufs. > Abd rephrase a bit, such as, in pass-through mode PMD will just copy inpu= t to > output. Ok. Will do. >=20 > Thanks > Shally >=20