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 <jianjay.z...@huawei.com> Signed-off-by: Gonglei <arei.gong...@huawei.com> --- lib/librte_vhost/virtio_crypto.h | 422 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 422 insertions(+) create mode 100644 lib/librte_vhost/virtio_crypto.h
Thanks Jay: Acked-by: Maxime Coquelin <maxime.coque...@redhat.com> Maxime