kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/2] vDPA/ifcvf: implement doorbell mapping feature
@ 2021-06-01  6:28 Zhu Lingshan
  2021-06-01  6:28 ` [PATCH V3 1/2] vDPA/ifcvf: record virtio notify base Zhu Lingshan
  2021-06-01  6:28 ` [PATCH V3 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf Zhu Lingshan
  0 siblings, 2 replies; 9+ messages in thread
From: Zhu Lingshan @ 2021-06-01  6:28 UTC (permalink / raw)
  To: jasowang, mst; +Cc: virtualization, netdev, kvm, Zhu Lingshan

This series implements doorbell mapping feature for ifcvf.

Please help review

Thanks!
Changes from V2:
assign notify_off_multiplier to notification.size first than
use PAGE_SIZE directly(Jason)

Chagnes from V1:
calculate the doorbell address per vq than per device(Jason)
let upper layer driver decide how to use the non page_size
aligned doorbell(Jason)

Zhu Lingshan (2):
  vDPA/ifcvf: record virtio notify base
  vDPA/ifcvf: implement doorbell mapping for ifcvf

 drivers/vdpa/ifcvf/ifcvf_base.c |  4 ++++
 drivers/vdpa/ifcvf/ifcvf_base.h |  2 ++
 drivers/vdpa/ifcvf/ifcvf_main.c | 21 +++++++++++++++++++++
 3 files changed, 27 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2021-06-01  9:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01  6:28 [PATCH V3 0/2] vDPA/ifcvf: implement doorbell mapping feature Zhu Lingshan
2021-06-01  6:28 ` [PATCH V3 1/2] vDPA/ifcvf: record virtio notify base Zhu Lingshan
2021-06-01  8:53   ` Jason Wang
2021-06-01  6:28 ` [PATCH V3 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf Zhu Lingshan
2021-06-01  8:50   ` Jason Wang
2021-06-01  8:56     ` Zhu, Lingshan
2021-06-01  8:57       ` Jason Wang
2021-06-01  8:58         ` Zhu, Lingshan
2021-06-01  9:03           ` Zhu, Lingshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).