Re: [PATCH net 0/5] net: aquantia: fixes on vlan filters and other conditions

2019-09-02 Thread Igor Russkikh
>> >> 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

Re: [PATCH net 0/5] net: aquantia: fixes on vlan filters and other conditions

2019-08-31 Thread David Miller
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

Re: [PATCH net 0/5] net: aquantia: fixes on vlan filters and other conditions

2019-08-30 Thread Jakub Kicinski
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

[PATCH net 0/5] net: aquantia: fixes on vlan filters and other conditions

2019-08-30 Thread Igor Russkikh
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