Re: [PATCH 1/2] vhost-user: Refactor vhost acked features saving

2022-10-07 Thread Hyman Huang
在 2022/10/7 22:01, Michael S. Tsirkin 写道: On Mon, Sep 26, 2022 at 02:36:40PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Abstract vhost acked features saving into vhost_user_save_acked_features, export it as util function. Signed-off-by: Hyman Huang(黄勇) Signed-off-by: Guo

Re: [PATCH 1/2] vhost-user: Refactor vhost acked features saving

2022-10-07 Thread Stefano Garzarella
On Fri, Oct 07, 2022 at 10:01:21AM -0400, Michael S. Tsirkin wrote: On Mon, Sep 26, 2022 at 02:36:40PM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Abstract vhost acked features saving into vhost_user_save_acked_features, export it as util function. Signed-off-by: Hyman Huang(

Re: [PATCH 1/2] vhost-user: Refactor vhost acked features saving

2022-10-07 Thread Michael S. Tsirkin
On Mon, Sep 26, 2022 at 02:36:40PM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Abstract vhost acked features saving into > vhost_user_save_acked_features, export it as util function. > > Signed-off-by: Hyman Huang(黄勇) > Signed-off-by: Guoyi Tu > --- > include/net/vhost-

[PATCH 1/2] vhost-user: Refactor vhost acked features saving

2022-09-25 Thread huangy81
From: Hyman Huang(黄勇) Abstract vhost acked features saving into vhost_user_save_acked_features, export it as util function. Signed-off-by: Hyman Huang(黄勇) Signed-off-by: Guoyi Tu --- include/net/vhost-user.h | 2 ++ net/vhost-user.c | 35 +++ 2 files c