linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] usbip: Convert vhci-hcd Kconfig related to number of ports to module parameters
@ 2025-11-04 11:32 Jakub Lecki
  2025-11-04 11:32 ` [PATCH 1/3] usbip: Convert CONFIG_USBIP_VHCI_NR_HCS to a module parameter Jakub Lecki
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jakub Lecki @ 2025-11-04 11:32 UTC (permalink / raw)
  To: linux-usb, linux-kernel
  Cc: Valentina Manea, Shuah Khan, Hongren Zheng, Greg Kroah-Hartman,
	Jakub Lecki

In workflows involving a greater number of remote
USB/IP devices, the default number of available virtual ports may be
insufficient, forcing user to recompile the module with greater number
of configured virtual host controllers and/or number of ports.

Allow a user to configure the number of USB/IP virtual host controllers
and number of its ports using module parameters to simplify the usage of
this module.

Jakub Lecki (3):
  usbip: Convert CONFIG_USBIP_VHCI_NR_HCS to a module parameter.
  usbip: Convert CONFIG_USBIP_VHCI_HC_PORTS to a module parameter.
  usbip: Limit maximum number of virtual host controllers to 31.

 drivers/usb/usbip/Kconfig      | 21 ------------
 drivers/usb/usbip/vhci.h       | 42 +++++++++++++-----------
 drivers/usb/usbip/vhci_hcd.c   | 59 +++++++++++++++++++++++++---------
 drivers/usb/usbip/vhci_sysfs.c | 18 +++++------
 4 files changed, 75 insertions(+), 65 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-11-04 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04 11:32 [PATCH 0/3] usbip: Convert vhci-hcd Kconfig related to number of ports to module parameters Jakub Lecki
2025-11-04 11:32 ` [PATCH 1/3] usbip: Convert CONFIG_USBIP_VHCI_NR_HCS to a module parameter Jakub Lecki
2025-11-04 14:29   ` Greg Kroah-Hartman
2025-11-04 11:32 ` [PATCH 2/3] usbip: Convert CONFIG_USBIP_VHCI_HC_PORTS " Jakub Lecki
2025-11-04 11:32 ` [PATCH 3/3] usbip: Limit maximum number of virtual host controllers to 31 Jakub Lecki
2025-11-04 14:30   ` Greg Kroah-Hartman

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