All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Cc: shenjian15@huawei.com, salil.mehta@huawei.com,
	shaojijie@huawei.com, andrew+netdev@lunn.ch, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com,
	bbhushan2@marvell.com, tariqt@nvidia.com, brett.creeley@amd.com,
	niklas.soderlund@ragnatech.se, paul@pbarker.dev,
	yoshihiro.shimoda.uh@renesas.com,
	linux-renesas-soc@vger.kernel.org, richardcochran@gmail.com,
	linux@armlinux.org.uk, vladimir.oltean@nxp.com, horms@kernel.org,
	jacob.e.keller@intel.com, netdev@vger.kernel.org
Subject: Re: [PATCH net-next v5 0/6] convert net drivers to ndo_hwtstamp API part 2
Date: Tue, 28 Oct 2025 01:20:30 +0000	[thread overview]
Message-ID: <176161443074.1651448.3590346832482597545.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251023220457.3201122-1-vadim.fedorenko@linux.dev>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 23 Oct 2025 22:04:51 +0000 you wrote:
> This is part 2 of patchset to convert drivers which support HW
> timestamping to use .ndo_hwtstamp_get()/.ndo_hwtstamp_set() callbacks.
> The new API uses netlink to communicate with user-space and have some
> test coverage.
> 
> v4 -> v5:
>  fix ionic dirver build with CONFIG_PTP_1588_CLOCK=n
> v3 -> v4:
>  fix commit message in patch 6
> v2 -> v3:
>  use NL_SET_ERR_MSG_MOD() variant to report errors back to user-space
> v1 -> v2:
>  hns3: actually set up new ndo callbacks
>  ionic: remove _lif_ portion from name to align with other ndo callbacks
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/6] octeontx2: convert to ndo_hwtstamp API
    https://git.kernel.org/netdev/net-next/c/a5c12b060efe
  - [net-next,v5,2/6] mlx4: convert to ndo_hwtstamp API
    https://git.kernel.org/netdev/net-next/c/7a07dc723fad
  - [net-next,v5,3/6] ionic: convert to ndo_hwtstamp API
    https://git.kernel.org/netdev/net-next/c/38efb0ba3cd0
  - [net-next,v5,4/6] net: ravb: convert to ndo_hwtstamp API
    https://git.kernel.org/netdev/net-next/c/faac57cddfc2
  - [net-next,v5,5/6] net: renesas: rswitch: convert to ndo_hwtstamp API
    https://git.kernel.org/netdev/net-next/c/87e1b590f776
  - [net-next,v5,6/6] net: hns3: add hwtstamp_get/hwtstamp_set ops
    https://git.kernel.org/netdev/net-next/c/329021eeae03

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



      parent reply	other threads:[~2025-10-28  1:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-23 22:04 [PATCH net-next v5 0/6] convert net drivers to ndo_hwtstamp API part 2 Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 1/6] octeontx2: convert to ndo_hwtstamp API Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 2/6] mlx4: " Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 3/6] ionic: " Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 4/6] net: ravb: " Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 5/6] net: renesas: rswitch: " Vadim Fedorenko
2025-10-23 22:04 ` [PATCH net-next v5 6/6] net: hns3: add hwtstamp_get/hwtstamp_set ops Vadim Fedorenko
2025-10-28  1:20 ` 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=176161443074.1651448.3590346832482597545.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=bbhushan2@marvell.com \
    --cc=brett.creeley@amd.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=netdev@vger.kernel.org \
    --cc=niklas.soderlund@ragnatech.se \
    --cc=pabeni@redhat.com \
    --cc=paul@pbarker.dev \
    --cc=richardcochran@gmail.com \
    --cc=salil.mehta@huawei.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=shaojijie@huawei.com \
    --cc=shenjian15@huawei.com \
    --cc=tariqt@nvidia.com \
    --cc=vadim.fedorenko@linux.dev \
    --cc=vladimir.oltean@nxp.com \
    --cc=yoshihiro.shimoda.uh@renesas.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.