public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] amd-xgbe: add support for P100a platform
@ 2026-03-02  4:44 Raju Rangoju
  2026-03-05 10:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Raju Rangoju @ 2026-03-02  4:44 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, pabeni, kuba, edumazet, davem, andrew+netdev,
	Raju Rangoju

This patch series adds support for the AMD P100a platform featuring
the ethernet controller PCI device ID 0x1122.

The P100a platform uses different register access patterns and speed
encoding compared to previous generation hardware (Yellow Carp,etc.)
Key differences include:

1. Different XPCS window offset calculation due to changed memory mapping
2. 2.5G speed uses XGMII mode (ss=0x06) instead of GMII (ss=0x02)
3. Extended port speed bits (6-bit instead of 5-bit) for 5G support

The series is organized as follows:

Patch 1: Defines macros for MAC version numbers and speed select values
         to replace hardcoded magic numbers

Patch 2: Adds the core P100a platform support with PCI ID,
         register configuration, and version-specific behavior

Tested on AMD P100a platform verifying:
- 10G/2.5G/1G/100M link establishment
- PHY initialization and auto-negotiation
- No register access errors

Raju Rangoju (2):
  amd-xgbe: define macros for MAC versions and speed select values
  amd-xgbe: add support for P100a platform

 drivers/net/ethernet/amd/xgbe/xgbe-common.h |  4 ++-
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c    | 39 +++++++++++++++++----
 drivers/net/ethernet/amd/xgbe/xgbe-pci.c    |  8 +++++
 drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 22 ++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe.h        | 25 ++++++++++++-
 5 files changed, 87 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next 0/2] amd-xgbe: add support for P100a platform
  2026-03-02  4:44 [PATCH net-next 0/2] amd-xgbe: add support for P100a platform Raju Rangoju
@ 2026-03-05 10:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-03-05 10:30 UTC (permalink / raw)
  To: Raju Rangoju
  Cc: netdev, linux-kernel, pabeni, kuba, edumazet, davem,
	andrew+netdev

Hello:

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

On Mon, 2 Mar 2026 10:14:07 +0530 you wrote:
> This patch series adds support for the AMD P100a platform featuring
> the ethernet controller PCI device ID 0x1122.
> 
> The P100a platform uses different register access patterns and speed
> encoding compared to previous generation hardware (Yellow Carp,etc.)
> Key differences include:
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] amd-xgbe: define macros for MAC versions and speed select values
    https://git.kernel.org/netdev/net-next/c/718e1f6dd06e
  - [net-next,2/2] amd-xgbe: add support for P100a platform
    https://git.kernel.org/netdev/net-next/c/ea274bf8529a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-05 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  4:44 [PATCH net-next 0/2] amd-xgbe: add support for P100a platform Raju Rangoju
2026-03-05 10:30 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox