From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f173.google.com (mail-pf0-f173.google.com [209.85.192.173]) by dpdk.org (Postfix) with ESMTP id 388972B9C for ; Mon, 2 Jan 2017 23:10:33 +0100 (CET) Received: by mail-pf0-f173.google.com with SMTP id i88so73639224pfk.2 for ; Mon, 02 Jan 2017 14:10:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=boc2cjK5mkAgmq4+nhlmCo9t71ngLZXKJ2rslf+8YF0=; b=v3VSYn6Inxb/9QXJFBDh2Se8+vb5fpSNqaCS+k5znYx67JzJB30yLi2XImtKgj1Zkc cCokAxWM0UbftJZ6XLwOy51tJSZL/zfJjIbQcrHrUhUaHkxigj+iGKdlUAAZ2nAxqdji EMWWyHt8vl6ZGPumm9H2T/s6EtF6c+YOm6CTB7FG8MPoh20zcideKv1TY2DTeIRnpASY lPfvnB8UOTY4l8ryZKJ+UgFcmzbZahxpiTJu/tiXoXOl4fbnf3wLcX8J0qO+l4Yv+vbf rugaAYhggi8HPUF4BRe69CHJdFNALEyr7p/Z+nTg+WRzKLE628leouHPzHU2geV3DnA9 UZ3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=boc2cjK5mkAgmq4+nhlmCo9t71ngLZXKJ2rslf+8YF0=; b=huGWktinzfF6MPPjkom4onVXUrQD3yZVY7gFtqCYNiJpyphMwbwFsCLxWz8kX9xBxv 7g2miHul8smfnxh06+lPoGDkwB5BF0aoj174cQAyfq4A6eM9Gjliqryued0gZ2qYkmh5 aKaqzDQQMLFQP6bcHQ1b6jlVgEtUYPMVZEtHv0Afgd7NKaeunjQYUxz4D03eKzj87XN+ D674ps0uiOFRxXfrIyMt6eiT15746PFO3LApxK9laQK8MspA2j/u2y5xVKXjYr9MmAQG 1yj5QNVVf3RKPpMBIZsqGCuxWTXdbvsO3g1NP821sfKhflpU42+acWDNXHh4oAWjfEas GfPQ== X-Gm-Message-State: AIkVDXI2Zhly4n94dCMC0aAWYKdRlQE9Y92MQrgNGiSvc7wyz5XYC/iecfKAt+OmlK7+3g== X-Received: by 10.99.174.75 with SMTP id e11mr110218517pgp.89.1483395032368; Mon, 02 Jan 2017 14:10:32 -0800 (PST) Received: from xeon-e3 (204-195-18-65.wavecable.com. [204.195.18.65]) by smtp.gmail.com with ESMTPSA id n8sm114259839pgc.0.2017.01.02.14.10.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 02 Jan 2017 14:10:32 -0800 (PST) Date: Mon, 2 Jan 2017 14:10:24 -0800 From: Stephen Hemminger To: Ant loves honey Cc: Dev Message-ID: <20170102141024.12babbef@xeon-e3> In-Reply-To: <1815632810.2503307.1482854884965@mail.yahoo.com> References: <1815632810.2503307.1482854884965.ref@mail.yahoo.com> <1815632810.2503307.1482854884965@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] DPDK Acceleartion Enhancement - compression 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: Mon, 02 Jan 2017 22:10:33 -0000 On Tue, 27 Dec 2016 16:08:04 +0000 (UTC) Ant loves honey wrote: > Is this the correct forum to ask question about adding code for DPDK Acce= leration Enhancement?=C2=A0 Or this is strictly for code review? If so, ple= ase direct me to the correct forum. > I have already read these 2 documents: > =20 > - http://dpdk.org/doc/guides/ cryptodevs/qat.html > - http://dpdk.org/doc/guides/ sample_app_ug/intel_ quickassist.html >=20 > I am new to DPDK and would like to do some work but is hitting a road blo= ck.=C2=A0 I am interested in making DPDK able to to use the Intel QuickAssi= st Technology for data compression. I think this will help IP payload compr= ession and save bandwidth. > Any help to get me going is greatly appreciated. > Anthony. You will need to use a real email address and name when submitting patches = in order to comply with the Developer's Certificate of Origin.