On Sun, Jan 21, 2018 at 3:10 PM, David Miller <da...@davemloft.net> wrote:
> From: Jakub Kicinski <jakub.kicin...@netronome.com>
> Date: Fri, 19 Jan 2018 17:54:08 -0800
>
>> From: Pieter Jansen van Vuuren <pieter.jansenvanvuu...@netronome.com>
>>
>> Previously it was possible to interrupt processing stats updates because
>> they were handled in a work queue. Interrupting the stats updates could
>> lead to a situation where we backup the control message queue. This patch
>> moves the stats update processing out of the work queue to be processed as
>> soon as hardware sends a request.
>>
>> Reported-by: Louis Peens <louis.pe...@netronome.com>
>> Signed-off-by: Pieter Jansen van Vuuren 
>> <pieter.jansenvanvuu...@netronome.com>
>> Reviewed-by: Dirk van der Merwe <dirk.vanderme...@netronome.com>
>> Reviewed-by: Jakub Kicinski <jakub.kicin...@netronome.com>
>
> Applied, thanks Jakub.

Thank you!

> Just a reminder that it really makes things more difficult that one
> can't just go:
>
>         make drivers/net/ethernet/netronome/nfp/flower/cmsg.o
>
> to test a specific NFP object build like one can with pretty much the
> rest of the entire kernel tree.

Oh, thanks for letting me know, I wasn't aware the build system seems
to require a separate Makefile in each directory..  I'll fix it first
thing in the morning!

Reply via email to