Re: [PATCH v29 01/33] xhci: support setting interrupt moderation IMOD for secondary interrupters

From: Greg KH
Date: Thu Oct 17 2024 - 02:40:34 EST


On Tue, Oct 15, 2024 at 02:28:43PM -0700, Wesley Cheng wrote:
> From: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
>
> Allow creators of xHCI secondary interrupters to specify the interrupt
> moderation interval value in nanoseconds when creating the interrupter.
>
> If not sure what value to use then use the xhci driver default
> xhci->imod_interval
>
> Suggested-by: Wesley Cheng <quic_wcheng@xxxxxxxxxxx>
> Signed-off-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>
> Link: https://lore.kernel.org/r/20240905143300.1959279-13-mathias.nyman@xxxxxxxxxxxxxxx
> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> ---
> drivers/usb/host/xhci-mem.c | 8 +++++++-
> drivers/usb/host/xhci.c | 4 ++--
> drivers/usb/host/xhci.h | 5 ++++-
> 3 files changed, 13 insertions(+), 4 deletions(-)

This is already in 6.12-rc1, which makes me confused as to what tree you
made this series against.

thanks,

greg k-h