* [dpdk-dev] [PATCH] compat: add virtio crypto header file
@ 2018-04-14 9:26 Jay Zhou
2018-04-16 11:27 ` Zhang, Roy Fan
0 siblings, 1 reply; 2+ messages in thread
From: Jay Zhou @ 2018-04-14 9:26 UTC (permalink / raw)
To: dev
Cc: maxime.coquelin, pablo.de.lara.guarch, ferruh.yigit,
jianfeng.tan, roy.fan.zhang, arei.gonglei, weidong.huang,
wangxinxin.wang, jianjay.zhou
Moving the virtio crypto header file from vhost lib to compat lib,
then this header file can be shared between vhost crypto backend and
virtio crypto PMD.
Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
---
lib/librte_compat/Makefile | 3 ++-
lib/librte_compat/meson.build | 2 +-
lib/{librte_vhost => librte_compat}/virtio_crypto.h | 0
lib/librte_vhost/vhost_crypto.c | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
rename lib/{librte_vhost => librte_compat}/virtio_crypto.h (100%)
diff --git a/lib/librte_compat/Makefile b/lib/librte_compat/Makefile
index 0c57533c1..5f78824c1 100644
--- a/lib/librte_compat/Makefile
+++ b/lib/librte_compat/Makefile
@@ -35,6 +35,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
LIBABIVER := 1
# install includes
-SYMLINK-y-include := rte_compat.h
+SYMLINK-y-include += rte_compat.h
+SYMLINK-y-include += virtio_crypto.h
include $(RTE_SDK)/mk/rte.install.mk
diff --git a/lib/librte_compat/meson.build b/lib/librte_compat/meson.build
index 82c7eea55..28762288e 100644
--- a/lib/librte_compat/meson.build
+++ b/lib/librte_compat/meson.build
@@ -2,7 +2,7 @@
# Copyright(c) 2017 Intel Corporation
-install_headers('rte_compat.h')
+install_headers('rte_compat.h', 'virtio_crypto.h')
set_variable('dep_rte_compat',
declare_dependency(include_directories: include_directories('.')))
diff --git a/lib/librte_vhost/virtio_crypto.h b/lib/librte_compat/virtio_crypto.h
similarity index 100%
rename from lib/librte_vhost/virtio_crypto.h
rename to lib/librte_compat/virtio_crypto.h
diff --git a/lib/librte_vhost/vhost_crypto.c b/lib/librte_vhost/vhost_crypto.c
index c154ef673..6e1f5eda5 100644
--- a/lib/librte_vhost/vhost_crypto.c
+++ b/lib/librte_vhost/vhost_crypto.c
@@ -6,11 +6,11 @@
#include <rte_jhash.h>
#include <rte_mbuf.h>
#include <rte_cryptodev.h>
+#include <virtio_crypto.h>
#include "rte_vhost_crypto.h"
#include "vhost.h"
#include "vhost_user.h"
-#include "virtio_crypto.h"
#define INHDR_LEN (sizeof(struct virtio_crypto_inhdr))
#define IV_OFFSET (sizeof(struct rte_crypto_op) + \
--
2.14.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] compat: add virtio crypto header file
2018-04-14 9:26 [dpdk-dev] [PATCH] compat: add virtio crypto header file Jay Zhou
@ 2018-04-16 11:27 ` Zhang, Roy Fan
0 siblings, 0 replies; 2+ messages in thread
From: Zhang, Roy Fan @ 2018-04-16 11:27 UTC (permalink / raw)
To: Jay Zhou, dev
Cc: maxime.coquelin, De Lara Guarch, Pablo, Yigit, Ferruh, Tan,
Jianfeng, arei.gonglei, weidong.huang, wangxinxin.wang
> -----Original Message-----
> From: Jay Zhou [mailto:jianjay.zhou@huawei.com]
> Sent: Saturday, April 14, 2018 10:27 AM
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>;
> Tan, Jianfeng <jianfeng.tan@intel.com>; Zhang, Roy Fan
> <roy.fan.zhang@intel.com>; arei.gonglei@huawei.com;
> weidong.huang@huawei.com; wangxinxin.wang@huawei.com;
> jianjay.zhou@huawei.com
> Subject: [PATCH] compat: add virtio crypto header file
>
> Moving the virtio crypto header file from vhost lib to compat lib, then this
> header file can be shared between vhost crypto backend and virtio crypto
> PMD.
>
> Signed-off-by: Jay Zhou <jianjay.zhou@huawei.com>
> ---
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-16 11:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-14 9:26 [dpdk-dev] [PATCH] compat: add virtio crypto header file Jay Zhou
2018-04-16 11:27 ` Zhang, Roy Fan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).