From: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org, marcin.szycik@linux.intel.com,
jedrzej.jagielski@intel.com, przemyslaw.kitszel@intel.com,
piotr.kwapulinski@intel.com, anthony.l.nguyen@intel.com,
dawid.osuchowski@intel.com, horms@kernel.org
Subject: [Intel-wired-lan] [iwl-next v2 0/4] ixgbe: support MDD events
Date: Wed, 12 Feb 2025 08:57:20 +0100 [thread overview]
Message-ID: <20250212075724.3352715-1-michal.swiatkowski@linux.intel.com> (raw)
Hi,
This patchset is adding support for MDD (malicious driver detection) for
ixgbe driver. It can catch the error on VF side and reset malicious VF.
An MDD event can be triggered for example by sending from VF a TSO packet
with segment number set to 0.
Add checking for Tx hang in case of MDD is unhandled. It will prevent VF
from staying in Tx hang state.
v1 --> v2: [1]
(All from Simon review, thanks)
* change wqbr variable type in patch 1 to fix -Warray-bounds build
* fix indend to be done by space to follow existing style (patch 3)
* move e_warn() to be in one line because it fit (patch 3)
[1] https://lore.kernel.org/netdev/20250207104343.2791001-1-michal.swiatkowski@linux.intel.com/
Don Skidmore (1):
ixgbe: check for MDD events
Paul Greenwalt (1):
ixgbe: add MDD support
Radoslaw Tyl (1):
ixgbe: turn off MDD while modifying SRRCTL
Slawomir Mrozowicz (1):
ixgbe: add Tx hang detection unhandled MDD
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 5 +
.../net/ethernet/intel/ixgbe/ixgbe_sriov.h | 1 +
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 42 +++-
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.h | 5 +
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 4 +
drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c | 3 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 223 ++++++++++++++++--
.../net/ethernet/intel/ixgbe/ixgbe_sriov.c | 50 ++++
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 120 ++++++++++
9 files changed, 430 insertions(+), 23 deletions(-)
--
2.42.0
next reply other threads:[~2025-02-12 7:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 7:57 Michal Swiatkowski [this message]
2025-02-12 7:57 ` [Intel-wired-lan] [iwl-next v2 1/4] ixgbe: add MDD support Michal Swiatkowski
2025-02-12 8:07 ` Paul Menzel
2025-02-12 12:59 ` Michal Swiatkowski
2025-02-12 13:09 ` Paul Menzel
2025-02-13 6:09 ` Michal Swiatkowski
2025-02-12 7:57 ` [Intel-wired-lan] [iwl-next v2 2/4] ixgbe: check for MDD events Michal Swiatkowski
2025-02-12 7:57 ` [Intel-wired-lan] [iwl-next v2 3/4] ixgbe: add Tx hang detection unhandled MDD Michal Swiatkowski
2025-02-12 7:57 ` [Intel-wired-lan] [iwl-next v2 4/4] ixgbe: turn off MDD while modifying SRRCTL Michal Swiatkowski
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=20250212075724.3352715-1-michal.swiatkowski@linux.intel.com \
--to=michal.swiatkowski@linux.intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=dawid.osuchowski@intel.com \
--cc=horms@kernel.org \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jedrzej.jagielski@intel.com \
--cc=marcin.szycik@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=piotr.kwapulinski@intel.com \
--cc=przemyslaw.kitszel@intel.com \
/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