On 8/6/2018 3:27 AM, David Miller wrote:
From: Al Viro <v...@zeniv.linux.org.uk> Date: Sat, 4 Aug 2018 21:41:27 +0100__inet6_lookup_established() expect th->dport passed in host-endian, not net-endian. The reason is microoptimization in __inet6_lookup(), but if you use the lower-level helpers, you have to play by their rules...Signed-off-by: Al Viro <v...@zeniv.linux.org.uk>Mellanox folks, please review.
Looks good to me. Thanks Al.