From: Igor Russkikh <igor.russk...@aquantia.com> Date: Sat, 22 Jun 2019 08:46:37 +0000
> From: Dmitry Bogdanov <dmitry.bogda...@aquantia.com> > > In configuration of vlan over bridge over aquantia device > it was found that vlan tagged traffic is dropped on chip. > > The reason is that bridge device enables promisc mode, > but in atlantic chip vlan filters will still apply. > So we have to corellate promisc settings with vlan configuration. > > The solution is to track in a separate state variable the > need of vlan forced promisc. And also consider generic > promisc configuration when doing vlan filter config. > > Fixes: 7975d2aff5af ("net: aquantia: add support of rx-vlan-filter offload") > Signed-off-by: Dmitry Bogdanov <dmitry.bogda...@aquantia.com> > Signed-off-by: Igor Russkikh <igor.russk...@aquantia.com> Applied and queued up for -stable, thanks.