From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] selftests: forwarding: Two enhancements Date: Thu, 03 May 2018 12:54:49 -0400 (EDT) Message-ID: <20180503.125449.1682359275972343613.davem@davemloft.net> References: <20180503075133.17450-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, petrm@mellanox.com, dsahern@gmail.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:49366 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbeECQyv (ORCPT ); Thu, 3 May 2018 12:54:51 -0400 In-Reply-To: <20180503075133.17450-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Thu, 3 May 2018 10:51:31 +0300 > First patch increases the maximum deviation in the multipath tests which > proved to be too low in some cases. > > Second patch allows user to run only specific tests from each file using > the TESTS environment variable. This granularity is needed in setups > where not all the tests can pass. Series applied.