From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 8EF53160 for ; Mon, 23 Jul 2018 23:18:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2018 14:18:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,394,1526367600"; d="scan'208";a="73847717" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga004.fm.intel.com with ESMTP; 23 Jul 2018 14:18:45 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX108.ger.corp.intel.com ([169.254.11.169]) with mapi id 14.03.0319.002; Mon, 23 Jul 2018 22:18:44 +0100 From: "De Lara Guarch, Pablo" To: "Verma, Shally" CC: "dev@dpdk.org" , "Athreya, Narayana Prasad" , "Challa, Mahipal" , "Sahu, Sunila" , "Gupta, Ashish" Thread-Topic: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide Thread-Index: AQHUIpTnres765Hf+UWEqmd8LVXde6SdF/Yw///wF4CAAEdO8A== Date: Mon, 23 Jul 2018 21:18:43 +0000 Message-ID: References: <1532357474-9544-1-git-send-email-shally.verma@caviumnetworks.com> <1532357474-9544-6-git-send-email-shally.verma@caviumnetworks.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTU1YTQ3ZDctNjJmNy00NTAwLWE4MmMtZTY1YTljNTIwYjRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSURZcHY5aVN4TklzM0tKTlpZTUJvWjdLYU10MGpacm5iTHFZa045d2tjZ3JaM1VRdzAxWkwyWHlveUxEd3kzMCJ9 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 v4 5/5] doc: add ZLIB PMD guide 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: Mon, 23 Jul 2018 21:18:48 -0000 Hi Shally, > -----Original Message----- > From: Verma, Shally [mailto:Shally.Verma@cavium.com] > Sent: Monday, July 23, 2018 7:00 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Athreya, Narayana Prasad > ; Challa, Mahipal > ; Sahu, Sunila ; > Gupta, Ashish > Subject: RE: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide >=20 >=20 >=20 > >-----Original Message----- > >From: De Lara Guarch, Pablo > >Sent: 23 July 2018 23:28 > >To: Verma, Shally > >Cc: dev@dpdk.org; Athreya, Narayana Prasad > >; Challa, Mahipal > >; Sahu, Sunila ; > >Gupta, Ashish > >Subject: RE: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide > > > >External Email > > > >> -----Original Message----- > >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shally Verma > >> Sent: Monday, July 23, 2018 3:51 PM > >> To: De Lara Guarch, Pablo > >> Cc: dev@dpdk.org; pathreya@caviumnetworks.com; > >> mchalla@caviumnetworks.com; Sunila Sahu > >> ; Ashish Gupta > >> > >> Subject: [dpdk-dev] [PATCH v4 5/5] doc: add ZLIB PMD guide > >> > >> Add zlib pmd feature support and user guide with build and run > >> instructions > >> > >> Signed-off-by: Sunila Sahu > >> Signed-off-by: Shally Verma > >> Signed-off-by: Ashish Gupta > >> --- > >> MAINTAINERS | 2 + > >> doc/guides/compressdevs/features/zlib.ini | 11 +++++ > >> doc/guides/compressdevs/index.rst | 1 + > >> doc/guides/compressdevs/zlib.rst | 69 > >> +++++++++++++++++++++++++++++++ > >> 4 files changed, 83 insertions(+) > >> > >> diff --git a/MAINTAINERS b/MAINTAINERS index ca27c6f..7e3c450 100644 > >> --- a/MAINTAINERS > >> +++ b/MAINTAINERS > >> @@ -875,6 +875,8 @@ F: drivers/common/qat/ ZLIB > >> M: Sunila Sahu > >> F: drivers/compress/zlib/ > >> +F: doc/guides/compressdevs/zlib.rst > >> +F: doc/guides/compressdevs/features/zlib.ini > >> > >> Eventdev Drivers > >> ---------------- > >> diff --git a/doc/guides/compressdevs/features/zlib.ini > >> b/doc/guides/compressdevs/features/zlib.ini > >> new file mode 100644 > >> index 0000000..c794643 > >> --- /dev/null > >> +++ b/doc/guides/compressdevs/features/zlib.ini > >> @@ -0,0 +1,11 @@ > >> +; > >> +; Refer to default.ini for the full list of available PMD features. > >> +; > >> +; Supported features of 'ZLIB' compression driver. > >> +; > >> +[Features] > >> +Pass-through =3D Y > >> +Deflate =3D Y > >> +Fixed =3D Y > >> +Dynamic =3D Y > >> +OOP SGL In SGL Out =3D Y > > > >I assume that you support also "OOP SGL In LB Out" and "OOP LB In SGL Ou= t", > right? > yes, but untested thus not claiming. Right, but knowing that a Linear buffer is basically an SGL with just one s= egment, I think it is safe to say that you support these two other cases. The only reason why we have them is in case, you only support one of them, = but you don't support SGL in SGL Out). I won't have time to extend the test for those combinations in this release= , I hope I can do that in the next one, but as said, I think it is safe to claim that this PMD supports all the cas= es. >=20 > Thanks > Shally