RE: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread Xia, Chenbo
> -Original Message- > From: David Marchand > Sent: Wednesday, June 29, 2022 9:45 PM > To: Xia, Chenbo > Cc: dev@dpdk.org; maxime.coque...@redhat.com; Wang, YuanX > ; Ding, Xuan ; > ferruh.yi...@xilinx.com > Subject: Re: [PATCH 2/4] vhost: restore device inf

Re: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread David Marchand
; Ding, Xuan > > Subject: [PATCH 2/4] vhost: restore device information in log messages > > > > device information in the log messages was dropped. > > > > Fixes: 52ade97e3641 ("vhost: fix physical address mapping") > > Should we add cc-stable tag in thi

RE: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread Xia, Chenbo
Hi David, > -Original Message- > From: David Marchand > Sent: Monday, June 27, 2022 5:27 PM > To: dev@dpdk.org > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Wang, > YuanX ; Ding, Xuan > Subject: [PATCH 2/4] vhost: restore device information in log messages >

[PATCH 2/4] vhost: restore device information in log messages

2022-06-27 Thread David Marchand
device information in the log messages was dropped. Fixes: 52ade97e3641 ("vhost: fix physical address mapping") Signed-off-by: David Marchand --- lib/vhost/vhost_user.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/vhost/vhost_user.c b/lib/vhost/vhost_user.c i