[PATCH v4 net 0/4] pds_core: updates and fixes

Shannon Nelson posted 4 patches 8 months ago
drivers/net/ethernet/amd/pds_core/adminq.c  | 36 ++++++++-------------
drivers/net/ethernet/amd/pds_core/auxbus.c  |  3 --
drivers/net/ethernet/amd/pds_core/core.c    |  9 +++---
drivers/net/ethernet/amd/pds_core/core.h    |  4 +--
drivers/net/ethernet/amd/pds_core/devlink.c |  4 +--
5 files changed, 21 insertions(+), 35 deletions(-)
[PATCH v4 net 0/4] pds_core: updates and fixes
Posted by Shannon Nelson 8 months ago
This patchset has fixes for issues seen in recent internal testing
of error conditions and stress handling.

Note that the first patch in this series is a leftover from an
earlier patchset that was abandoned:
Link: https://lore.kernel.org/netdev/20250129004337.36898-2-shannon.nelson@amd.com/

v4:
 - use init/reinit_completion() rather than COMPLETION_INITIALIZER_ONSTACK()
 - use completion_done() to protect from completing timed-out requests

v3:
https://lore.kernel.org/netdev/20250415232931.59693-1-shannon.nelson@amd.com/
 - dropped the kdoc complaint fix, save for later net-next update

v2:
https://lore.kernel.org/netdev/20250411003209.44053-1-shannon.nelson@amd.com/
 - dropped patch 5/6 "adminq poll interval", will send for net-next later
 - updated commit comments and tags

v1:
https://lore.kernel.org/netdev/20250407225113.51850-1-shannon.nelson@amd.com/

Brett Creeley (3):
  pds_core: Prevent possible adminq overflow/stuck condition
  pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
  pds_core: Remove unnecessary check in pds_client_adminq_cmd()

Shannon Nelson (1):
  pds_core: make wait_context part of q_info

 drivers/net/ethernet/amd/pds_core/adminq.c  | 36 ++++++++-------------
 drivers/net/ethernet/amd/pds_core/auxbus.c  |  3 --
 drivers/net/ethernet/amd/pds_core/core.c    |  9 +++---
 drivers/net/ethernet/amd/pds_core/core.h    |  4 +--
 drivers/net/ethernet/amd/pds_core/devlink.c |  4 +--
 5 files changed, 21 insertions(+), 35 deletions(-)

-- 
2.17.1
RE: [PATCH v4 net 0/4] pds_core: updates and fixes
Posted by Keller, Jacob E 8 months ago

> -----Original Message-----
> From: Shannon Nelson <shannon.nelson@amd.com>
> Sent: Monday, April 21, 2025 10:46 AM
> To: andrew+netdev@lunn.ch; brett.creeley@amd.com; davem@davemloft.net;
> Dumazet, Eric <edumazet@google.com>; kuba@kernel.org; pabeni@redhat.com;
> michal.swiatkowski@linux.intel.com; horms@kernel.org; Keller, Jacob E
> <jacob.e.keller@intel.com>; linux-kernel@vger.kernel.org;
> netdev@vger.kernel.org
> Cc: Shannon Nelson <shannon.nelson@amd.com>
> Subject: [PATCH v4 net 0/4] pds_core: updates and fixes
> 
> This patchset has fixes for issues seen in recent internal testing
> of error conditions and stress handling.
> 
> Note that the first patch in this series is a leftover from an
> earlier patchset that was abandoned:
> Link: https://lore.kernel.org/netdev/20250129004337.36898-2-
> shannon.nelson@amd.com/
> 
> v4:
>  - use init/reinit_completion() rather than COMPLETION_INITIALIZER_ONSTACK()
>  - use completion_done() to protect from completing timed-out requests
> 

Just to confirm, everything looks good to me in this revision!

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>