From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F24FF2951
 for <dev@dpdk.org>; Sat, 20 Jan 2018 16:54:52 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9F0DD20A8F;
 Sat, 20 Jan 2018 10:54:52 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sat, 20 Jan 2018 10:54:52 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=TyL9sJDyr7+9Ei6Awn5cKsIwGT
 X50LGCBm8EIbJLmSM=; b=YOABCIqckM66ZrrZcqFX0JedhKyp2ynP9LeprsHAGq
 /yL81oR8aW5DssUSsjaDpEo3h+gBuLMMTtRW6ja7M0vPNUXwMJGXNdTXoTTeMaUf
 KvHXaP6vht+qfRRYCRV6VSkSFBrawH9LHZ84grB5asa7Tsw0QOi+4WqEXuSO+m98
 I=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=TyL9sJ
 Dyr7+9Ei6Awn5cKsIwGTX50LGCBm8EIbJLmSM=; b=IT09trPWPHVk+sUlyeNtjY
 dTLvoXAaO95vX2K+8dJpwxNH6N3kvTrJB9cBnht3TD+qXmE4fng5h2go8VvWP0SG
 0q1FHcOH1Yeicw/kio7dnzvDaqw30O/0x/hqrDTN2MQRH+NLcDJzMkgY7GVG5BUC
 erPE7m+jxW+jmgdEx02awhXNpe75wmT+UYvHmizyFQDBefioad+eujnKDpO3zhiL
 TeZeywMDtSK3WtZOBLHho2z2t0uEW/N41AN7FJR+g85xyONYITVGXjP/fIDmrgWC
 JBPd95rEaAlHC7jzK4X97mSkMBaVwsvnAEdVOU6h71c17cAA4hEweGjMifFxIKNg
 ==
X-ME-Sender: <xms:TGZjWp4pqmURJtY6R8_7pH1g5sEzzNZ5Esdvjz_pkgnmAEXuQvHvWA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 501657E43A;
 Sat, 20 Jan 2018 10:54:52 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jay Zhou <jianjay.zhou@huawei.com>
Cc: dev@dpdk.org, "Zhang, Roy Fan" <roy.fan.zhang@intel.com>,
 "yliu@fridaylinux.org" <yliu@fridaylinux.org>,
 "maxime.coquelin@redhat.com" <maxime.coquelin@redhat.com>,
 "arei.gonglei@huawei.com" <arei.gonglei@huawei.com>, "Zeng,
 Xin" <xin.zeng@intel.com>,
 "weidong.huang@huawei.com" <weidong.huang@huawei.com>,
 "wangxinxin.wang@huawei.com" <wangxinxin.wang@huawei.com>,
 "longpeng2@huawei.com" <longpeng2@huawei.com>, ferruh.yigit@intel.com,
 pablo.de.lara.guarch@intel.com
Date: Sat, 20 Jan 2018 16:54:17 +0100
Message-ID: <4712645.S6M7o5eMY1@xps>
In-Reply-To: <1778993.5zHu0c3mrp@xps>
References: <1510938620-15268-1-git-send-email-jianjay.zhou@huawei.com>
 <5A1CBB72.4050104@huawei.com> <1778993.5zHu0c3mrp@xps>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] virtio: add new driver for crypto devices
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Jan 2018 15:54:53 -0000

+Cc Pablo, maintainer of the crypto tree

20/01/2018 16:50, Thomas Monjalon:
> Hi,
> 
> 28/11/2017 02:27, Jay Zhou:
> > For DPDK, I'm a newbie. Thanks for testing and pointing these steps
> > out, will fix them in V2.
> 
> Any news about this work?
> 
> I see there is also a patch from Fan Zhang to support crypto in vhost-user.
> Do you work together?