All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2021-06-25
@ 2021-06-25 18:57 Tony Nguyen
  2021-06-25 18:57 ` [PATCH net-next 1/5] ice: add tracepoints Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Tony Nguyen @ 2021-06-25 18:57 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Jesse adds support for tracepoints to aide in debugging.

Maciej adds support for PTP auxiliary pin support.

Victor removes the VSI info from the old aggregator when moving the VSI
to another aggregator.

Tony removes an unnecessary VSI assignment.

Christophe Jaillet fixes a memory leak for failed allocation in
ice_pf_dcb_cfg().

The following are changes since commit 19938bafa7ae8fc0a4a2c1c1430abb1a04668da1:
  net: bcmgenet: Add mdio-bcm-unimac soft dependency
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Christophe JAILLET (1):
  ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'

Jesse Brandeburg (1):
  ice: add tracepoints

Maciej Machnikowski (1):
  ice: add support for auxiliary input/output pins

Tony Nguyen (1):
  ice: remove unnecessary VSI assignment

Victor Raj (1):
  ice: remove the VSI info from previous agg

 drivers/net/ethernet/intel/ice/ice_dcb_lib.c  |   6 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |  18 ++
 drivers/net/ethernet/intel/ice/ice_main.c     |  20 ++
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 293 ++++++++++++++++++
 drivers/net/ethernet/intel/ice/ice_ptp.h      |  43 +++
 drivers/net/ethernet/intel/ice/ice_sched.c    |  24 +-
 drivers/net/ethernet/intel/ice/ice_trace.h    | 232 ++++++++++++++
 drivers/net/ethernet/intel/ice/ice_txrx.c     |   9 +
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  |   1 -
 9 files changed, 641 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/ice/ice_trace.h

-- 
2.26.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-06-29 19:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 18:57 [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2021-06-25 Tony Nguyen
2021-06-25 18:57 ` [PATCH net-next 1/5] ice: add tracepoints Tony Nguyen
2021-06-25 18:57 ` [PATCH net-next 2/5] ice: add support for auxiliary input/output pins Tony Nguyen
2021-06-26 14:02   ` Richard Cochran
2021-06-28 22:45     ` Keller, Jacob E
2021-06-29 19:28       ` Keller, Jacob E
2021-06-29 19:32         ` Keller, Jacob E
2021-06-25 18:57 ` [PATCH net-next 3/5] ice: remove the VSI info from previous agg Tony Nguyen
2021-06-25 18:57 ` [PATCH net-next 4/5] ice: remove unnecessary VSI assignment Tony Nguyen
2021-06-25 18:57 ` [PATCH net-next 5/5] ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()' Tony Nguyen
2021-06-25 19:10 ` [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2021-06-25 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.