[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221215225049.508812-1-mschmidt@redhat.com>
Date: Thu, 15 Dec 2022 23:50:47 +0100
From: Michal Schmidt <mschmidt@...hat.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: Ivan Vecera <ivecera@...hat.com>, netdev@...r.kernel.org,
Mateusz Palczewski <mateusz.palczewski@...el.com>,
Patryk Piotrowski <patryk.piotrowski@...el.com>
Subject: [PATCH net v2 0/2] iavf: fix temporary deadlock and failure to set MAC address
This fixes an issue where setting the MAC address on iavf runs into a
timeout and fails with EAGAIN.
Changes in v2:
- Removed unused 'ret' variable in patch 1.
- Added patch 2 to fix another cause of the same timeout.
Michal Schmidt (2):
iavf: fix temporary deadlock and failure to set MAC address
iavf: avoid taking rtnl_lock in adminq_task
drivers/net/ethernet/intel/iavf/iavf.h | 4 +-
.../net/ethernet/intel/iavf/iavf_ethtool.c | 10 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 135 ++++++++++--------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 8 +-
4 files changed, 86 insertions(+), 71 deletions(-)
--
2.37.2
Powered by blists - more mailing lists