All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] vdpasim: support doorbell mapping
@ 2023-01-29  2:50 Longpeng(Mike)
  2023-01-29  2:50 ` [PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area Longpeng(Mike)
  2023-01-29  2:50 ` [PATCH v3 2/2] vdpasim: support doorbell mapping Longpeng(Mike)
  0 siblings, 2 replies; 10+ messages in thread
From: Longpeng(Mike) @ 2023-01-29  2:50 UTC (permalink / raw)
  To: mst, jasowang
  Cc: stefanha, sgarzare, arei.gonglei, yechuan, huangzhichao,
	virtualization, linux-kernel, eperezma, Longpeng

From: Longpeng <longpeng2@huawei.com>

This patchset supports doorbell mapping for vdpasim devices.
v2: https://lore.kernel.org/lkml/CACGkMEtdT5fG=ffbpQadkGmzHf6Ax-+L50LsriYqJaW++natMg@mail.gmail.com/T/

Changes v2->v3:
    - add a new callback named get_vq_notification_pgprot to vdpa_config_ops [Jason]
    - remove the new added module parameter 'parameter' [Jason]
    - opencode the schedule/cancel_delayed() [Jason]

Changes v1->v2:
    - support both kick mode and passthrough mode. [Jason]
    - poll the notify register first. [Jason, Michael] 


Longpeng (2):
  vdpa: support specify the pgprot of vq notification area
  vdpasim: support doorbell mapping

 drivers/vdpa/vdpa_sim/vdpa_sim.c | 65 ++++++++++++++++++++++++++++++++
 drivers/vdpa/vdpa_sim/vdpa_sim.h |  3 ++
 drivers/vhost/vdpa.c             |  4 +-
 include/linux/vdpa.h             |  9 +++++
 4 files changed, 80 insertions(+), 1 deletion(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-02-14  2:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29  2:50 [PATCH v3 0/2] vdpasim: support doorbell mapping Longpeng(Mike)
2023-01-29  2:50 ` [PATCH v3 1/2] vdpa: support specify the pgprot of vq notification area Longpeng(Mike)
2023-01-29  6:03   ` Jason Wang
2023-01-29  6:03     ` Jason Wang
2023-01-29  2:50 ` [PATCH v3 2/2] vdpasim: support doorbell mapping Longpeng(Mike)
2023-01-29  6:19   ` Jason Wang
2023-01-29  6:19     ` Jason Wang
2023-02-13 12:05     ` Michael S. Tsirkin
2023-02-13 12:05       ` Michael S. Tsirkin
2023-02-14  2:05       ` Longpeng (Mike, Cloud Infrastructure Service Product Dept.)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.