From: Sergey Temerkhanov <sergey.temerkhanov@intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org
Subject: [PATCH iwl-next v1 0/2] Implement ixgbe PCI reset
Date: Fri, 10 Jul 2026 10:54:01 +0000 [thread overview]
Message-ID: <20260710105403.1050025-1-sergey.temerkhanov@intel.com> (raw)
This series adds an ability to properly perform PCI level reset
via sysfs to the ixgbe driver.
To achieve this, several operation handlers are refactored to
check whether the netdev is available during the invocation, and
the actual reset handlers are implemented which prepare the device
for the reset and re-initialize it afterwards.
Sergey Temerkhanov (2):
ixgbe: Refactor device operations to check whether netdev is available
ixgbe: Implement PCI reset handler
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 5 +
.../net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c | 13 +-
.../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 34 ++++--
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 20 +++-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 112 ++++++++++++++++--
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 4 +-
6 files changed, 159 insertions(+), 29 deletions(-)
--
2.53.0
next reply other threads:[~2026-07-10 10:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 10:54 Sergey Temerkhanov [this message]
2026-07-10 10:54 ` [PATCH iwl-next v1 1/2] ixgbe: Refactor device operations to check whether netdev is available Sergey Temerkhanov
2026-07-10 10:54 ` [PATCH iwl-next v1 2/2] ixgbe: Implement PCI reset handler Sergey Temerkhanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260710105403.1050025-1-sergey.temerkhanov@intel.com \
--to=sergey.temerkhanov@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox