RE: [PATCH v2 19/25] net/axgbe: separate C22 and C45 transactions

2024-05-20 Thread Sebastian, Selwin
[AMD Official Use Only - AMD Internal Distribution Only] Acked-by: Selwin Sebastian -Original Message- From: Ande, Venkat Kumar Sent: Tuesday, May 7, 2024 6:13 PM To: dev@dpdk.org Cc: Sebastian, Selwin ; Ande, Venkat Kumar Subject: [PATCH v2 19/25] net/axgbe: separate C22 and C45

[PATCH v2 19/25] net/axgbe: separate C22 and C45 transactions

2024-05-07 Thread Venkat Kumar Ande
The xgbe MDIO bus driver can perform both C22 and C45 transfers, when using its MDIO bus hardware. The SFP I2C mdio bus driver only supports C22. Create separate functions for each and register the C45 versions using the new API calls where appropriate. Signed-off-by: Venkat Kumar Ande --- drive