Re: [PATCH net-next 2/7] net: marvell: prestera: disable events interrupt while handling

From: Vadym Kochan
Date: Fri Feb 05 2021 - 06:32:08 EST


Hi Jakub,

On Thu, Feb 04, 2021 at 09:10:12PM -0800, Jakub Kicinski wrote:
> On Wed, 3 Feb 2021 18:54:53 +0200 Vadym Kochan wrote:
> > There are change in firmware which requires that receiver will
> > disable event interrupts before handling them and enable them
> > after finish with handling. Events still may come into the queue
> > but without receiver interruption.
>
> Sounds like you should do a major version bump for this.
>
> Old driver will not work correctly with new FW.

Right, the old driver version should fail with new fw version.

Thanks, I will re-send new fw version.