Re: [PATCH net] net: atlantic: fix ip dst and ipv6 address filters

2020-07-08 Thread David Miller
From: Alexander Lobakin Date: Wed, 8 Jul 2020 17:17:10 +0300 > From: Dmitry Bogdanov > > This patch fixes ip dst and ipv6 address filters. > There were 2 mistakes in the code, which led to the issue: > * invalid register was used for ipv4 dst address; > * incorrect write order of dwords for ipv

[PATCH net] net: atlantic: fix ip dst and ipv6 address filters

2020-07-08 Thread Alexander Lobakin
From: Dmitry Bogdanov This patch fixes ip dst and ipv6 address filters. There were 2 mistakes in the code, which led to the issue: * invalid register was used for ipv4 dst address; * incorrect write order of dwords for ipv6 addresses. Fixes: 23e7a718a49b ("net: aquantia: add rx-flow filter defin