From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] lib/librte_vhost: add virtio_crypto.h header file Date: Thu, 5 Apr 2018 21:40:21 +0200 Message-ID: References: <1522939053-11436-1-git-send-email-jianjay.zhou@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: jianfeng.tan@intel.com, roy.fan.zhang@intel.com, arei.gonglei@huawei.com, weidong.huang@huawei.com, wangxinxin.wang@huawei.com To: Jay Zhou , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 68C8E1CDCA for ; Thu, 5 Apr 2018 21:40:25 +0200 (CEST) In-Reply-To: <1522939053-11436-1-git-send-email-jianjay.zhou@huawei.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/05/2018 04:37 PM, Jay Zhou wrote: > Since the linux kernel header file virtio_crypto.h has been merged > in 4.9, if we include this header file directly, compilation will be > failed in the old kernels' environment, e.g. the vhost crypto backend > series. > Adding virtio_crypto.h in librte_vhost to make old kernels happy. > > Signed-off-by: Jay Zhou > Signed-off-by: Gonglei > --- > lib/librte_vhost/virtio_crypto.h | 422 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 422 insertions(+) > create mode 100644 lib/librte_vhost/virtio_crypto.h > Applied to dpdk-ext-virtio/master Thanks, Maxime