Re: [LTP] [RFC] [PATCH] netns: Fix race in virtual interface bringup

2017-11-21 Thread Dan Rue
On Thu, Nov 16, 2017 at 3:56 AM, Nicolas Dichtel wrote: > Le 15/11/2017 à 20:04, Dan Rue a écrit : >> Adding CC netdev >> >> Can someone comment on the expected behavior of this test case? >> >> Here's the isolated test: >> >> ip netns del tst_net_ns0 >> ip netns del tst_net_ns1 >> ip

Re: [LTP] [RFC] [PATCH] netns: Fix race in virtual interface bringup

2017-11-17 Thread Dan Rue
Alexey, Li, thank you for your suggestions. On Fri, Nov 17, 2017 at 03:08:20PM +0300, Alexey Kodanev wrote: > On 11/17/2017 09:09 AM, Li Wang wrote: > > Hi Dan, > > > > On Fri, Nov 10, 2017 at 4:38 AM, Dan Rue wrote: > >> Symptoms (+ command, error): > >> netns_comm_ip_ipv6_ioctl: > >>

Re: [RFC] [PATCH] netns: Fix race in virtual interface bringup

2017-11-16 Thread Nicolas Dichtel
Le 15/11/2017 à 20:04, Dan Rue a écrit : > Adding CC netdev > > Can someone comment on the expected behavior of this test case? > > Here's the isolated test: > > ip netns del tst_net_ns0 > ip netns del tst_net_ns1 > ip netns add tst_net_ns0 > ip netns add tst_net_ns1 > ip net

Re: [RFC] [PATCH] netns: Fix race in virtual interface bringup

2017-11-15 Thread Dan Rue
Adding CC netdev Can someone comment on the expected behavior of this test case? Here's the isolated test: ip netns del tst_net_ns0 ip netns del tst_net_ns1 ip netns add tst_net_ns0 ip netns add tst_net_ns1 ip netns exec tst_net_ns0 ip link add veth0 type veth peer name veth1