From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: DPDK Accelaration Enhancement Date: Mon, 02 Jan 2017 16:54:47 +0100 Message-ID: <9279014.99l058OOxo@xps13> References: <2021242051.1516112.1482600358351.ref@mail.yahoo.com> <1528264043.1886486.1482733162163@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Jain, Deepak K" To: Ant loves honey Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 30ADA2B8B for ; Mon, 2 Jan 2017 16:54:49 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id k184so214003558wme.1 for ; Mon, 02 Jan 2017 07:54:49 -0800 (PST) In-Reply-To: <1528264043.1886486.1482733162163@mail.yahoo.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 generic compression API - be able to use a QAT device with a compression driver while being used with a crypto driver Interesting work to do :)