From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, andrew@lunn.ch,
f.fainelli@gmail.com, glipus@gmail.com,
horatiu.vultur@microchip.com, kory.maincent@bootlin.com,
maxime.chevallier@bootlin.com, richardcochran@gmail.com,
vadim.fedorenko@linux.dev, gerhard@engleder-embedded.com,
liuhangbin@gmail.com, linux@armlinux.org.uk,
hkallweit1@gmail.com, jacob.e.keller@intel.com,
j.vosburgh@gmail.com, andy@greyhouse.net, wei.fang@nxp.com,
shenwei.wang@nxp.com, xiaoning.wang@nxp.com, linux-imx@nxp.com,
UNGLinuxDriver@microchip.com, lars.povlsen@microchip.com,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
simon.horman@corigine.com, casper.casan@gmail.com,
sorganov@gmail.com, mkubecek@suse.cz,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v9 net-next 00/12] Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set()
Date: Thu, 03 Aug 2023 02:30:24 +0000 [thread overview]
Message-ID: <169102982468.22584.9783879980852698698.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230801142824.1772134-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 1 Aug 2023 17:28:12 +0300 you wrote:
> Based on previous RFCs from Maxim Georgiev:
> https://lore.kernel.org/netdev/20230502043150.17097-1-glipus@gmail.com/
>
> this series attempts to introduce new API for the hardware timestamping
> control path (SIOCGHWTSTAMP and SIOCSHWTSTAMP handling).
>
> I don't have any board with phylib hardware timestamping, so I would
> appreciate testing (especially on lan966x, the most intricate
> conversion). I was, however, able to test netdev level timestamping,
> because I also have some more unsubmitted conversions in progress:
>
> [...]
Here is the summary with links:
- [v9,net-next,01/12] net: add NDOs for configuring hardware timestamping
https://git.kernel.org/netdev/net-next/c/66f7223039c0
- [v9,net-next,02/12] net: add hwtstamping helpers for stackable net devices
https://git.kernel.org/netdev/net-next/c/e47d01fea663
- [v9,net-next,03/12] net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/65c9fde15a65
- [v9,net-next,04/12] net: macvlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/0bca3f7f9acd
- [v9,net-next,05/12] net: bonding: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/c0dabeb4c666
- [v9,net-next,06/12] net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/ef5eb9c5ce45
- [v9,net-next,07/12] net: fec: delete fec_ptp_disable_hwts()
https://git.kernel.org/netdev/net-next/c/547b006d1922
- [v9,net-next,08/12] net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/7bdde44463b2
- [v9,net-next,09/12] net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
https://git.kernel.org/netdev/net-next/c/54e1ed69c40a
- [v9,net-next,10/12] net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to caller
https://git.kernel.org/netdev/net-next/c/70ef7d87f62a
- [v9,net-next,11/12] net: phy: provide phylib stubs for hardware timestamping operations
https://git.kernel.org/netdev/net-next/c/60495b6622ca
- [v9,net-next,12/12] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers
https://git.kernel.org/netdev/net-next/c/fd770e856e22
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:[~2023-08-03 2:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 14:28 Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 01/12] net: add NDOs for configuring hardware timestamping Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 02/12] net: add hwtstamping helpers for stackable net devices Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 03/12] net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set() Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 04/12] net: macvlan: " Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 05/12] net: bonding: " Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 06/12] net: fec: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 07/12] net: fec: delete fec_ptp_disable_hwts() Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 08/12] net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 09/12] net: lan966x: " Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 10/12] net: transfer rtnl_lock() requirement from ethtool_set_ethtool_phy_ops() to caller Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 11/12] net: phy: provide phylib stubs for hardware timestamping operations Vladimir Oltean
2023-08-01 14:28 ` [PATCH v9 net-next 12/12] net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted drivers Vladimir Oltean
2023-08-04 7:21 ` Eric Dumazet
2023-08-04 13:51 ` Vladimir Oltean
2023-09-28 10:12 ` Köry Maincent
2023-09-28 12:39 ` Köry Maincent
2023-08-03 2:30 ` 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=169102982468.22584.9783879980852698698.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=andy@greyhouse.net \
--cc=casper.casan@gmail.com \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=gerhard@engleder-embedded.com \
--cc=glipus@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=horatiu.vultur@microchip.com \
--cc=j.vosburgh@gmail.com \
--cc=jacob.e.keller@intel.com \
--cc=kory.maincent@bootlin.com \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=liuhangbin@gmail.com \
--cc=maxime.chevallier@bootlin.com \
--cc=mkubecek@suse.cz \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=shenwei.wang@nxp.com \
--cc=simon.horman@corigine.com \
--cc=sorganov@gmail.com \
--cc=vadim.fedorenko@linux.dev \
--cc=vladimir.oltean@nxp.com \
--cc=wei.fang@nxp.com \
--cc=xiaoning.wang@nxp.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
all inboxes | Powered by JetHome®