[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0aa87eb2-b50d-4ae8-81ce-af7a52813e6a@6wind.com>
Date: Wed, 3 Jan 2024 15:15:33 +0100
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: Hangbin Liu <liuhangbin@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski
<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>, Phil Sutter <phil@....cc>,
David Ahern <dsahern@...nel.org>, netdev@...r.kernel.org
Subject: Re: [PATCH net v2 2/2] selftests: rtnetlink: check enslaving iface in
a bond
Le 03/01/2024 à 14:00, Hangbin Liu a écrit :
> On Wed, Jan 03, 2024 at 10:48:46AM +0100, Nicolas Dichtel wrote:
>> +kci_test_enslave_bonding()
>> +{
>> + local testns="testns"
>> + local bond="bond123"
>> + local dummy="dummy123"
>> + local ret=0
>> +
>> + run_cmd ip netns add "$testns"
>> + if [ $? -ne 0 ]; then
>> + end_test "SKIP bonding tests: cannot add net namespace $testns"
>> + return $ksft_skip
>> + fi
>> +
>> + # test native tunnel
>> + run_cmd ip -netns $testns link add dev $bond type bond mode balance-rr
>
> Hi Nicolas,
>
> The net-next added new function setup_ns in lib.sh and converted all hard code
> netns setup. I think It may be good to post this patch set to net-next
> to reduce future merge conflicts.
The first patch is for net. I can post the second one to net-next if it eases
the merge.
>
> Jakub, Paolo, please correct me if we can't post fixes to net-next.
Please, let me know if I should target net-next for the second patch.
Regards,
Nicolas
Powered by blists - more mailing lists