mbox series

[net-next,00/16] RX software timestamp for all - round 3

Message ID 20240906144632.404651-1-gal@nvidia.com (mailing list archive)
Headers show
Series RX software timestamp for all - round 3 | expand

Message

Gal Pressman Sept. 6, 2024, 2:46 p.m. UTC
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/

Thanks,
Gal

Gal Pressman (16):
  bnxt_en: Remove setting of RX software timestamp
  tg3: Remove setting of RX software timestamp
  bonding: Remove setting of RX software timestamp
  amd-xgbe: Remove setting of RX software timestamp
  net: macb: Remove setting of RX software timestamp
  liquidio: Remove setting of RX software timestamp
  net: thunderx: Remove setting of RX software timestamp
  enic: Remove setting of RX software timestamp
  net/funeth: Remove setting of RX software timestamp
  net: mscc: ocelot: Remove setting of RX software timestamp
  qede: Remove setting of RX software timestamp
  sfc: Remove setting of RX software timestamp
  sfc/siena: Remove setting of RX software timestamp
  net: stmmac: Remove setting of RX software timestamp
  ixp4xx_eth: Remove setting of RX software timestamp
  ptp: ptp_ines: Remove setting of RX software timestamp

 drivers/net/bonding/bond_main.c                  |  3 ---
 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c     |  4 ----
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c    |  5 +----
 drivers/net/ethernet/broadcom/tg3.c              |  6 +-----
 drivers/net/ethernet/cadence/macb_main.c         |  5 ++---
 .../net/ethernet/cavium/liquidio/lio_ethtool.c   | 16 +++++++---------
 .../net/ethernet/cavium/thunder/nicvf_ethtool.c  |  2 --
 drivers/net/ethernet/cisco/enic/enic_ethtool.c   |  4 +---
 .../ethernet/fungible/funeth/funeth_ethtool.c    |  5 +----
 drivers/net/ethernet/mscc/ocelot_ptp.c           | 12 ++++--------
 drivers/net/ethernet/qlogic/qede/qede_ptp.c      |  9 +--------
 drivers/net/ethernet/sfc/ethtool.c               |  5 -----
 drivers/net/ethernet/sfc/siena/ethtool.c         |  5 -----
 .../net/ethernet/stmicro/stmmac/stmmac_ethtool.c |  4 ++--
 drivers/net/ethernet/xscale/ixp4xx_eth.c         |  4 +---
 drivers/ptp/ptp_ines.c                           |  4 ----
 16 files changed, 21 insertions(+), 72 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 10, 2024, 12:50 a.m. UTC | #1
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!