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

From: David Miller
Date: Wed Jul 08 2020 - 15:32:10 EST


From: Alexander Lobakin <alobakin@xxxxxxxxxxx>
Date: Wed, 8 Jul 2020 17:17:10 +0300

> From: Dmitry Bogdanov <dbogdanov@xxxxxxxxxxx>
>
> 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 definitions")
> Signed-off-by: Dmitry Bogdanov <dbogdanov@xxxxxxxxxxx>
> Signed-off-by: Mark Starovoytov <mstarovoitov@xxxxxxxxxxx>
> Signed-off-by: Alexander Lobakin <alobakin@xxxxxxxxxxx>

Applied and queued up for -stable, thanks.