> # 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)? Pawel