Re: [PATCH net-next] nfp: flower: prioritize stats updates

2018-01-22 Thread Jakub Kicinski
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 >

Re: [PATCH net-next] nfp: flower: prioritize stats updates

2018-01-21 Thread Jakub Kicinski
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

Re: [PATCH net-next] nfp: flower: prioritize stats updates

2018-01-21 Thread David Miller
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

[PATCH net-next] nfp: flower: prioritize stats updates

2018-01-19 Thread Jakub Kicinski
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