[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220906211302.3501186-1-anthony.l.nguyen@intel.com>
Date: Tue, 6 Sep 2022 14:12:57 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/5][pull request] Intel Wired LAN Driver Updates 2022-09-06 (ice)
This series contains updates to ice driver only.
Tony reduces device MSI-X request/usage when entire request can't be fulfilled.
Michal adds check for reset when waiting for PTP offsets.
Paul refactors firmware version checks to use a common helper.
Christophe Jaillet changes a couple of local memory allocation to not
use the devm variant.
The following are changes since commit 03fdb11da92fde0bdc0b6e9c1c642b7414d49e8d:
net: moxa: fix endianness-related issues from 'sparse'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE
Christophe JAILLET (2):
ice: switch: Simplify memory allocation
ice: Simplify memory allocation in ice_sched_init_port()
Michal Michalik (1):
ice: Check if reset in progress while waiting for offsets
Paul Greenwalt (1):
ice: add helper function to check FW API version
Tony Nguyen (1):
ice: Allow operation with reduced device MSI-X
drivers/net/ethernet/intel/ice/ice_common.c | 57 +++---
drivers/net/ethernet/intel/ice/ice_main.c | 185 +++++++++++---------
drivers/net/ethernet/intel/ice/ice_ptp.c | 3 +
drivers/net/ethernet/intel/ice/ice_sched.c | 4 +-
drivers/net/ethernet/intel/ice/ice_switch.c | 6 +-
5 files changed, 136 insertions(+), 119 deletions(-)
--
2.35.1
Powered by blists - more mailing lists