mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH V4 0/2] virtio-pci: introduce modern device module
@ 2021-02-20  8:46 Jason Wang
  2021-02-20  8:46 ` [PATCH V4 1/2] vdpa: set the virtqueue num during register Jason Wang
  2021-02-20  8:46 ` [PATCH V4 2/2] vdpa: introduce virtio pci driver Jason Wang
  0 siblings, 2 replies; 6+ messages in thread
From: Jason Wang @ 2021-02-20  8:46 UTC (permalink / raw)
  To: mst, jasowang
  Cc: virtualization, linux-kernel, shahafs, lulu, sgarzare, rdunlap

Hi all:

This series tries to implement a vDPA driver for virtio-pci device
which will bridge between vDPA bus and virtio-pci device.

This could be used for future feature prototyping and testing.

Please review

Changes since V3:
- rebase to vhost.git

Changes since V2:

- tweak config prompt
- switch from 'cb' to 'config_cb' for vp_vdpa config interrupt
- use a macro for vp_vdpa msix name length

Changes since V1:

- don't try to use devres for virtio-pci core
- tweak the commit log
- split the patches furtherly to ease the reviewing

Changes since RFC:

- Split common codes from virito-pci and share it with vDPA driver
- Use dynamic id in order to be less confusing with virtio-pci driver
- No feature whitelist, supporting any features (mq, config etc)

Jason Wang (2):
  vdpa: set the virtqueue num during register
  vdpa: introduce virtio pci driver

 drivers/vdpa/Kconfig                 |   7 +
 drivers/vdpa/Makefile                |   1 +
 drivers/vdpa/ifcvf/ifcvf_main.c      |   5 +-
 drivers/vdpa/mlx5/net/mlx5_vnet.c    |   4 +-
 drivers/vdpa/vdpa.c                  |  18 +-
 drivers/vdpa/vdpa_sim/vdpa_sim.c     |   2 +-
 drivers/vdpa/vdpa_sim/vdpa_sim_net.c |   2 +-
 drivers/vdpa/virtio_pci/Makefile     |   2 +
 drivers/vdpa/virtio_pci/vp_vdpa.c    | 456 +++++++++++++++++++++++++++
 include/linux/vdpa.h                 |  10 +-
 10 files changed, 487 insertions(+), 20 deletions(-)
 create mode 100644 drivers/vdpa/virtio_pci/Makefile
 create mode 100644 drivers/vdpa/virtio_pci/vp_vdpa.c

-- 
2.25.1


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

end of thread, other threads:[~2021-02-22  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  8:46 [PATCH V4 0/2] virtio-pci: introduce modern device module Jason Wang
2021-02-20  8:46 ` [PATCH V4 1/2] vdpa: set the virtqueue num during register Jason Wang
2021-02-22  8:46   ` Stefano Garzarella
2021-02-20  8:46 ` [PATCH V4 2/2] vdpa: introduce virtio pci driver Jason Wang
2021-02-22  9:04   ` Stefano Garzarella
2021-02-22  9:30     ` Jason Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®