Re: [dpdk-dev] DPDK Accelaration Enhancement

2017-01-02 Thread Thomas Monjalon
2016-12-26 06:19, Ant loves honey: > I am trying to figure out what it takes to have compression > support on DPDK such as new PMD driver, additional defines > and/or API or chipset initialization since the Intel QAT can > support compression. You need to solve 2 new things in DPDK: - introduce a

Re: [dpdk-dev] DPDK Accelaration Enhancement

2016-12-25 Thread Ant loves honey
RE: [dpdk-dev] DPDK Accelaration Enhancement HI Anthony, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ant loves honey > Sent: Saturday, December 24, 2016 10:56 PM > To: dev@dpdk.org > Subject: [dpdk-dev] DPDK Accelaration Enhancement >

Re: [dpdk-dev] DPDK Accelaration Enhancement

2016-12-25 Thread Jain, Deepak K
HI Anthony, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ant loves honey > Sent: Saturday, December 24, 2016 10:56 PM > To: dev@dpdk.org > Subject: [dpdk-dev] DPDK Accelaration Enhancement > > Currently DPDK has the crypto PMD (.../dri

[dpdk-dev] DPDK Accelaration Enhancement

2016-12-24 Thread Ant loves honey
Currently DPDK has the crypto PMD (.../drivers/crypto/qat/) and example code (.../examples/dpdk_qat). Intel QuickAssist Technology also supports compression along with crypto.  Last weekend, there is a proposed project to Intel Dev Mesh - "A VPP plugin utilizing Intel QucikAssist Technology to p