David Ahern <dsah...@gmail.com> wrote: >On 8/29/20 3:01 AM, Miaohe Lin wrote: >> @@ -277,15 +277,13 @@ static struct sock *inet_lhash2_lookup(struct net *net, >> const __be32 daddr, const unsigned short hnum, >> const int dif, const int sdif) >> { >> - bool exact_dif = inet_exact_dif_match(net, skb); > >inet_exact_dif_match is no longer needed after the above is removed.
Oh, I missed it. Will remove inet_exact_dif_match() in v2. Many thanks for review and reply.