Re: [PATCH v2 093/148] net/ice/base: allow different FW API versions based on MAC type

2024-06-20 Thread Bruce Richardson
On Wed, Jun 12, 2024 at 04:01:27PM +0100, Anatoly Burakov wrote: > From: Ian Stokes > > Allow the driver to be compatible with different FW API versions based > on the device's MAC type. Currently, E810 is only compatible with one > FW API version. Now the driver can be compatible with different

[PATCH v2 093/148] net/ice/base: allow different FW API versions based on MAC type

2024-06-12 Thread Anatoly Burakov
From: Ian Stokes Allow the driver to be compatible with different FW API versions based on the device's MAC type. Currently, E810 is only compatible with one FW API version. Now the driver can be compatible with different FW API versions for both E810 and E830. Signed-off-by: Dan Nowlin Signed-