[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <00ef3b75-bc38-a55d-ddcb-cc100dc20e79@tessares.net>
Date: Fri, 12 Mar 2021 09:11:17 +0100
From: Matthieu Baerts <matthieu.baerts@...sares.net>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
mptcp@...ts.01.org, kernel-janitors@...r.kernel.org,
Mat Martineau <mathew.j.martineau@...ux.intel.com>,
Paolo Abeni <pabeni@...hat.com>
Subject: Re: [PATCH net] mptcp: fix bit MPTCP_PUSH_PENDING tests
Hi Dan,
On 12/03/2021 08:41, Dan Carpenter wrote:
> The MPTCP_PUSH_PENDING define is 6 and these tests should be testing if
> BIT(6) is set.
Good catch, indeed, BIT() macro is missing!
It was not detected by our tests suite because in -net, that's the only
flag that is set.
But another patch for net-next is coming and another flag can be set as
well. What's funny is that this other flag is "9" which works well with
"6" because their bits are not overlapping :)
Anyway, better with "BIT()" macro!
Reviewed-by: Matthieu Baerts <matthieu.baerts@...sares.net>
Cheers,
Matt
--
Tessares | Belgium | Hybrid Access Solutions
www.tessares.net
Powered by blists - more mailing lists