Re:[PATCH v2] vdpa: regist vhost-vdpa dev class

2022-01-10 Thread wang.yi59
Hi Jason, > On Fri, Dec 24, 2021 at 3:13 PM Yi Wangwrote: > > > > From: Zhang Min > > > > Some applications like kata-containers need to acquire MAJOR/MINOR/DEVNAME > > for devInfo [1], so regist vhost-vdpa dev class to expose uevent. > > Hi: > > I think we need to be more verbose here e.g: > > 1)

Re: [PATCH v2] vdpa: regist vhost-vdpa dev class

2022-01-03 Thread Jason Wang
On Fri, Dec 24, 2021 at 3:13 PM Yi Wang wrote: > > From: Zhang Min > > Some applications like kata-containers need to acquire MAJOR/MINOR/DEVNAME > for devInfo [1], so regist vhost-vdpa dev class to expose uevent. Hi: I think we need to be more verbose here e.g: 1) why can't we get major/minor

[PATCH v2] vdpa: regist vhost-vdpa dev class

2021-12-23 Thread Yi Wang
From: Zhang Min Some applications like kata-containers need to acquire MAJOR/MINOR/DEVNAME for devInfo [1], so regist vhost-vdpa dev class to expose uevent. 1. https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/device/config/config.go Signed-off-by: Zhang M