Re: [PATCH v2 net-next] selftests: forwarding: Add suppport to create veth interfaces

2018-03-05 Thread David Miller
From: David Ahern Date: Sun, 4 Mar 2018 17:37:47 -0800 > For tests using veth interfaces, the test infrastructure can create > the netdevs if they do not exist. Arguably this is a preferred approach > since the tests require p$N and p$(N+1) to be pairs. > > Signed-off-by: David Ahern > --- > v

Re: [PATCH v2 net-next] selftests: forwarding: Add suppport to create veth interfaces

2018-03-04 Thread Ido Schimmel
On Sun, Mar 04, 2018 at 05:37:47PM -0800, David Ahern wrote: > For tests using veth interfaces, the test infrastructure can create > the netdevs if they do not exist. Arguably this is a preferred approach > since the tests require p$N and p$(N+1) to be pairs. > > Signed-off-by: David Ahern Revie

[PATCH v2 net-next] selftests: forwarding: Add suppport to create veth interfaces

2018-03-04 Thread David Ahern
For tests using veth interfaces, the test infrastructure can create the netdevs if they do not exist. Arguably this is a preferred approach since the tests require p$N and p$(N+1) to be pairs. Signed-off-by: David Ahern --- v2 - local on j declaration and line wrap .../net/forwarding/forwarding