Re: [dpdk-dev] [PATCH v3] vhost: add config change slave msg support

2019-12-17 Thread Li Feng
Thanks. Tiwei Bie 于2019年12月16日周一 下午1:05写道: > > On Thu, Dec 05, 2019 at 01:38:33PM +0800, Li Feng wrote: > > This msg is used to notify qemu that should get the config of backend. > > > > For example, vhost-user-blk uses this msg to notify guest os the > > compacity of backend has changed. > > cap

Re: [dpdk-dev] [PATCH v3] vhost: add config change slave msg support

2019-12-15 Thread Tiwei Bie
On Thu, Dec 05, 2019 at 01:38:33PM +0800, Li Feng wrote: > This msg is used to notify qemu that should get the config of backend. > > For example, vhost-user-blk uses this msg to notify guest os the > compacity of backend has changed. capacity? > > Signed-off-by: Li Feng > --- > v3: > * Move t

Re: [dpdk-dev] [PATCH v3] vhost: add config change slave msg support

2019-12-10 Thread Li Feng
ping, any update about this? Thanks, Feng Li Li Feng 于2019年12月5日周四 下午1:38写道: > > This msg is used to notify qemu that should get the config of backend. > > For example, vhost-user-blk uses this msg to notify guest os the > compacity of backend has changed. > > Signed-off-by: Li Feng > --- > v3

[dpdk-dev] [PATCH v3] vhost: add config change slave msg support

2019-12-04 Thread Li Feng
This msg is used to notify qemu that should get the config of backend. For example, vhost-user-blk uses this msg to notify guest os the compacity of backend has changed. Signed-off-by: Li Feng --- v3: * Move the declare to rte_vhost.h * Add the symbol in rte_vhost_version.map v2: * Fix a little