Re: [PATCH v2 20/25] net/axgbe: replace mii generic macro for c45 with AXGBE

2024-05-20 Thread Ferruh Yigit
On 5/7/2024 1:43 PM, Venkat Kumar Ande wrote: > The axgbe driver reuses MII_ADDR_C45 for its own purpose. The values > derived with it are never passed to phylib or a linux MDIO bus driver. > In order that MII_ADDR_C45 can be removed, add an AXGBE specific > Last sentences feels like it is not fin

RE: [PATCH v2 20/25] net/axgbe: replace mii generic macro for c45 with AXGBE

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 20/25] net/axgbe: replace mii generic macro

[PATCH v2 20/25] net/axgbe: replace mii generic macro for c45 with AXGBE

2024-05-07 Thread Venkat Kumar Ande
The axgbe driver reuses MII_ADDR_C45 for its own purpose. The values derived with it are never passed to phylib or a linux MDIO bus driver. In order that MII_ADDR_C45 can be removed, add an AXGBE specific Signed-off-by: Venkat Kumar Ande --- drivers/net/axgbe/axgbe_common.h | 4 ++-- drivers/net