> From: "Michael S. Tsirkin"
> Date: Mon, Jul 1, 2024, 23:17
> Subject: Re: [PATCH] vhost-user: Skip unnecessary duplicated
> VHOST_USER_SET_LOG_BASE requests
> To: "Alex Bennée"
> Cc: "BillXiang",
> On Mon, Jul 01, 2024 at 04:14:35P
On Mon, Jul 01, 2024 at 04:14:35PM +0100, Alex Bennée wrote:
> "BillXiang" writes:
>
> >> From: "Alex Bennée"
> >> Date: Mon, Jul 1, 2024, 16:49
> >> Subject: Re: [PATCH] vhost-user: Skip unnecessary duplicated
> >> VHOST_USER_SET
"BillXiang" writes:
>> From: "Alex Bennée"
>> Date: Mon, Jul 1, 2024, 16:49
>> Subject: Re: [PATCH] vhost-user: Skip unnecessary duplicated
>> VHOST_USER_SET_LOG_BASE requests
>> To: "项文成"
>> Cc: ,
>> 项文成 writes:
> From: "Alex Bennée"
> Date: Mon, Jul 1, 2024, 16:49
> Subject: Re: [PATCH] vhost-user: Skip unnecessary duplicated
> VHOST_USER_SET_LOG_BASE requests
> To: "项文成"
> Cc: ,
> 项文成 writes:
>
> > From: BillXiang
> >
> > The VHOST
项文成 writes:
> From: BillXiang
>
> The VHOST_USER_SET_LOG_BASE requests should be categorized into
> non-vring specific messages, and should be sent only once.
> If send more than once, dpdk will munmap old log_addr which may has
> been used and cause segmentation fault.
This looks fine to me bu
> From: "项文成"
> Date: Thu, Jun 13, 2024, 14:51
> Subject: [PATCH] vhost-user: Skip unnecessary duplicated
> VHOST_USER_SET_LOG_BASE requests
> To:
> Cc: , "BillXiang"
> From: BillXiang
>
> The VHOST_USER_SET_LOG_BASE requests should be cate
From: BillXiang
The VHOST_USER_SET_LOG_BASE requests should be categorized into
non-vring specific messages, and should be sent only once.
If send more than once, dpdk will munmap old log_addr which may has been used
and cause segmentation fault.
Signed-off-by: BillXiang
---
hw/virtio/vhost-u