>>
>> LGTM, Fixes tag should had been first there on patch 4.
>
> Series applied with fixes tag ordering fixed in patch 4.
Thanks Jakub, David,
> You should also perhaps check the return value from
> napi_complete_done() as an optimization for net-next?
Right, thanks, will put that with next n
From: Jakub Kicinski
Date: Fri, 30 Aug 2019 23:28:56 -0700
> On Fri, 30 Aug 2019 12:08:28 +, Igor Russkikh wrote:
>> Here is a set of various bug fixes related to vlan filter offload and
>> two other rare cases.
>
> LGTM, Fixes tag should had been first there on patch 4.
Series applied with
On Fri, 30 Aug 2019 12:08:28 +, Igor Russkikh wrote:
> Here is a set of various bug fixes related to vlan filter offload and
> two other rare cases.
LGTM, Fixes tag should had been first there on patch 4.
You should also perhaps check the return value from
napi_complete_done() as an optimizat
Here is a set of various bug fixes related to vlan filter offload and
two other rare cases.
Dmitry Bogdanov (4):
net: aquantia: fix removal of vlan 0
net: aquantia: fix limit of vlan filters
net: aquantia: reapply vlan filters on up
net: aquantia: fix out of memory condition on rx side
Ig