Re: [PATCH net-next 2/5] sfc: Handle MCDI proxy authorisation

2015-12-22 Thread David Miller
From: Bert Kenward Date: Fri, 18 Dec 2015 17:09:04 + > +#ifdef DEBUG > + WARN_ON(1); > +#endif Don't do stuff like this. Either the assertion is valid and belongs here, or it doesn't. -- To unsubscribe from this list: send the line "unsubscribe netdev"

[PATCH net-next 2/5] sfc: Handle MCDI proxy authorisation

2015-12-18 Thread Bert Kenward
For unprivileged functions operations can be authorised by an admin function. Extra steps are introduced to the MCDI protocol in this situation - the initial response from the MCDI tells us that the operation has been deferred, and we must retry when told. We then receive an event telling us to