[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230120211036.430946-1-anthony.l.nguyen@intel.com>
Date: Fri, 20 Jan 2023 13:10:33 -0800
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 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-20 (iavf)
This series contains updates to iavf driver only.
Michal Schmidt converts single iavf workqueue to per adapter to avoid
deadlock issues.
Marcin moves setting of VLAN related netdev features to watchdog task to
avoid RTNL deadlock.
Stefan Assmann schedules immediate watchdog task execution on changing
primary MAC to avoid excessive delay.
The following are changes since commit 45a919bbb21c642e0c34dac483d1e003560159dc:
Revert "Merge branch 'octeontx2-af-CPT'"
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE
Marcin Szycik (1):
iavf: Move netdev_update_features() into watchdog task
Michal Schmidt (1):
iavf: fix temporary deadlock and failure to set MAC address
Stefan Assmann (1):
iavf: schedule watchdog immediately when changing primary MAC
drivers/net/ethernet/intel/iavf/iavf.h | 2 +-
.../net/ethernet/intel/iavf/iavf_ethtool.c | 10 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 113 ++++++++----------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 10 +-
4 files changed, 66 insertions(+), 69 deletions(-)
--
2.38.1
Powered by blists - more mailing lists