From: Greg KH <greg@kroah.com>
To: Michael Grzeschik <m.grzeschik@pengutronix.de>
Cc: linux-usb@vger.kernel.org, laurent.pinchart@ideasonboard.com,
caleb.connolly@ideasonboard.com, paul.elder@ideasonboard.com,
balbi@kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH v2 0/3] usb: gadget: uvc: improve uvc gadget performance
Date: Wed, 9 Jun 2021 10:17:31 +0200 [thread overview]
Message-ID: <YMB5G1Lg8Fi64ToT@kroah.com> (raw)
In-Reply-To: <20210530223041.15320-1-m.grzeschik@pengutronix.de>
<again, please fix your email headers, you didn't have anyone on To:>
On Mon, May 31, 2021 at 12:30:38AM +0200, Michael Grzeschik wrote:
> This series improves the performance of the uvc video gadget by adding a
> zero copy routine using the scatter list interface of the gadget. The
> series also increases the amount of allocated requests depending of the
> speed and it also reduces the interrupt load by only trigger on every
> 16th request in case of super-speed.
>
> Michael Grzeschik (3):
> usb: gadget: uvc: make uvc_num_requests depend on gadget speed
> usb: gadget: uvc: add scatter gather support
> usb: gadget: uvc: decrease the interrupt load to a quarter
>
> drivers/usb/gadget/Kconfig | 1 +
> drivers/usb/gadget/function/f_uvc.c | 1 +
> drivers/usb/gadget/function/uvc.h | 15 ++-
> drivers/usb/gadget/function/uvc_queue.c | 30 ++++-
> drivers/usb/gadget/function/uvc_queue.h | 5 +-
> drivers/usb/gadget/function/uvc_video.c | 150 +++++++++++++++++++-----
> 6 files changed, 168 insertions(+), 34 deletions(-)
Please fix up the kbuild issues before resending.
thanks,
greg k-h
prev parent reply other threads:[~2021-06-09 8:19 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-30 22:30 [PATCH v2 0/3] usb: gadget: uvc: improve uvc gadget performance Michael Grzeschik
2021-05-30 22:30 ` [PATCH v2 1/3] usb: gadget: uvc: make uvc_num_requests depend on gadget speed Michael Grzeschik
2021-06-14 10:34 ` paul.elder
2021-06-15 1:28 ` Laurent Pinchart
2021-06-15 1:38 ` Laurent Pinchart
2021-06-22 15:00 ` Michael Grzeschik
2021-05-30 22:30 ` [PATCH v2 2/3] usb: gadget: uvc: add scatter gather support Michael Grzeschik
2021-05-31 1:33 ` kernel test robot
2021-05-31 6:30 ` kernel test robot
2021-06-15 2:10 ` Laurent Pinchart
2021-06-25 9:12 ` Michael Grzeschik
2021-06-28 7:37 ` Michael Grzeschik
2021-05-30 22:30 ` [PATCH v2 3/3] usb: gadget: uvc: decrease the interrupt load to a quarter Michael Grzeschik
2021-06-14 10:35 ` paul.elder
2021-06-15 1:36 ` Laurent Pinchart
2021-06-22 15:02 ` Michael Grzeschik
2021-06-09 8:17 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YMB5G1Lg8Fi64ToT@kroah.com \
--to=greg@kroah.com \
--cc=balbi@kernel.org \
--cc=caleb.connolly@ideasonboard.com \
--cc=kernel@pengutronix.de \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-usb@vger.kernel.org \
--cc=m.grzeschik@pengutronix.de \
--cc=paul.elder@ideasonboard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).