Re: [PATCH v12 05/13] vdpa: Add reset callback in vdpa_config_ops

2021-09-05 Thread Michael S. Tsirkin
On Mon, Aug 30, 2021 at 10:17:29PM +0800, Xie Yongji wrote: > This adds a new callback to support device specific reset > behavior. The vdpa bus driver will call the reset function > instead of setting status to zero during resetting. > > Signed-off-by: Xie Yongji This does gloss over a

[PATCH v12 05/13] vdpa: Add reset callback in vdpa_config_ops

2021-08-30 Thread Xie Yongji
This adds a new callback to support device specific reset behavior. The vdpa bus driver will call the reset function instead of setting status to zero during resetting. Signed-off-by: Xie Yongji --- drivers/vdpa/ifcvf/ifcvf_main.c | 35 +++---