mbox series

[net-next,V1,0/5] net: lan743x: PCI11010 / PCI11414 devices Enhancements

Message ID 20220212155315.340359-1-Raju.Lakkaraju@microchip.com (mailing list archive)
Headers show
Series net: lan743x: PCI11010 / PCI11414 devices Enhancements | expand

Message

Raju Lakkaraju - I30499 Feb. 12, 2022, 3:53 p.m. UTC
This patch series adds support of the Ethernet function of the PCI11010 / PCI11414 devices to the LAN743x driver.
The PCI1xxxx family of devices consists of a PCIe switch with a variety of embedded PCI endpoints on its downstream ports.
The PCI11010 / PCI11414 devices include an Ethernet 10/100/1000/2500 function as one of those embedded endpoints.

Raju Lakkaraju (5):
  net: lan743x: Add PCI11010 / PCI11414 device IDs
  net: lan743x: Add support for 4 Tx queues
  net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion
    timers to 10
  net: lan743x: Add support for SGMII interface
  net: lan743x: Add support for Clause-45 MDIO PHY management

 drivers/net/ethernet/microchip/lan743x_main.c | 274 ++++++++++++++++--
 drivers/net/ethernet/microchip/lan743x_main.h |  62 +++-
 drivers/net/ethernet/microchip/lan743x_ptp.c  |   8 +-
 3 files changed, 305 insertions(+), 39 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 13, 2022, 12:20 p.m. UTC | #1
Hello:

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

On Sat, 12 Feb 2022 21:23:10 +0530 you wrote:
> This patch series adds support of the Ethernet function of the PCI11010 / PCI11414 devices to the LAN743x driver.
> The PCI1xxxx family of devices consists of a PCIe switch with a variety of embedded PCI endpoints on its downstream ports.
> The PCI11010 / PCI11414 devices include an Ethernet 10/100/1000/2500 function as one of those embedded endpoints.
> 
> Raju Lakkaraju (5):
>   net: lan743x: Add PCI11010 / PCI11414 device IDs
>   net: lan743x: Add support for 4 Tx queues
>   net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion
>     timers to 10
>   net: lan743x: Add support for SGMII interface
>   net: lan743x: Add support for Clause-45 MDIO PHY management
> 
> [...]

Here is the summary with links:
  - [net-next,V1,1/5] net: lan743x: Add PCI11010 / PCI11414 device IDs
    https://git.kernel.org/netdev/net-next/c/bb4f6bffe33c
  - [net-next,V1,2/5] net: lan743x: Add support for 4 Tx queues
    https://git.kernel.org/netdev/net-next/c/cf9aaea8e55b
  - [net-next,V1,3/5] net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10
    https://git.kernel.org/netdev/net-next/c/ac16b6eb39d6
  - [net-next,V1,4/5] net: lan743x: Add support for SGMII interface
    https://git.kernel.org/netdev/net-next/c/a46d9d37c4f4
  - [net-next,V1,5/5] net: lan743x: Add support for Clause-45 MDIO PHY management
    https://git.kernel.org/netdev/net-next/c/a2ab95a31352

You are awesome, thank you!