mbox series

[net-next,0/4,pull,request] 100GbE Intel Wired LAN Driver Updates 2022-03-16

Message ID 20220316204024.3201500-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series 100GbE Intel Wired LAN Driver Updates 2022-03-16 | expand

Message

Tony Nguyen March 16, 2022, 8:40 p.m. UTC
This series contains updates to gtp and ice driver.

Wojciech fixes smatch reported inconsistent indenting for gtp and ice.

Yang Yingliang fixes a couple of return value checks for GNSS to IS_PTR
instead of null.

Jacob adds support for trace events on tx timestamps.

The following are changes since commit 49045b9c810cd9b4ac5f8f235ad8ef17553a00fa:
  Merge branch 'mediatek-next'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Jacob Keller (1):
  ice: add trace events for tx timestamps

Wojciech Drewek (2):
  gtp: Fix inconsistent indenting
  ice: Fix inconsistent indenting in ice_switch

Yang Yingliang (1):
  ice: fix return value check in ice_gnss.c

 drivers/net/ethernet/intel/ice/ice_gnss.c   |  4 ++--
 drivers/net/ethernet/intel/ice/ice_ptp.c    |  8 +++++++
 drivers/net/ethernet/intel/ice/ice_switch.c |  2 +-
 drivers/net/ethernet/intel/ice/ice_trace.h  | 24 +++++++++++++++++++++
 drivers/net/gtp.c                           |  2 +-
 5 files changed, 36 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 17, 2022, 11:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Wed, 16 Mar 2022 13:40:20 -0700 you wrote:
> This series contains updates to gtp and ice driver.
> 
> Wojciech fixes smatch reported inconsistent indenting for gtp and ice.
> 
> Yang Yingliang fixes a couple of return value checks for GNSS to IS_PTR
> instead of null.
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] gtp: Fix inconsistent indenting
    https://git.kernel.org/netdev/net-next/c/02f393381d14
  - [net-next,2/4] ice: Fix inconsistent indenting in ice_switch
    https://git.kernel.org/netdev/net-next/c/2bcd5b9f357d
  - [net-next,3/4] ice: fix return value check in ice_gnss.c
    https://git.kernel.org/netdev/net-next/c/2b1d0a242a00
  - [net-next,4/4] ice: add trace events for tx timestamps
    https://git.kernel.org/netdev/net-next/c/4c1202189e35

You are awesome, thank you!