From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: linux1394-devel@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org
Subject: Re: [PATCH 0/2] firewire: core: optimize for concurrent calls of fw_iso_context_flush_completions()
Date: Tue, 10 Sep 2024 17:51:17 +0900 [thread overview]
Message-ID: <20240910085117.GA91104@workstation.local> (raw)
In-Reply-To: <20240909140018.65289-1-o-takashi@sakamocchi.jp>
On Mon, Sep 09, 2024 at 11:00:16PM +0900, Takashi Sakamoto wrote:
> Hi,
>
> It seems to be the last week for v6.12 development. I realize it
> unpreferable to propose intrusive changes, however I also realized that
> there is a room to refactor core functions in respect to handler of work
> item for isochronous context for the next merge window...
>
> This series of changes refactors the core function to call
> fw_iso_context_flush_completions() from the work item. It optimizes some
> event waiting and mediation of concurrent calls as well.
>
> Takashi Sakamoto (2):
> firewire: core: move workqueue handler from 1394 OHCI driver to core
> function
> firewire: core: use mutex to coordinate concurrent calls to flush
> completions
>
> drivers/firewire/core-iso.c | 31 ++++++++-------
> drivers/firewire/core.h | 5 ---
> drivers/firewire/ohci.c | 78 +++++++------------------------------
> include/linux/firewire.h | 1 +
> 4 files changed, 31 insertions(+), 84 deletions(-)
Applied to for-next branch.
Regards
Takashi Sakamoto
next prev parent reply other threads:[~2024-09-10 8:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 14:00 [PATCH 0/2] firewire: core: optimize for concurrent calls of fw_iso_context_flush_completions() Takashi Sakamoto
2024-09-09 14:00 ` [PATCH 1/2] firewire: core: move workqueue handler from 1394 OHCI driver to core function Takashi Sakamoto
2024-09-09 14:00 ` [PATCH 2/2] firewire: core: use mutex to coordinate concurrent calls to flush completions Takashi Sakamoto
2024-09-10 8:51 ` Takashi Sakamoto [this message]
2024-09-11 15:12 ` [PATCH 0/2] firewire: core: optimize for concurrent calls of fw_iso_context_flush_completions() Takashi Sakamoto
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=20240910085117.GA91104@workstation.local \
--to=o-takashi@sakamocchi.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux1394-devel@lists.sourceforge.net \
/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 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.