public inbox for netdev@vger.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 00/16] RX software timestamp for all - round 3
Date: Tue, 10 Sep 2024 00:50:37 +0000	[thread overview]
Message-ID: <172592943750.3971140.14564404354512599487.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240906144632.404651-1-gal@nvidia.com>

Hello:

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

On Fri, 6 Sep 2024 17:46:16 +0300 you wrote:
> Rounds 1 & 2 of drivers conversion were merged [1][2], this round will
> complete the work.
> I know the series is more than 15 patches, but I didn't want to have a
> 4th round for a single patch.
> 
> [1] https://lore.kernel.org/netdev/20240901112803.212753-1-gal@nvidia.com/
> [2] https://lore.kernel.org/netdev/20240904074922.256275-1-gal@nvidia.com/
> 
> [...]

Here is the summary with links:
  - [net-next,01/16] bnxt_en: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/3fc85527b08c
  - [net-next,02/16] tg3: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/0644646d91b2
  - [net-next,03/16] bonding: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/1db368a04066
  - [net-next,04/16] amd-xgbe: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/18eb4d0440d8
  - [net-next,05/16] net: macb: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/a8fe0c07f56c
  - [net-next,06/16] liquidio: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/441d0a79c950
  - [net-next,07/16] net: thunderx: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/fedc2e795fd5
  - [net-next,08/16] enic: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/e4e0145ac5ac
  - [net-next,09/16] net/funeth: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/6cba6812a335
  - [net-next,10/16] net: mscc: ocelot: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/0de3c713e9b8
  - [net-next,11/16] qede: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/36d84998da9f
  - [net-next,12/16] sfc: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/9d02e6c95139
  - [net-next,13/16] sfc/siena: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/4c00bb4c519b
  - [net-next,14/16] net: stmmac: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/9364fa7fcf12
  - [net-next,15/16] ixp4xx_eth: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/d25e9e178c2a
  - [net-next,16/16] ptp: ptp_ines: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/f8e82440d959

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-10  0:50 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-06 14:46 [PATCH net-next 00/16] RX software timestamp for all - round 3 Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 01/16] bnxt_en: Remove setting of RX software timestamp Gal Pressman
2024-09-07 18:08   ` Michael Chan
2024-09-08  7:53   ` Pavan Chebbi
2024-09-06 14:46 ` [PATCH net-next 02/16] tg3: " Gal Pressman
2024-09-07 18:13   ` Michael Chan
2024-09-08  7:52   ` Pavan Chebbi
2024-09-06 14:46 ` [PATCH net-next 03/16] bonding: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 04/16] amd-xgbe: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 05/16] net: macb: " Gal Pressman
2024-09-09  7:00   ` Nicolas Ferre
2024-09-06 14:46 ` [PATCH net-next 06/16] liquidio: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 07/16] net: thunderx: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 08/16] enic: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 09/16] net/funeth: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 10/16] net: mscc: ocelot: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 11/16] qede: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 12/16] sfc: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 13/16] sfc/siena: " Gal Pressman
2024-09-06 14:46 ` [PATCH net-next 14/16] net: stmmac: " Gal Pressman
2024-09-10  0:48   ` Jakub Kicinski
2024-09-06 14:46 ` [PATCH net-next 15/16] ixp4xx_eth: " Gal Pressman
2024-09-07  5:48   ` Richard Cochran
2024-09-07 19:10   ` Linus Walleij
2024-09-06 14:46 ` [PATCH net-next 16/16] ptp: ptp_ines: " Gal Pressman
2024-09-10  0:50 ` 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=172592943750.3971140.14564404354512599487.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=Shyam-sundar.S-k@amd$(echo .)com \
    --cc=Steen.Hegelund@microchip$(echo .)com \
    --cc=UNGLinuxDriver@microchip$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=alexandre.torgue@foss$(echo .)st.com \
    --cc=andy@greyhouse$(echo .)net \
    --cc=anthony.l.nguyen@intel$(echo .)com \
    --cc=benve@cisco$(echo .)com \
    --cc=bharat@chelsio$(echo .)com \
    --cc=brett.creeley@amd$(echo .)com \
    --cc=bryan.whitehead@microchip$(echo .)com \
    --cc=claudiu.beznea@tuxon$(echo .)dev \
    --cc=claudiu.manoil@nxp$(echo .)com \
    --cc=daniel.machon@microchip$(echo .)com \
    --cc=danishanwar@ti$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=dmichail@fungible$(echo .)com \
    --cc=ecree.xilinx@gmail$(echo .)com \
    --cc=gakula@marvell$(echo .)com \
    --cc=gal@nvidia$(echo .)com \
    --cc=habetsm.xilinx@gmail$(echo .)com \
    --cc=hkelam@marvell$(echo .)com \
    --cc=horatiu.vultur@microchip$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=joabreu@synopsys$(echo .)com \
    --cc=jv@jvosburgh$(echo .)net \
    --cc=kaloz@openwrt$(echo .)org \
    --cc=kuba@kernel$(echo .)org \
    --cc=lars.povlsen@microchip$(echo .)com \
    --cc=linusw@kernel$(echo .)org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=mailhol.vincent@wanadoo$(echo .)fr \
    --cc=manishc@marvell$(echo .)com \
    --cc=marcin.s.wojtas@gmail$(echo .)com \
    --cc=mcoquelin.stm32@gmail$(echo .)com \
    --cc=michael.chan@broadcom$(echo .)com \
    --cc=mkl@pengutronix$(echo .)de \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=nicolas.ferre@microchip$(echo .)com \
    --cc=niklas.soderlund@ragnatech$(echo .)se \
    --cc=pavan.chebbi@broadcom$(echo .)com \
    --cc=petrm@nvidia$(echo .)com \
    --cc=przemyslaw.kitszel@intel$(echo .)com \
    --cc=richardcochran@gmail$(echo .)com \
    --cc=rogerq@kernel$(echo .)org \
    --cc=s-vadapalli@ti$(echo .)com \
    --cc=s.shtylyov@omp$(echo .)ru \
    --cc=salil.mehta@huawei$(echo .)com \
    --cc=satishkh@cisco$(echo .)com \
    --cc=sbhatta@marvell$(echo .)com \
    --cc=sgoutham@marvell$(echo .)com \
    --cc=shannon.nelson@amd$(echo .)com \
    --cc=shaojijie@huawei$(echo .)com \
    --cc=shenwei.wang@nxp$(echo .)com \
    --cc=skalluru@marvell$(echo .)com \
    --cc=vladimir.oltean@nxp$(echo .)com \
    --cc=wei.fang@nxp$(echo .)com \
    --cc=willemdebruijn.kernel@gmail$(echo .)com \
    --cc=xiaoning.wang@nxp$(echo .)com \
    --cc=yisen.zhuang@huawei$(echo .)com \
    --cc=yoshihiro.shimoda.uh@renesas$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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