Re: [PATCH net-next] liquidio: fix tx completions in napi poll

2017-03-22 Thread David Miller
From: Felix Manlunas Date: Wed, 22 Mar 2017 11:54:50 -0700 > From: VSR Burru > > If there are no egress packets pending, then don't look for tx completions > in napi poll. Also, fix broken tx queue wakeup logic. > > Signed-off-by:

[PATCH net-next] liquidio: fix tx completions in napi poll

2017-03-22 Thread Felix Manlunas
From: VSR Burru If there are no egress packets pending, then don't look for tx completions in napi poll. Also, fix broken tx queue wakeup logic. Signed-off-by: VSR Burru Signed-off-by: Felix Manlunas