From: patchwork-bot+netdevbpf@kernel.org
To: Tariq Toukan <tariqt@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, andrew+netdev@lunn.ch,
netdev@vger.kernel.org, saeedm@nvidia.com, gal@nvidia.com,
jianbol@nvidia.com, moshe@nvidia.com, leonro@nvidia.com,
mbloch@nvidia.com
Subject: Re: [PATCH net-next 00/15] Support one PTP device per hardware clock
Date: Thu, 06 Feb 2025 09:40:37 +0000 [thread overview]
Message-ID: <173883483749.1410600.9961897170584318272.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250203213516.227902-1-tariqt@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 3 Feb 2025 23:35:01 +0200 you wrote:
> Hi,
>
> This series contains two features from Jianbo, followed by simple
> cleanups.
>
> Patches 1-9 by Jianbo add support for one PTP device per hardware clock,
> described below [1].
>
> [...]
Here is the summary with links:
- [net-next,01/15] net/mlx5: Add helper functions for PTP callbacks
https://git.kernel.org/netdev/net-next/c/e3ad54f5bdb9
- [net-next,02/15] net/mlx5: Change parameters for PTP internal functions
https://git.kernel.org/netdev/net-next/c/9f722fb10521
- [net-next,03/15] net/mlx5: Add init and destruction functions for a single HW clock
https://git.kernel.org/netdev/net-next/c/ccb717a88b2e
- [net-next,04/15] net/mlx5: Add API to get mlx5_core_dev from mlx5_clock
https://git.kernel.org/netdev/net-next/c/355f58f10911
- [net-next,05/15] net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer
https://git.kernel.org/netdev/net-next/c/f9beaf4fac64
- [net-next,06/15] net/mlx5: Add devcom component for the clock shared by functions
https://git.kernel.org/netdev/net-next/c/574998cf3b3f
- [net-next,07/15] net/mlx5: Move PPS notifier and out_work to clock_state
https://git.kernel.org/netdev/net-next/c/79faf9d76d66
- [net-next,08/15] net/mlx5: Support one PTP device per hardware clock
https://git.kernel.org/netdev/net-next/c/f538ffb7a22d
- [net-next,09/15] net/mlx5: Generate PPS IN event on new function for shared clock
https://git.kernel.org/netdev/net-next/c/39c1202fa942
- [net-next,10/15] ethtool: Add support for 200Gbps per lane link modes
https://git.kernel.org/netdev/net-next/c/4897f9b7f8bd
- [net-next,11/15] net/mlx5: Add support for 200Gbps per lane link modes
https://git.kernel.org/netdev/net-next/c/ee0a4fc396f1
- [net-next,12/15] net/mlx5e: Support FEC settings for 200G per lane link modes
https://git.kernel.org/netdev/net-next/c/4e343c11efbb
- [net-next,13/15] net/mlx5: Remove stray semicolon in LAG port selection table creation
https://git.kernel.org/netdev/net-next/c/6fa15a20b7c3
- [net-next,14/15] net/mlx5e: Remove unused mlx5e_tc_flow_action struct
https://git.kernel.org/netdev/net-next/c/96d64a1ab795
- [net-next,15/15] net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled
https://git.kernel.org/netdev/net-next/c/689805dcc474
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-02-06 9:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 21:35 [PATCH net-next 00/15] Support one PTP device per hardware clock Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 01/15] net/mlx5: Add helper functions for PTP callbacks Tariq Toukan
2025-02-04 8:43 ` Mateusz Polchlopek
2025-02-05 6:04 ` Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 02/15] net/mlx5: Change parameters for PTP internal functions Tariq Toukan
2025-02-04 8:51 ` Mateusz Polchlopek
2025-02-05 6:08 ` Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 03/15] net/mlx5: Add init and destruction functions for a single HW clock Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 04/15] net/mlx5: Add API to get mlx5_core_dev from mlx5_clock Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 05/15] net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 06/15] net/mlx5: Add devcom component for the clock shared by functions Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 07/15] net/mlx5: Move PPS notifier and out_work to clock_state Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 08/15] net/mlx5: Support one PTP device per hardware clock Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 09/15] net/mlx5: Generate PPS IN event on new function for shared clock Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 10/15] ethtool: Add support for 200Gbps per lane link modes Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 11/15] net/mlx5: " Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 12/15] net/mlx5e: Support FEC settings for 200G " Tariq Toukan
2025-02-03 21:35 ` [PATCH net-next 13/15] net/mlx5: Remove stray semicolon in LAG port selection table creation Tariq Toukan
2025-02-04 8:21 ` Kalesh Anakkur Purayil
2025-02-03 21:35 ` [PATCH net-next 14/15] net/mlx5e: Remove unused mlx5e_tc_flow_action struct Tariq Toukan
2025-02-04 8:22 ` Kalesh Anakkur Purayil
2025-02-03 21:35 ` [PATCH net-next 15/15] net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled Tariq Toukan
2025-02-04 8:21 ` Kalesh Anakkur Purayil
2025-02-05 6:14 ` [PATCH net-next 00/15] Support one PTP device per hardware clock Tariq Toukan
2025-02-06 9:09 ` Paolo Abeni
2025-02-06 9:40 ` 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=173883483749.1410600.9961897170584318272.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=jianbol@nvidia.com \
--cc=kuba@kernel.org \
--cc=leonro@nvidia.com \
--cc=mbloch@nvidia.com \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.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.