Re: [PATCH net-next] liquidio: fix for iq and droq cnts going negative

2017-02-01 Thread David Miller
From: Felix Manlunas Date: Tue, 31 Jan 2017 13:04:42 -0800 > From: Satanand Burla > > Flush the mmio writes before releasing spin locks. > if the maintained counts get too high > 2M force > writeback of the counts to clear them > >

[PATCH net-next] liquidio: fix for iq and droq cnts going negative

2017-01-31 Thread Felix Manlunas
From: Satanand Burla Flush the mmio writes before releasing spin locks. if the maintained counts get too high > 2M force writeback of the counts to clear them Signed-off-by: Satanand Burla Signed-off-by: Felix Manlunas