mbox series

[net-next,00/15] RX software timestamp for all - round 2

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

Message

Gal Pressman Sept. 4, 2024, 7:49 a.m. UTC
Round 1 of drivers conversion was merged [1], this is round 2, more
drivers to follow.

[1] https://lore.kernel.org/netdev/20240901112803.212753-1-gal@nvidia.com/

Thanks,
Gal

Gal Pressman (15):
  lan743x: Remove setting of RX software timestamp
  net: lan966x: Remove setting of RX software timestamp
  net: sparx5: Remove setting of RX software timestamp
  mlxsw: spectrum: Remove setting of RX software timestamp
  net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software
    timestamp
  net: ethernet: ti: cpsw_ethtool: Remove setting of RX software
    timestamp
  net: ti: icssg-prueth: Remove setting of RX software timestamp
  net: netcp: Remove setting of RX software timestamp
  i40e: Remove setting of RX software timestamp
  ice: Remove setting of RX software timestamp
  igb: Remove setting of RX software timestamp
  igc: Remove setting of RX software timestamp
  ixgbe: Remove setting of RX software timestamp
  cxgb4: Remove setting of RX software timestamp
  bnx2x: Remove setting of RX software timestamp

 .../ethernet/broadcom/bnx2x/bnx2x_ethtool.c   |  4 ----
 .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c    | 11 +++-------
 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  4 ----
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  2 --
 drivers/net/ethernet/intel/igb/igb_ethtool.c  |  8 +-------
 drivers/net/ethernet/intel/igc/igc_ethtool.c  |  4 ----
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  4 ----
 .../net/ethernet/mellanox/mlxsw/spectrum.c    |  6 ++++++
 .../ethernet/mellanox/mlxsw/spectrum_ptp.h    | 20 -------------------
 .../net/ethernet/microchip/lan743x_ethtool.c  |  4 ----
 .../microchip/lan966x/lan966x_ethtool.c       | 11 ++++------
 .../microchip/sparx5/sparx5_ethtool.c         | 11 ++++------
 drivers/net/ethernet/ti/am65-cpsw-ethtool.c   |  2 --
 drivers/net/ethernet/ti/cpsw_ethtool.c        |  7 +------
 drivers/net/ethernet/ti/icssg/icssg_ethtool.c |  2 --
 drivers/net/ethernet/ti/netcp_ethss.c         |  7 +------
 16 files changed, 20 insertions(+), 87 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 6, 2024, 8:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 4 Sep 2024 10:49:07 +0300 you wrote:
> Round 1 of drivers conversion was merged [1], this is round 2, more
> drivers to follow.
> 
> [1] https://lore.kernel.org/netdev/20240901112803.212753-1-gal@nvidia.com/
> 
> Thanks,
> Gal
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] lan743x: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/b9c4d16e2a47
  - [net-next,02/15] net: lan966x: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/f592435d132c
  - [net-next,03/15] net: sparx5: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/35461b6d5802
  - [net-next,04/15] mlxsw: spectrum: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/8a26d9471766
  - [net-next,05/15] net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/f40a3712ef1b
  - [net-next,06/15] net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/c76e2f40b7d9
  - [net-next,07/15] net: ti: icssg-prueth: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/c5dbb6aeefbd
  - [net-next,08/15] net: netcp: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/f9b74d602ee3
  - [net-next,09/15] i40e: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/5df20ce03ef4
  - [net-next,10/15] ice: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/6aebd824f45a
  - [net-next,11/15] igb: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/638effa35d68
  - [net-next,12/15] igc: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/29d2e49a62c1
  - [net-next,13/15] ixgbe: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/12283fad6d2e
  - [net-next,14/15] cxgb4: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/4c6d910e0254
  - [net-next,15/15] bnx2x: Remove setting of RX software timestamp
    https://git.kernel.org/netdev/net-next/c/26f74155df44

You are awesome, thank you!