From: Ratheesh Kannoth <rkannoth@marvell.com>
To: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Cc: sasha.neftin@intel.com, netdev@vger.kernel.org,
richardcochran@gmail.com, kurt@linutronix.de,
linux-kernel@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
Eric Dumazet <edumazet@google.com>,
daiweili@gmail.com, intel-wired-lan@lists.osuosl.org,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
anthony.l.nguyen@intel.com, Paolo Abeni <pabeni@redhat.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [Intel-wired-lan] [PATCH iwl-net v1] igb: Fix not clearing TimeSync interrupts for 82580
Date: Tue, 13 Aug 2024 09:42:53 +0530 [thread overview]
Message-ID: <20240813041253.GA3072284@maili.marvell.com> (raw)
In-Reply-To: <20240810002302.2054816-1-vinicius.gomes@intel.com>
On 2024-08-10 at 05:53:02, Vinicius Costa Gomes (vinicius.gomes@intel.com) wrote:
> @@ -6960,31 +6960,48 @@ static void igb_extts(struct igb_adapter *adapter, int tsintr_tt)
> static void igb_tsync_interrupt(struct igb_adapter *adapter)
> {
> struct e1000_hw *hw = &adapter->hw;
> - u32 tsicr = rd32(E1000_TSICR);
> + u32 ack = 0, tsicr = rd32(E1000_TSICR);
nit: reverse xmas tree.
WARNING: multiple messages have this Message-ID (diff)
From: Ratheesh Kannoth <rkannoth@marvell.com>
To: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Cc: <intel-wired-lan@lists.osuosl.org>, <daiweili@gmail.com>,
<sasha.neftin@intel.com>, <richardcochran@gmail.com>,
<kurt@linutronix.de>, <anthony.l.nguyen@intel.com>,
<netdev@vger.kernel.org>,
Przemek Kitszel <przemyslaw.kitszel@intel.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH iwl-net v1] igb: Fix not clearing TimeSync interrupts for 82580
Date: Tue, 13 Aug 2024 09:42:53 +0530 [thread overview]
Message-ID: <20240813041253.GA3072284@maili.marvell.com> (raw)
In-Reply-To: <20240810002302.2054816-1-vinicius.gomes@intel.com>
On 2024-08-10 at 05:53:02, Vinicius Costa Gomes (vinicius.gomes@intel.com) wrote:
> @@ -6960,31 +6960,48 @@ static void igb_extts(struct igb_adapter *adapter, int tsintr_tt)
> static void igb_tsync_interrupt(struct igb_adapter *adapter)
> {
> struct e1000_hw *hw = &adapter->hw;
> - u32 tsicr = rd32(E1000_TSICR);
> + u32 ack = 0, tsicr = rd32(E1000_TSICR);
nit: reverse xmas tree.
next prev parent reply other threads:[~2024-08-13 14:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-10 0:23 [Intel-wired-lan] [PATCH iwl-net v1] igb: Fix not clearing TimeSync interrupts for 82580 Vinicius Costa Gomes
2024-08-10 0:23 ` Vinicius Costa Gomes
2024-08-10 4:21 ` [Intel-wired-lan] " Paul Menzel
2024-08-10 4:21 ` Paul Menzel
2024-08-10 5:04 ` Richard Cochran
2024-08-10 5:04 ` Richard Cochran
2024-08-10 15:55 ` [Intel-wired-lan] " Daiwei Li
2024-08-10 15:55 ` Daiwei Li
2024-08-12 17:59 ` [Intel-wired-lan] " Vinicius Costa Gomes
2024-08-12 17:59 ` Vinicius Costa Gomes
2024-08-13 3:35 ` [Intel-wired-lan] [PATCH iwl-net v2] " Daiwei Li
2024-08-13 3:35 ` Daiwei Li
2024-08-13 22:26 ` [Intel-wired-lan] " Vinicius Costa Gomes
2024-08-13 22:26 ` Vinicius Costa Gomes
2024-08-14 4:58 ` [Intel-wired-lan] " Daiwei Li
2024-08-14 4:58 ` Daiwei Li
2024-08-13 4:12 ` Ratheesh Kannoth [this message]
2024-08-13 4:12 ` [PATCH iwl-net v1] " Ratheesh Kannoth
2024-08-13 15:02 ` [Intel-wired-lan] " Jakub Kicinski
2024-08-13 15:02 ` Jakub Kicinski
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=20240813041253.GA3072284@maili.marvell.com \
--to=rkannoth@marvell.com \
--cc=anthony.l.nguyen@intel.com \
--cc=daiweili@gmail.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=kuba@kernel.org \
--cc=kurt@linutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=richardcochran@gmail.com \
--cc=sasha.neftin@intel.com \
--cc=vinicius.gomes@intel.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 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.