All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v7 0/4] Support VMBUS channels without monitoring enabled
@ 2025-07-30  0:09 longli
  2025-07-30  0:09 ` [Patch v7 1/4] bus/vmbus: store UIO fd for secondary process longli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: longli @ 2025-07-30  0:09 UTC (permalink / raw)
  To: Stephen Hemminger, Wei Hu; +Cc: dev, Long Li

From: Long Li <longli@microsoft.com>

Hyperv may expose VMBUS channels without monitoring enabled. In this case,
it programs almost all the data traffic to VF.

This patchset enabled vmbus/netvsc to use channels without monitoring
enabled.

This needs to change the APIs exposed by drivers/bus/vmbus. Because those
APIs are used only by NetVSC PMD and not feasible for use by a DPDK
application, all VMBUS APIs are set to deprecate in upcoming 25.11 release.

The notice for deprecation is accepted in the following patch:
https://patchwork.dpdk.org/project/dpdk/patch/1742242184-19600-1-git-send-email-longli@linuxonhyperv.com/

Change log:
v3: Add in the comment on the VMBUS API deprecation notice
v7: Dropped the first two patches in the seires as they have already been applied to net-next

Long Li (4):
  bus/vmbus: store UIO fd for secondary process
  bus/vmbus: support channels without monitoring enabled
  bus/vmbus: add rte_vmbus_device to all functions accessing vmbus
  bus/vmbus: set event for channel without monitoring support

 drivers/bus/vmbus/linux/vmbus_bus.c  |  9 +++--
 drivers/bus/vmbus/linux/vmbus_uio.c  |  6 ++--
 drivers/bus/vmbus/private.h          |  2 +-
 drivers/bus/vmbus/rte_bus_vmbus.h    | 16 ++++++---
 drivers/bus/vmbus/vmbus_channel.c    | 53 ++++++++++++++++++++--------
 drivers/bus/vmbus/vmbus_common_uio.c |  9 +++--
 drivers/net/netvsc/hn_nvs.c          | 18 +++++-----
 drivers/net/netvsc/hn_nvs.h          | 15 ++++----
 drivers/net/netvsc/hn_rndis.c        | 11 +++---
 drivers/net/netvsc/hn_rxtx.c         | 16 ++++-----
 10 files changed, 97 insertions(+), 58 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-08-06 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30  0:09 [Patch v7 0/4] Support VMBUS channels without monitoring enabled longli
2025-07-30  0:09 ` [Patch v7 1/4] bus/vmbus: store UIO fd for secondary process longli
2025-07-30  0:09 ` [Patch v7 2/4] bus/vmbus: support channels without monitoring enabled longli
2025-07-30  0:09 ` [Patch v7 3/4] bus/vmbus: add rte_vmbus_device to all functions accessing vmbus longli
2025-07-30  0:09 ` [Patch v7 4/4] bus/vmbus: set event for channel without monitoring support longli
2025-08-06 16:02 ` [EXTERNAL] [Patch v7 0/4] Support VMBUS channels without monitoring enabled Wei Hu

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.