From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1D5991E2F for ; Fri, 13 Jul 2018 16:22:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 07:22:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,347,1526367600"; d="scan'208";a="245018995" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga005.fm.intel.com with ESMTP; 13 Jul 2018 07:22:27 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX104.ger.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0319.002; Fri, 13 Jul 2018 15:22:26 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Jozwiak, TomaszX" , "Griffin, John" , "Jain, Deepak K" CC: "dev@dpdk.org" Thread-Topic: [PATCH v7 00/16] compress/qat: add compression PMD Thread-Index: AQHUGpUKzFwNI29Mo0KzTLEec6h+7qSNNDfg Date: Fri, 13 Jul 2018 14:22:26 +0000 Message-ID: References: <1531411499-13156-1-git-send-email-fiona.trahe@intel.com> <20180713022825.33106-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180713022825.33106-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTIxZjYwZTItOGZkYi00MDgzLThkZDAtMGQ4MGY0MWVlZTY5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic2EwdVNrdVgrXC9mZGttb1VjZG1EdkdjRmU0VzlZVUdXQUlqQVNHXC84TVpXMkNmUWpncXhHdDRWQVhhS0pQUUQ0In0= 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 v7 00/16] compress/qat: add compression PMD 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: Fri, 13 Jul 2018 14:22:29 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, July 13, 2018 3:28 AM > To: Trahe, Fiona ; Jozwiak, TomaszX > ; Griffin, John ; Jain= , > Deepak K > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v7 00/16] compress/qat: add compression PMD >=20 > Create compression PMD for Intel QuickAssist devices Currently only the C= 62x > and c3xxx devices are supported. >=20 > The qat comp PMD supports > - stateless compression and > decompression using the Deflate algorithm with Fixed Huffman > encoding. Dynamic huffman encoding is not supported, it > will be added in a later patch. > - checksum generation: Adler32, CRC32 and combined. >=20 > The compression service is hosted on a QuickAssist VF PCI device, which i= s > managed by code in the drivers/common/qat directory. >=20 Series applied to dpdk-next-crypto. Thanks for the work! Pablo