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

2022-10-30 Thread Hyman Huang
在 2022/10/30 13:14, Hyman Huang 写道: 在 2022/10/29 16:28, Michael S. Tsirkin 写道: On Sat, Oct 29, 2022 at 01:25:44AM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Abstract vhost acked features saving into vhost_user_save_acked_features, export it as util function. Thanks f

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

2022-10-29 Thread Hyman Huang
在 2022/10/29 16:28, Michael S. Tsirkin 写道: On Sat, Oct 29, 2022 at 01:25:44AM +0800, huang...@chinatelecom.cn wrote: From: Hyman Huang(黄勇) Abstract vhost acked features saving into vhost_user_save_acked_features, export it as util function. Thanks for the patch! This commit log makes it

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

2022-10-29 Thread Michael S. Tsirkin
On Sat, Oct 29, 2022 at 01:25:44AM +0800, huang...@chinatelecom.cn wrote: > From: Hyman Huang(黄勇) > > Abstract vhost acked features saving into > vhost_user_save_acked_features, export it as util function. > Thanks for the patch! This commit log makes it sound like it's just a refactoring while

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

2022-10-28 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