Re: [RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area

2019-04-19 Thread Christophe de Dinechin
> On 6 Mar 2019, at 08:18, Jason Wang wrote: > > Signed-off-by: Jason Wang > --- > drivers/vhost/vhost.c | 46 -- > 1 file changed, 28 insertions(+), 18 deletions(-) > > diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c > index 2025543..101

Re: [RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area

2019-03-06 Thread Jason Wang
On 2019/3/7 上午2:43, Souptick Joarder wrote: On Wed, Mar 6, 2019 at 12:48 PM Jason Wang wrote: Signed-off-by: Jason Wang Is the change log left with any particular reason ? Nope, will add the log. Thanks --- drivers/vhost/vhost.c | 46 --

Re: [RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area

2019-03-06 Thread Jason Wang
On 2019/3/6 下午6:56, Christophe de Dinechin wrote: On 6 Mar 2019, at 08:18, Jason Wang wrote: Signed-off-by: Jason Wang --- drivers/vhost/vhost.c | 46 -- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/v

[RFC PATCH V2 4/5] vhost: introduce helpers to get the size of metadata area

2019-03-05 Thread Jason Wang
Signed-off-by: Jason Wang --- drivers/vhost/vhost.c | 46 -- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2025543..1015464 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhos