From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
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 <dev@dpdk.org>; Mon,  2 Jan 2017 16:54:49 +0100 (CET)
Received: by mail-wm0-f41.google.com with SMTP id k184so214003558wme.1
 for <dev@dpdk.org>; Mon, 02 Jan 2017 07:54:49 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=1LEECa3I/OdGpUUsaGx1xOEMuQ/ATXXFV8TyLUqgBP8=;
 b=oknajS2mSqtdt+kiX0UTOZDG6mohjjPjMIAJCyp7OI8/4CVlEDxyiIbtb61+tKWBHF
 GESD3qk03HdDNhKmt2fVroVbR7dRFs3L6kNMiF2MG0dZtzCBr+pNHVB6m+WAAc+UdqBI
 9oFy+IrrtQNOVPs4KUpLWC/34RtnnK3X60hEvn+Fy7VRustulwtsCjO9J+2wepyXFuM+
 meGQq7yQuz1Y26ClD5RPbfNcWKNlZrJ99gVWN8Nqj/2Ami2LQzhGR3EJT7A3X+JFgv+u
 ABzrKoOxaha22xcC1q+hP5i3zOtKeUcjgjrzm7yO2txf3T4+63be/ZZGklbIf8kqEugM
 8cOA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=1LEECa3I/OdGpUUsaGx1xOEMuQ/ATXXFV8TyLUqgBP8=;
 b=hYARtGZRqiyoIMgrlOBmAd0BflOXqjxV1bVVMs3A/hSDCC36Wy5Xvf14cVqj+qw/qd
 LwQHIAZFJbGpRlJlhu9WSGRVxjmbdqmNs7HfGvZKl+Y1e/Nv+kQTx38bQ4NRuZiPdNgx
 Tq3RMcnRotONdnT+R5vIQKNLhdsG5Xu1SGAQPoqLiATBZewdbUze8d46g0LQ6HJd7Ycu
 GAcd5FGcUkPs1thgKuQutNuA5P8ZXAtBLEfLV8Ty9a80kr44R6lkMCOX5yV2xBbEo7z/
 nt2qSGkb/StJVbfHh2CXzbBUiF7UWGFNbAHwb8kTB/0F4IRiIM+Sv/BQgODeWs/y5cDf
 Fk/Q==
X-Gm-Message-State: AIkVDXLL+3tALjj7W34e7Abu9kwNOUSLtm1qt7KKd2mi94ns6GIkll9iM87LVz+7pKby3Eqg
X-Received: by 10.28.74.79 with SMTP id x76mr45353473wma.83.1483372488903;
 Mon, 02 Jan 2017 07:54:48 -0800 (PST)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id i132sm84749129wmf.14.2017.01.02.07.54.48
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 02 Jan 2017 07:54:48 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ant loves honey <ant_love_honey@yahoo.com>
Cc: dev@dpdk.org, "Jain, Deepak K" <deepak.k.jain@intel.com>
Date: Mon, 02 Jan 2017 16:54:47 +0100
Message-ID: <9279014.99l058OOxo@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1528264043.1886486.1482733162163@mail.yahoo.com>
References: <2021242051.1516112.1482600358351.ref@mail.yahoo.com>
 <A09C9DDE180C7E429EC68E2BFB95C903395024EA@IRSMSX107.ger.corp.intel.com>
 <1528264043.1886486.1482733162163@mail.yahoo.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] DPDK Accelaration Enhancement
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Jan 2017 15:54:49 -0000

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 :)