Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-14 Thread Michael S. Tsirkin
On Mon, Nov 14, 2022 at 11:35:30PM +0800, Hyman wrote: > > > 在 2022/11/11 3:17, Michael S. Tsirkin 写道: > > On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: > > > From: Hyman Huang(黄勇) > > > > > > Save the acked_features once it be configured by guest > > > virtio driver

Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-14 Thread Hyman
在 2022/11/11 3:17, Michael S. Tsirkin 写道: On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Save the acked_features once it be configured by guest virtio driver so it can't miss any features. Note that this patch also change the features saving

Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-11 Thread Hyman
The previous reply email has an text format error, please ignore and 在 2022/11/11 3:00, Michael S. Tsirkin 写道: On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Save the acked_features once it be configured by guest virtio driver so it can't miss

Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-11 Thread Hyman
在 2022/11/11 3:00, Michael S. Tsirkin 写道: On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Save the acked_features once it be configured by guest virtio driver so it can't miss any features. Note that this patch also change the features saving

Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-10 Thread Michael S. Tsirkin
On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Save the acked_features once it be configured by guest > virtio driver so it can't miss any features. > > Note that this patch also change the features saving logic > in chr_closed_bh, which ori

Re: [PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-11-10 Thread Michael S. Tsirkin
On Sun, Oct 30, 2022 at 09:52:39PM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Save the acked_features once it be configured by guest > virtio driver so it can't miss any features. > > Note that this patch also change the features saving logic > in chr_closed_bh, which ori

[PATCH v3 2/2] vhost-net: Fix the virtio features negotiation flaw

2022-10-30 Thread huangy81
From: Hyman Huang(黄勇) Save the acked_features once it be configured by guest virtio driver so it can't miss any features. Note that this patch also change the features saving logic in chr_closed_bh, which originally backup features no matter whether the features are 0 or not, but now do it only