From: Dave Marquardt <davemarq@linux.ibm.com>
To: netdev@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org,
	michal.swiatkowski@linux.intel.com, horms@kernel.org,
	kuba@kernel.org, Dave Marquardt <davemarq@linux.ibm.com>
Subject: [PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg
Date: Thu,  1 May 2025 14:49:41 -0500	[thread overview]
Message-ID: <20250501194944.283729-1-davemarq@linux.ibm.com> (raw)

- Fixed struct ibmveth_adapter indentation
- Made ibmveth driver use WARN_ON with recovery rather than BUG_ON. Some
  recovery code schedules a reset through new function ibmveth_reset. Also
  removed a conflicting and unneeded forward declaration.
- Added KUnit tests for some areas changed by the WARN_ON changes.

Changes:
v4: Addressed Jakub Kicinski's review comment: added missing work
queue cancel in ibmveth_remove
v3: Addressed Simon Horman's review comments
- Reworded commit message for ibmveth_reset and WARN_ON changes
- Fixed broken kernel-doc comments
- Fixed struct ibmveth_adapter as a separate patch before ibmveth_reset
  and WARN_ON changes
v2: Addressed Michal Swiatkowski's review comments
- Split into multiple patches
- Used a more descriptive label

Dave Marquardt (3):
  net: ibmveth: Indented struct ibmveth_adapter correctly
  net: ibmveth: Reset the adapter when unexpected states are detected
  net: ibmveth: added KUnit tests for some buffer pool functions

 drivers/net/ethernet/ibm/Kconfig   |  13 ++
 drivers/net/ethernet/ibm/ibmveth.c | 247 ++++++++++++++++++++++++++---
 drivers/net/ethernet/ibm/ibmveth.h |  65 ++++----
 3 files changed, 274 insertions(+), 51 deletions(-)

-- 
2.49.0


             reply	other threads:[~2025-05-01 19:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-01 19:49 Dave Marquardt [this message]
2025-05-01 19:49 ` [PATCH v4 1/3] net: ibmveth: Indented struct ibmveth_adapter correctly Dave Marquardt
2025-05-01 19:49 ` [PATCH v4 2/3] net: ibmveth: Reset the adapter when unexpected states are detected Dave Marquardt
2025-05-01 19:49 ` [PATCH v4 3/3] net: ibmveth: added KUnit tests for some buffer pool functions Dave Marquardt
2025-05-06  8:50 ` [PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg patchwork-bot+netdevbpf

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=20250501194944.283729-1-davemarq@linux.ibm.com \
    --to=davemarq@linux.ibm.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michal.swiatkowski@linux.intel.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.