mbox series

[v2,pci/net,0/3] Fix ENETC probing after 6fffbc7ae137 ("PCI: Honor firmware's device disabled status")

Message ID 20230803135858.2724342-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series Fix ENETC probing after 6fffbc7ae137 ("PCI: Honor firmware's device disabled status") | expand

Message

Vladimir Oltean Aug. 3, 2023, 1:58 p.m. UTC
I'm not sure who should take this patch set (net maintainers or PCI
maintainers). Everyone could pick up just their part, and that would
work (no compile time dependencies). However, the entire series needs
ACK from both sides and Rob for sure.

v1 at:
https://lore.kernel.org/netdev/20230521115141.2384444-1-vladimir.oltean@nxp.com/

Vladimir Oltean (3):
  PCI: move OF status = "disabled" detection to dev->match_driver
  net: enetc: reimplement RFS/RSS memory clearing as PCI quirk
  net: enetc: remove of_device_is_available() handling

 .../net/ethernet/freescale/enetc/enetc_pf.c   | 111 +++++++++++-------
 drivers/pci/bus.c                             |   4 +-
 drivers/pci/of.c                              |   5 -
 3 files changed, 74 insertions(+), 46 deletions(-)

Comments

Simon Horman Aug. 4, 2023, 2:12 p.m. UTC | #1
On Thu, Aug 03, 2023 at 04:58:55PM +0300, Vladimir Oltean wrote:
> I'm not sure who should take this patch set (net maintainers or PCI
> maintainers). Everyone could pick up just their part, and that would
> work (no compile time dependencies). However, the entire series needs
> ACK from both sides and Rob for sure.
> 
> v1 at:
> https://lore.kernel.org/netdev/20230521115141.2384444-1-vladimir.oltean@nxp.com/
> 
> Vladimir Oltean (3):
>   PCI: move OF status = "disabled" detection to dev->match_driver
>   net: enetc: reimplement RFS/RSS memory clearing as PCI quirk
>   net: enetc: remove of_device_is_available() handling

FWIIW, this looks good to me.

For the series,

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Aug. 9, 2023, 8:30 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu,  3 Aug 2023 16:58:55 +0300 you wrote:
> I'm not sure who should take this patch set (net maintainers or PCI
> maintainers). Everyone could pick up just their part, and that would
> work (no compile time dependencies). However, the entire series needs
> ACK from both sides and Rob for sure.
> 
> v1 at:
> https://lore.kernel.org/netdev/20230521115141.2384444-1-vladimir.oltean@nxp.com/
> 
> [...]

Here is the summary with links:
  - [v2,pci/net,1/3] PCI: move OF status = "disabled" detection to dev->match_driver
    https://git.kernel.org/netdev/net/c/1a8c251cff20
  - [v2,pci/net,2/3] net: enetc: reimplement RFS/RSS memory clearing as PCI quirk
    https://git.kernel.org/netdev/net/c/f0168042a212
  - [v2,pci/net,3/3] net: enetc: remove of_device_is_available() handling
    https://git.kernel.org/netdev/net/c/bfce089ddd0e

You are awesome, thank you!