From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Mario Limonciello <mario.limonciello@amd.com>
Cc: Basavaraj Natikar <Basavaraj.Natikar@amd.com>,
Sanjay R Mehta <sanju.mehta@amd.com>,
linux-usb@vger.kernel.org, anson.tsao@amd.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] Fix TX/RX interrupt handling
Date: Tue, 14 Mar 2023 16:28:48 +0200 [thread overview]
Message-ID: <20230314142848.GK62143@black.fi.intel.com> (raw)
In-Reply-To: <20230310172050.1394-1-mario.limonciello@amd.com>
Hi Mario,
On Fri, Mar 10, 2023 at 11:20:48AM -0600, Mario Limonciello wrote:
> Previously a patch series was sent up to change the way that DROM was read
> to prefer directly from NVM instead of bit banging.
>
> This series was produced due to issues found where TBT3 DROM CRC wouldn't
> match. In looking at it from USB4 analyzer the DROM wasn't corrupted
> before it arrived at the router. In analyzing the failure mode, every
> single failure occurred during a retried TX because RX interrupt
> "never came".
>
> This was actually a smoking gun; when the hardware responded too quickly
> both TX and RX interrupt status bits were set before the ISR would run.
> By the ISR using auto clear on read to process the TX this would make the
> RX interrupt bit get lost and the RX interrupt was never handled.
>
> To fix this issue, disable auto clear in the ISR and instead only clear
> the interrupt that is actually triggering the ISR.
>
> This fixes the communication for a long series of transactions such as
> bit banging and probably also fixes other situations that control transfers
> were retried a number of times due to a missing RX.
>
> Mario Limonciello (2):
> thunderbolt: Use const qualifier for `ring_interrupt_index`
> thunderbolt: Disable interrupt auto clear for rings
Applied both to thunderbolt.git/fixes for v6.3-rc and marked them for
stable as well. Thanks! I dropped the other patch that adjusted the NVM
reading as now it is not necessary anymore (please correct me if I'm
mistaken).
prev parent reply other threads:[~2023-03-14 14:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-10 17:20 [PATCH 0/2] Fix TX/RX interrupt handling Mario Limonciello
2023-03-10 17:20 ` [PATCH 1/2] thunderbolt: Use const qualifier for `ring_interrupt_index` Mario Limonciello
2023-03-10 17:20 ` [PATCH 2/2] thunderbolt: Disable interrupt auto clear for rings Mario Limonciello
2023-03-13 5:46 ` Mika Westerberg
2023-03-14 14:28 ` Mika Westerberg [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=20230314142848.GK62143@black.fi.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=Basavaraj.Natikar@amd.com \
--cc=anson.tsao@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=sanju.mehta@amd.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).