[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250421174606.3892-1-shannon.nelson@amd.com>
Date: Mon, 21 Apr 2025 10:46:02 -0700
From: Shannon Nelson <shannon.nelson@....com>
To: <andrew+netdev@...n.ch>, <brett.creeley@....com>, <davem@...emloft.net>,
<edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
<michal.swiatkowski@...ux.intel.com>, <horms@...nel.org>,
<jacob.e.keller@...el.com>, <linux-kernel@...r.kernel.org>,
<netdev@...r.kernel.org>
CC: Shannon Nelson <shannon.nelson@....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
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
Powered by blists - more mailing lists