mbox series

[net,v2,0/4,pull,request] Intel Wired LAN Driver Updates 2024-06-25 (ice)

Message ID 20240702171459.2606611-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-06-25 (ice) | expand

Message

Tony Nguyen July 2, 2024, 5:14 p.m. UTC
This series contains updates to ice driver only.

Milena adds disabling of extts events when PTP is disabled.

Jake prevents possible NULL pointer by checking that timestamps are
ready before processing extts events and adds checks for unsupported
PTP pin configuration.

Petr Oros replaces _test_bit() with the correct test_bit() macro.
---
v2:
- Adjusted formatting in "ice: Fix improper extts handling" and
  reworded commit message

v1: https://lore.kernel.org/netdev/20240625170248.199162-1-anthony.l.nguyen@intel.com/

The following are changes since commit 8905a2c7d39b921b8a62bcf80da0f8c45ec0e764:
  Merge branch 'net-txgbe-fix-msi-and-intx-interrupts'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jacob Keller (2):
  ice: Don't process extts if PTP is disabled
  ice: Reject pin requests with unsupported flags

Milena Olech (1):
  ice: Fix improper extts handling

Petr Oros (1):
  ice: use proper macro for testing bit

 drivers/net/ethernet/intel/ice/ice_hwmon.c |   2 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c   | 131 ++++++++++++++++-----
 drivers/net/ethernet/intel/ice/ice_ptp.h   |   9 ++
 3 files changed, 111 insertions(+), 31 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 4, 2024, 2:50 a.m. UTC | #1
Hello:

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

On Tue,  2 Jul 2024 10:14:53 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Milena adds disabling of extts events when PTP is disabled.
> 
> Jake prevents possible NULL pointer by checking that timestamps are
> ready before processing extts events and adds checks for unsupported
> PTP pin configuration.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/4] ice: Fix improper extts handling
    https://git.kernel.org/netdev/net/c/00d3b4f54582
  - [net,v2,2/4] ice: Don't process extts if PTP is disabled
    https://git.kernel.org/netdev/net/c/996422e3230e
  - [net,v2,3/4] ice: Reject pin requests with unsupported flags
    https://git.kernel.org/netdev/net/c/be2a9d12e6da
  - [net,v2,4/4] ice: use proper macro for testing bit
    https://git.kernel.org/netdev/net/c/7829ee78490d

You are awesome, thank you!