On Sun, 21 Jan 2018 23:53:05 -0800, Jakub Kicinski wrote:
> > 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
>
On Sun, Jan 21, 2018 at 3:10 PM, David Miller wrote:
> From: Jakub Kicinski
> Date: Fri, 19 Jan 2018 17:54:08 -0800
>
>> From: Pieter Jansen van Vuuren
>>
>> Previously it was possible to interrupt processing stats updates because
>> they were handled in a work queue. Interrupting the stats upda
From: Jakub Kicinski
Date: Fri, 19 Jan 2018 17:54:08 -0800
> From: Pieter Jansen van Vuuren
>
> 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 me
From: Pieter Jansen van Vuuren
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 wo