> -----Original Message----- > From: Jay Zhou [mailto:jianjay.z...@huawei.com] > Sent: Thursday, April 5, 2018 3:38 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Tan, Jianfeng <jianfeng....@intel.com>; > Zhang, Roy Fan <roy.fan.zh...@intel.com>; arei.gong...@huawei.com; > weidong.hu...@huawei.com; wangxinxin.w...@huawei.com; > jianjay.z...@huawei.com > Subject: [PATCH] lib/librte_vhost: add virtio_crypto.h header file > > 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 <jianjay.z...@huawei.com> > Signed-off-by: Gonglei <arei.gong...@huawei.com> >
Acked-by: Fan Zhang <roy.fan.zh...@intel.com> Thanks a lot Jay.