All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org,
	jacob.e.keller@intel.com, richardcochran@gmail.com,
	leon@kernel.org, saeed@kernel.org
Subject: Re: [PATCH net-next v3 00/14][pull request] Intel Wired LAN Driver Updates 2022-12-08 (ice)
Date: Sat, 10 Dec 2022 03:50:21 +0000	[thread overview]
Message-ID: <167064422125.8448.14722355097534322892.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221208213932.1274143-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Thu,  8 Dec 2022 13:39:18 -0800 you wrote:
> Jacob Keller says:
> 
> This series of patches primarily consists of changes to fix some corner
> cases that can cause Tx timestamp failures. The issues were discovered and
> reported by Siddaraju DH and primarily affect E822 hardware, though this
> series also includes some improvements that affect E810 hardware as well.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,01/14] ice: Use more generic names for ice_ptp_tx fields
    https://git.kernel.org/netdev/net-next/c/6b5cbc8c4ec7
  - [net-next,v3,02/14] ice: Remove the E822 vernier "bypass" logic
    https://git.kernel.org/netdev/net-next/c/0357d5cab8e4
  - [net-next,v3,03/14] ice: Reset TS memory for all quads
    https://git.kernel.org/netdev/net-next/c/407b66c07e98
  - [net-next,v3,04/14] ice: fix misuse of "link err" with "link status"
    https://git.kernel.org/netdev/net-next/c/11722c39c8d9
  - [net-next,v3,05/14] ice: always call ice_ptp_link_change and make it void
    https://git.kernel.org/netdev/net-next/c/6b1ff5d39228
  - [net-next,v3,06/14] ice: handle discarding old Tx requests in ice_ptp_tx_tstamp
    https://git.kernel.org/netdev/net-next/c/0dd928626392
  - [net-next,v3,07/14] ice: check Tx timestamp memory register for ready timestamps
    https://git.kernel.org/netdev/net-next/c/10e4b4a3a3e1
  - [net-next,v3,08/14] ice: synchronize the misc IRQ when tearing down Tx tracker
    https://git.kernel.org/netdev/net-next/c/f0ae124019fa
  - [net-next,v3,09/14] ice: protect init and calibrating check in ice_ptp_request_ts
    https://git.kernel.org/netdev/net-next/c/3ad5c10bf21d
  - [net-next,v3,10/14] ice: cleanup allocations in ice_ptp_alloc_tx_tracker
    https://git.kernel.org/netdev/net-next/c/c1f3414df2e8
  - [net-next,v3,11/14] ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp
    https://git.kernel.org/netdev/net-next/c/d40fd6009332
  - [net-next,v3,12/14] ice: only check set bits in ice_ptp_flush_tx_tracker
    https://git.kernel.org/netdev/net-next/c/e3ba52486693
  - [net-next,v3,13/14] ice: make Tx and Rx vernier offset calibration independent
    https://git.kernel.org/netdev/net-next/c/f029a34394e7
  - [net-next,v3,14/14] ice: reschedule ice_ptp_wait_for_offset_valid during reset
    https://git.kernel.org/netdev/net-next/c/95af1f1c4c9f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2022-12-10  3:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 21:39 [PATCH net-next v3 00/14][pull request] Intel Wired LAN Driver Updates 2022-12-08 (ice) Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 01/14] ice: Use more generic names for ice_ptp_tx fields Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 02/14] ice: Remove the E822 vernier "bypass" logic Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 03/14] ice: Reset TS memory for all quads Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 04/14] ice: fix misuse of "link err" with "link status" Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 05/14] ice: always call ice_ptp_link_change and make it void Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 06/14] ice: handle discarding old Tx requests in ice_ptp_tx_tstamp Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 07/14] ice: check Tx timestamp memory register for ready timestamps Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 08/14] ice: synchronize the misc IRQ when tearing down Tx tracker Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 09/14] ice: protect init and calibrating check in ice_ptp_request_ts Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 10/14] ice: cleanup allocations in ice_ptp_alloc_tx_tracker Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 11/14] ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstamp Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 12/14] ice: only check set bits in ice_ptp_flush_tx_tracker Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 13/14] ice: make Tx and Rx vernier offset calibration independent Tony Nguyen
2022-12-08 21:39 ` [PATCH net-next v3 14/14] ice: reschedule ice_ptp_wait_for_offset_valid during reset Tony Nguyen
2022-12-09  0:23 ` [PATCH net-next v3 00/14][pull request] Intel Wired LAN Driver Updates 2022-12-08 (ice) Saeed Mahameed
2022-12-10  3:50 ` patchwork-bot+netdevbpf [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=167064422125.8448.14722355097534322892.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=leon@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=richardcochran@gmail.com \
    --cc=saeed@kernel.org \
    /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.