linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg
@ 2025-05-01 19:49 Dave Marquardt
  2025-05-01 19:49 ` [PATCH v4 1/3] net: ibmveth: Indented struct ibmveth_adapter correctly Dave Marquardt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dave Marquardt @ 2025-05-01 19:49 UTC (permalink / raw)
  To: netdev; +Cc: linuxppc-dev, michal.swiatkowski, horms, kuba, Dave Marquardt

- 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-06  8:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-01 19:49 [PATCH v4 0/3] net: ibmveth: Make ibmveth use new reset function and new KUnit testsg Dave Marquardt
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).