Displaying 1 result from an estimated 1 matches for "norification".
Did you mean:
modification
2023 Jan 29
0
[PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area
On Sun, Jan 29, 2023 at 10:51 AM Longpeng(Mike) <longpeng2 at huawei.com> wrote:
>
> From: Longpeng <longpeng2 at huawei.com>
>
> Adds get_vq_notification_pgprot operation to vdpa_config_ops to support
> specify the pgprot of vq norification area. It's an optional operation,
> the vdpa framework will treat the pgprot of vq notification area as
> noncached as default as usual.
Missing sob.
Other than this.
Acked-by: Jason Wang <jasowang at redhat.com>
Thanks
> ---
> drivers/vhost/vdpa.c | 4 +++-
> include...