netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH virtio 0/4] pds_vdpa: mac, reset, and irq updates
@ 2023-06-30  0:36 Shannon Nelson
  2023-06-30  0:36 ` [PATCH virtio 1/4] pds_vdpa: reset to vdpa specified mac Shannon Nelson
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Shannon Nelson @ 2023-06-30  0:36 UTC (permalink / raw)
  To: jasowang, mst, virtualization, shannon.nelson, brett.creeley,
	netdev
  Cc: drivers

v2 for internal review
 - heavily reworked NET_F_MAC patch, matches recent PR-68875
 - reordered to put "clean and reset vqs" before "alloc-irq"
   to make them slightly simpler patches
 - other minor cleanups for simpler patches


These are some fixes for device providing a MAC address, for allocating
irq resources later to support vhost use, and for properly cleaning
vq info on reset.

Allen Hubbe (2):
  pds_vdpa: reset to vdpa specified mac
  pds_vdpa: alloc irq vectors on DRIVER_OK

Shannon Nelson (2):
  pds_vdpa: always allow offering VIRTIO_NET_F_MAC
  pds_vdpa: clean and reset vqs entries

 drivers/vdpa/pds/vdpa_dev.c | 171 +++++++++++++++++++++++++-----------
 drivers/vdpa/pds/vdpa_dev.h |   1 +
 2 files changed, 122 insertions(+), 50 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-07-10 15:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30  0:36 [PATCH virtio 0/4] pds_vdpa: mac, reset, and irq updates Shannon Nelson
2023-06-30  0:36 ` [PATCH virtio 1/4] pds_vdpa: reset to vdpa specified mac Shannon Nelson
2023-07-07  7:33   ` Jason Wang
2023-07-07 20:12     ` Shannon Nelson
2023-07-10  3:04       ` Jason Wang
2023-07-10 15:42         ` Shannon Nelson
2023-06-30  0:36 ` [PATCH virtio 2/4] pds_vdpa: always allow offering VIRTIO_NET_F_MAC Shannon Nelson
2023-07-07  7:44   ` Jason Wang
2023-07-07 20:12     ` Shannon Nelson
2023-06-30  0:36 ` [PATCH virtio 3/4] pds_vdpa: clean and reset vqs entries Shannon Nelson
2023-07-07  7:36   ` Jason Wang
2023-07-07 20:12     ` Shannon Nelson
2023-06-30  0:36 ` [PATCH virtio 4/4] pds_vdpa: alloc irq vectors on DRIVER_OK Shannon Nelson
2023-07-07  7:38   ` Jason Wang

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).