Re: [PATCH v2 4/5] net: hpe: Add GXP UMAC Driver
From: Andrew Lunn
Date: Wed Aug 09 2023 - 21:54:56 EST
> After discussing with the ASIC team:
> The vendor IP in our ASIC performs a parallel GMII to serial SGMII
Which vendor ? Is it the Synopsys DesignWare XPCS? If so, take a look
at drivers/net/pcs/pcs-xpcs.c. You will want to use that code.
If it is a different vendor, you can probably still use bits of that
code to implement a driver for the vendor IP.
Andrew