From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, edumazet@google.com, petrm@nvidia.com,
amcohen@nvidia.com, danieller@nvidia.com,
richardcochran@gmail.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/15] mlxsw: Spectrum-2 PTP preparations
Date: Mon, 25 Jul 2022 13:10:16 +0000 [thread overview]
Message-ID: <165875461601.4294.2131579476587667849.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220724080329.2613617-1-idosch@nvidia.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Sun, 24 Jul 2022 11:03:14 +0300 you wrote:
> This patchset includes various preparations required for Spectrum-2 PTP
> support.
>
> Most of the changes are non-functional (e.g., renaming, adding
> registers). The only intentional user visible change is in patch #10
> where the PHC time is initialized to zero in accordance with the
> recommendation of the PTP maintainer.
>
> [...]
Here is the summary with links:
- [net-next,01/15] mlxsw: Rename mlxsw_reg_mtptptp_pack() to mlxsw_reg_mtptpt_pack()
https://git.kernel.org/netdev/net-next/c/1c358fedecd1
- [net-next,02/15] mlxsw: reg: Add MTUTC register's fields for supporting PTP in Spectrum-2
https://git.kernel.org/netdev/net-next/c/97b05cfb68ae
- [net-next,03/15] mlxsw: reg: Add Monitoring Time Precision Correction Port Configuration Register
https://git.kernel.org/netdev/net-next/c/731416e9ae5d
- [net-next,04/15] mlxsw: pci_hw: Add 'time_stamp' and 'time_stamp_type' fields to CQEv2
https://git.kernel.org/netdev/net-next/c/aa98487cc96b
- [net-next,05/15] mlxsw: cmd: Add UTC related fields to query firmware command
https://git.kernel.org/netdev/net-next/c/577d80238ff7
- [net-next,06/15] mlxsw: Set time stamp type as part of config profile
https://git.kernel.org/netdev/net-next/c/291fcb937e95
- [net-next,07/15] mlxsw: spectrum: Fix the shift of FID field in TX header
https://git.kernel.org/netdev/net-next/c/81016180e3f4
- [net-next,08/15] mlxsw: resources: Add resource identifier for maximum number of FIDs
https://git.kernel.org/netdev/net-next/c/448e9cb3631e
- [net-next,09/15] mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable'
https://git.kernel.org/netdev/net-next/c/33a9583f9a02
- [net-next,10/15] mlxsw: spectrum_ptp: Initialize the clock to zero as part of initialization
https://git.kernel.org/netdev/net-next/c/22d950b79ea7
- [net-next,11/15] mlxsw: pci: Simplify FRC clock reading
https://git.kernel.org/netdev/net-next/c/946832296389
- [net-next,12/15] mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_state' per ASIC
https://git.kernel.org/netdev/net-next/c/e8fea346b556
- [net-next,13/15] mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_clock' per ASIC
https://git.kernel.org/netdev/net-next/c/9bfe3c16fc23
- [net-next,14/15] mlxsw: spectrum_ptp: Rename mlxsw_sp_ptp_get_message_types()
https://git.kernel.org/netdev/net-next/c/4017d9296492
- [net-next,15/15] mlxsw: spectrum_ptp: Rename mlxsw_sp1_ptp_phc_adjfreq()
https://git.kernel.org/netdev/net-next/c/a168e13f8448
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:[~2022-07-25 13:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-24 8:03 [PATCH net-next 00/15] mlxsw: Spectrum-2 PTP preparations Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 01/15] mlxsw: Rename mlxsw_reg_mtptptp_pack() to mlxsw_reg_mtptpt_pack() Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 02/15] mlxsw: reg: Add MTUTC register's fields for supporting PTP in Spectrum-2 Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 03/15] mlxsw: reg: Add Monitoring Time Precision Correction Port Configuration Register Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 04/15] mlxsw: pci_hw: Add 'time_stamp' and 'time_stamp_type' fields to CQEv2 Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 05/15] mlxsw: cmd: Add UTC related fields to query firmware command Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 06/15] mlxsw: Set time stamp type as part of config profile Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 07/15] mlxsw: spectrum: Fix the shift of FID field in TX header Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 08/15] mlxsw: resources: Add resource identifier for maximum number of FIDs Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 09/15] mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable' Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 10/15] mlxsw: spectrum_ptp: Initialize the clock to zero as part of initialization Ido Schimmel
2022-07-24 22:14 ` Richard Cochran
2022-07-24 8:03 ` [PATCH net-next 11/15] mlxsw: pci: Simplify FRC clock reading Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 12/15] mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_state' per ASIC Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 13/15] mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_clock' " Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 14/15] mlxsw: spectrum_ptp: Rename mlxsw_sp_ptp_get_message_types() Ido Schimmel
2022-07-24 8:03 ` [PATCH net-next 15/15] mlxsw: spectrum_ptp: Rename mlxsw_sp1_ptp_phc_adjfreq() Ido Schimmel
2022-07-25 13:10 ` 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=165875461601.4294.2131579476587667849.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=amcohen@nvidia.com \
--cc=danieller@nvidia.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=idosch@nvidia.com \
--cc=kuba@kernel.org \
--cc=mlxsw@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=richardcochran@gmail.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).