[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7fe06d6c-0e4a-41e3-a111-71084972d023@6wind.com>
Date: Fri, 5 Jan 2024 11:48:59 +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 v3 2/2] selftests: rtnetlink: check enslaving iface in
a bond
Le 05/01/2024 à 03:26, Hangbin Liu a écrit :
> On Thu, Jan 04, 2024 at 05:43:00PM +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,
>
> If you are going to target the patch to net-next. Please update it in the
> subject. And use `setup_ns` when create new netns.
As said in the v2 thread, I will send a follow-up once net gets merged into
net-next.
Regards,
Nicolas
Powered by blists - more mailing lists