Re: [PATCH net-next] liquidio: simplify octeon_flush_iq()

2017-01-08 Thread David Miller
From: Felix Manlunas Date: Fri, 6 Jan 2017 17:16:12 -0800 > From: Derek Chickles > > Because every call to octeon_flush_iq() has a hardcoded 1 for the > pending_thresh argument, simplify that function by removing that argument. > This

[PATCH net-next] liquidio: simplify octeon_flush_iq()

2017-01-06 Thread Felix Manlunas
From: Derek Chickles Because every call to octeon_flush_iq() has a hardcoded 1 for the pending_thresh argument, simplify that function by removing that argument. This avoids one atomic read as well. Signed-off-by: Derek Chickles