Hi Pawel, On 04/10/2018 09:32 AM, Wodkowski, PawelX wrote:
# all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_VHOST) := fd_man.c iotlb.c socket.c vhost.c \ diff --git a/lib/librte_vhost/vhost_crypto.c b/lib/librte_vhost/vhost_crypto.c index d84513e7f..2acfc908c 100644 --- a/lib/librte_vhost/vhost_crypto.c +++ b/lib/librte_vhost/vhost_crypto.c @@ -381,7 +381,7 @@ vhost_crypto_create_sess(struct vhost_crypto *vcrypto, return; }- VC_LOG_DBG("Session (key %lu, session %p) created.", + VC_LOG_DBG("Session (key %llu, session %p) created.",Why 'llu' instead of PRIu64 (here and there)?
You are right, but Fan actually fixed it in updated version (the initial patch has been split in 3): [PATCH] vhost/crypto: fix session id printf Cheers, Maxime
Pawel

