All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Gal Pressman <gal@nvidia.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	jv@jvosburgh.net, andy@greyhouse.net, mkl@pengutronix.de,
	mailhol.vincent@wanadoo.fr, Shyam-sundar.S-k@amd.com,
	skalluru@marvell.com, manishc@marvell.com,
	michael.chan@broadcom.com, pavan.chebbi@broadcom.com,
	nicolas.ferre@microchip.com, claudiu.beznea@tuxon.dev,
	sgoutham@marvell.com, bharat@chelsio.com, benve@cisco.com,
	satishkh@cisco.com, claudiu.manoil@nxp.com,
	vladimir.oltean@nxp.com, wei.fang@nxp.com, shenwei.wang@nxp.com,
	xiaoning.wang@nxp.com, dmichail@fungible.com,
	yisen.zhuang@huawei.com, salil.mehta@huawei.com,
	shaojijie@huawei.com, anthony.l.nguyen@intel.com,
	przemyslaw.kitszel@intel.com, marcin.s.wojtas@gmail.com,
	linux@armlinux.org.uk, gakula@marvell.com, sbhatta@marvell.com,
	hkelam@marvell.com, idosch@nvidia.com, petrm@nvidia.com,
	bryan.whitehead@microchip.com, UNGLinuxDriver@microchip.com,
	horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
	Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
	alexandre.belloni@bootlin.com, shannon.nelson@amd.com,
	brett.creeley@amd.com, s.shtylyov@omp.ru,
	yoshihiro.shimoda.uh@renesas.com, niklas.soderlund@ragnatech.se,
	ecree.xilinx@gmail.com, habetsm.xilinx@gmail.com,
	alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	mcoquelin.stm32@gmail.com, s-vadapalli@ti.com, rogerq@kernel.org,
	danishanwar@ti.com, linusw@kernel.org, kaloz@openwrt.org,
	richardcochran@gmail.com, willemdebruijn.kernel@gmail.com
Subject: Re: [PATCH net-next v2 00/15] RX software timestamp for all
Date: Tue, 03 Sep 2024 22:30:37 +0000	[thread overview]
Message-ID: <172540263700.468499.16568483036752716889.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240901112803.212753-1-gal@nvidia.com>

Hello:

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

On Sun, 1 Sep 2024 14:27:48 +0300 you wrote:
> All devices support SOF_TIMESTAMPING_RX_SOFTWARE by virtue of
> net_timestamp_check() being called in the device independent code.
> Following Willem's suggestion [1], make it so drivers do not have to
> handle SOF_TIMESTAMPING_RX_SOFTWARE and SOF_TIMESTAMPING_SOFTWARE, nor
> setting of the PHC index to -1.
> 
> All drivers will now report RX software timestamp as supported.
> The series is limited to 15 patches, I will submit other drivers in
> subsequent submissions.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/15] ethtool: RX software timestamp for all
    https://git.kernel.org/netdev/net-next/c/12d337339d9f
  - [net-next,v2,02/15] can: dev: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/b5ed017a5658
  - [net-next,v2,03/15] can: peak_canfd: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/583fee8210cb
  - [net-next,v2,04/15] can: peak_usb: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/ab6ebf02f222
  - [net-next,v2,05/15] tsnep: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/24186dc66b10
  - [net-next,v2,06/15] ionic: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/e052114e14c2
  - [net-next,v2,07/15] ravb: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/277901ee3a26
  - [net-next,v2,08/15] net: renesas: rswitch: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/41ee62317087
  - [net-next,v2,09/15] net: ethernet: rtsn: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/0f79953c0019
  - [net-next,v2,10/15] net: hns3: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/c6a15576e60e
  - [net-next,v2,11/15] net: fec: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/7d20c38d088e
  - [net-next,v2,12/15] net: enetc: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/3dd261ca7f84
  - [net-next,v2,13/15] gianfar: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/673ec22b1de8
  - [net-next,v2,14/15] octeontx2-pf: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/eb87a1daf6fb
  - [net-next,v2,15/15] net: mvpp2: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/406e862b4583

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



      parent reply	other threads:[~2024-09-03 22:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-01 11:27 [PATCH net-next v2 00/15] RX software timestamp for all Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 01/15] ethtool: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 02/15] can: dev: Remove setting of RX software timestamp Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 03/15] can: peak_canfd: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 04/15] can: peak_usb: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 05/15] tsnep: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 06/15] ionic: " Gal Pressman
2024-09-03 16:20   ` Brett Creeley
2024-09-01 11:27 ` [PATCH net-next v2 07/15] ravb: " Gal Pressman
2024-09-02 18:38   ` Sergey Shtylyov
2024-09-01 11:27 ` [PATCH net-next v2 08/15] net: renesas: rswitch: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 09/15] net: ethernet: rtsn: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 10/15] net: hns3: " Gal Pressman
2024-09-01 11:27 ` [PATCH net-next v2 11/15] net: fec: " Gal Pressman
2024-09-01 11:28 ` [PATCH net-next v2 12/15] net: enetc: " Gal Pressman
2024-09-01 11:28 ` [PATCH net-next v2 13/15] gianfar: " Gal Pressman
2024-09-01 11:28 ` [PATCH net-next v2 14/15] octeontx2-pf: " Gal Pressman
2024-09-01 11:28 ` [PATCH net-next v2 15/15] net: mvpp2: " Gal Pressman
2024-09-02 18:19   ` Marcin Wojtas
2024-09-03 22: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=172540263700.468499.16568483036752716889.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Shyam-sundar.S-k@amd.com \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andy@greyhouse.net \
    --cc=anthony.l.nguyen@intel.com \
    --cc=benve@cisco.com \
    --cc=bharat@chelsio.com \
    --cc=brett.creeley@amd.com \
    --cc=bryan.whitehead@microchip.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=claudiu.manoil@nxp.com \
    --cc=daniel.machon@microchip.com \
    --cc=danishanwar@ti.com \
    --cc=davem@davemloft.net \
    --cc=dmichail@fungible.com \
    --cc=ecree.xilinx@gmail.com \
    --cc=gakula@marvell.com \
    --cc=gal@nvidia.com \
    --cc=habetsm.xilinx@gmail.com \
    --cc=hkelam@marvell.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=idosch@nvidia.com \
    --cc=joabreu@synopsys.com \
    --cc=jv@jvosburgh.net \
    --cc=kaloz@openwrt.org \
    --cc=kuba@kernel.org \
    --cc=lars.povlsen@microchip.com \
    --cc=linusw@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mailhol.vincent@wanadoo.fr \
    --cc=manishc@marvell.com \
    --cc=marcin.s.wojtas@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=michael.chan@broadcom.com \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=niklas.soderlund@ragnatech.se \
    --cc=pavan.chebbi@broadcom.com \
    --cc=petrm@nvidia.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=richardcochran@gmail.com \
    --cc=rogerq@kernel.org \
    --cc=s-vadapalli@ti.com \
    --cc=s.shtylyov@omp.ru \
    --cc=salil.mehta@huawei.com \
    --cc=satishkh@cisco.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=shannon.nelson@amd.com \
    --cc=shaojijie@huawei.com \
    --cc=shenwei.wang@nxp.com \
    --cc=skalluru@marvell.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=wei.fang@nxp.com \
    --cc=willemdebruijn.kernel@gmail.com \
    --cc=xiaoning.wang@nxp.com \
    --cc=yisen.zhuang@huawei.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.