> -----Original Message----- > From: Jay Zhou [mailto:[email protected]] > Sent: Thursday, April 5, 2018 3:38 PM > To: [email protected] > Cc: [email protected]; Tan, Jianfeng <[email protected]>; > Zhang, Roy Fan <[email protected]>; [email protected]; > [email protected]; [email protected]; > [email protected] > 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 <[email protected]> > Signed-off-by: Gonglei <[email protected]> >
Acked-by: Fan Zhang <[email protected]> Thanks a lot Jay.

