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

Message ID 20240202195911.65338-1-brett.creeley@amd.com
Headers
Series pds_core: Various improvements/cleanups |

Message

Brett Creeley Feb. 2, 2024, 7:59 p.m. UTC
  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(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 6, 2024, 12:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 2 Feb 2024 11:59:07 -0800 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] pds_core: Don't assign interrupt index/bound_intr to notifyq
    https://git.kernel.org/netdev/net-next/c/02daffa903e6
  - [net-next,2/4] pds_core: Unmask adminq interrupt in work thread
    https://git.kernel.org/netdev/net-next/c/bca10f2c2518
  - [net-next,3/4] pds_core: Fix up some minor issues
    https://git.kernel.org/netdev/net-next/c/247c4ed03321
  - [net-next,4/4] pds_core: Clean up init/uninit flows to be more readable
    https://git.kernel.org/netdev/net-next/c/792d36ccc163

You are awesome, thank you!