RE: [PATCH linux-next v4 1/8] vdpa: Introduce and use vdpa device get, set config helpers

2021-10-25 Thread Parav Pandit via Virtualization
> From: Jason Wang > Sent: Monday, October 25, 2021 11:33 AM > > 在 2021/10/22 上午12:35, Parav Pandit 写道: > > Subsequent patches enable get and set configuration either via > > management device or via vdpa device' config ops. > > > > This requires synchronization between multiple callers to get

Re: [PATCH linux-next v4 1/8] vdpa: Introduce and use vdpa device get, set config helpers

2021-10-24 Thread Jason Wang
在 2021/10/22 上午12:35, Parav Pandit 写道: Subsequent patches enable get and set configuration either via management device or via vdpa device' config ops. This requires synchronization between multiple callers to get and set config callbacks. Features setting also influence the layout of the confi

[PATCH linux-next v4 1/8] vdpa: Introduce and use vdpa device get, set config helpers

2021-10-21 Thread Parav Pandit via Virtualization
Subsequent patches enable get and set configuration either via management device or via vdpa device' config ops. This requires synchronization between multiple callers to get and set config callbacks. Features setting also influence the layout of the configuration fields endianness. To avoid expo