[PATCH net-next 0/4] pds_core: Various improvements/cleanups

Brett Creeley posted 4 patches 2 years ago
drivers/net/ethernet/amd/pds_core/adminq.c  | 10 +--
drivers/net/ethernet/amd/pds_core/core.c    | 92 ++++++++++-----------
drivers/net/ethernet/amd/pds_core/core.h    |  1 +
drivers/net/ethernet/amd/pds_core/debugfs.c |  8 +-
drivers/net/ethernet/amd/pds_core/dev.c     | 22 ++++-
5 files changed, 71 insertions(+), 62 deletions(-)
[PATCH net-next 0/4] pds_core: Various improvements/cleanups
Posted by Brett Creeley 2 years ago
This series contains various improvements and cleanups for the
pds_core driver. These patches were originally part of the following
net-next series:

https://lore.kernel.org/netdev/20240126174255.17052-1-brett.creeley@amd.com/

However, some of the patches from the above series were actually fixes,
so they were pushed and accepted to net. That series can be found here:

https://lore.kernel.org/netdev/20240129234035.69802-1-brett.creeley@amd.com/

Also, the Reviewed-by tags were left in place from the original net-next
reviews as the patches didn't change.

Brett Creeley (4):
  pds_core: Don't assign interrupt index/bound_intr to notifyq
  pds_core: Unmask adminq interrupt in work thread
  pds_core: Fix up some minor issues
  pds_core: Clean up init/uninit flows to be more readable

 drivers/net/ethernet/amd/pds_core/adminq.c  | 10 +--
 drivers/net/ethernet/amd/pds_core/core.c    | 92 ++++++++++-----------
 drivers/net/ethernet/amd/pds_core/core.h    |  1 +
 drivers/net/ethernet/amd/pds_core/debugfs.c |  8 +-
 drivers/net/ethernet/amd/pds_core/dev.c     | 22 ++++-
 5 files changed, 71 insertions(+), 62 deletions(-)

-- 
2.17.1