Message ID | 20180713022825.33106-1-pablo.de.lara.guarch@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | compress/qat: add compression PMD | expand |
> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, July 13, 2018 3:28 AM > To: Trahe, Fiona <fiona.trahe@intel.com>; Jozwiak, TomaszX > <tomaszx.jozwiak@intel.com>; Griffin, John <john.griffin@intel.com>; Jain, > Deepak K <deepak.k.jain@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com> > Subject: [PATCH v7 00/16] compress/qat: add compression PMD > > Create compression PMD for Intel QuickAssist devices Currently only the C62x > and c3xxx devices are supported. > > 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. > > The compression service is hosted on a QuickAssist VF PCI device, which is > managed by code in the drivers/common/qat directory. > Series applied to dpdk-next-crypto. Thanks for the work! Pablo