]> git.droids-corp.org - dpdk.git/commit
vhost: add log when setting vring base
authorAndy Pei <andy.pei@intel.com>
Fri, 14 Jan 2022 07:57:07 +0000 (15:57 +0800)
committerChenbo Xia <chenbo.xia@intel.com>
Thu, 27 Jan 2022 08:39:08 +0000 (09:39 +0100)
commit8974b6c730a1f8e9cd64d327e3df53d2b86fb2a4
tree9f08dfa5573b4694ea132b832301538ff5a95728
parent0f7438e6d4009a52482d6a662f440ab067e63c60
vhost: add log when setting vring base

This patch adds log for vring related info in handling of vhost message
VHOST_USER_SET_VRING_BASE, which will be useful in live migration case.

Signed-off-by: Andy Pei <andy.pei@intel.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
lib/vhost/vhost_user.c