Re: [PATCH net-net] nfp: flower: inform firmware of flower features in the driver

2020-05-13 Thread Jakub Kicinski
On Wed, 13 May 2020 10:17:23 +0200 Simon Horman wrote: > From: Louis Peens > > For backwards compatibility it may be required for the firmware to > disable certain features depending on the features supported by > the host. Combine the host feature bits and firmware feature bits > and write this

[PATCH net-net] nfp: flower: inform firmware of flower features in the driver

2020-05-13 Thread Simon Horman
From: Louis Peens For backwards compatibility it may be required for the firmware to disable certain features depending on the features supported by the host. Combine the host feature bits and firmware feature bits and write this back to the firmware. Signed-off-by: Louis Peens Signed-off-by: S