Re: [PATCH v2 084/148] net/ice/base: add function to read SDP section from NVM

2024-06-20 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:01:18PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Add API and definitions related to reading SDP section from NVM, related to > PTP > pins assignment. > Not familiar with the acronym here, so checked datasheet: SDP == Software Definable Pin??? /Bruce

[PATCH v2 084/148] net/ice/base: add function to read SDP section from NVM

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Add API and definitions related to reading SDP section from NVM, related to PTP pins assignment. Signed-off-by: Tomaszx Wakula Signed-off-by: Ian Stokes --- drivers/net/ice/base/ice_adminq_cmd.h | 23 +++ drivers/net/ice/base/ice_ptp_hw.c | 87