Re: [PATCH net-next] selftests: pmtu: Simplify cleanup and namespace names

2019-05-23 Thread Stefano Brivio
On Thu, 23 May 2019 09:41:59 -0600 David Ahern wrote: > I have been using the namespace override for a while now. I did consider > impacts to the above, but my thinking is this: exceptions are per FIB > entry (per fib6_nh with my latest patch set, but point still holds), FIB > entries are per FIB

Re: [PATCH net-next] selftests: pmtu: Simplify cleanup and namespace names

2019-05-23 Thread David Ahern
On 5/23/19 1:58 AM, Stefano Brivio wrote: > Hi David, > > On Wed, 22 May 2019 12:11:06 -0700 > David Ahern wrote: > >> From: David Ahern >> >> The point of the pause-on-fail argument is to leave the setup as is after >> a test fails to allow a user to debug why it failed. Move the cleanup >> af

Re: [PATCH net-next] selftests: pmtu: Simplify cleanup and namespace names

2019-05-23 Thread Stefano Brivio
Hi David, On Wed, 22 May 2019 12:11:06 -0700 David Ahern wrote: > From: David Ahern > > The point of the pause-on-fail argument is to leave the setup as is after > a test fails to allow a user to debug why it failed. Move the cleanup > after posting the result to the user to make it so. > > R

Re: [PATCH net-next] selftests: pmtu: Simplify cleanup and namespace names

2019-05-22 Thread David Miller
From: David Ahern Date: Wed, 22 May 2019 12:11:06 -0700 > From: David Ahern > > The point of the pause-on-fail argument is to leave the setup as is after > a test fails to allow a user to debug why it failed. Move the cleanup > after posting the result to the user to make it so. > > Random nam