From mboxrd@z Thu Jan 1 00:00:00 1970 From: idosch at idosch.org (Ido Schimmel) Date: Thu, 1 Mar 2018 21:27:27 +0200 Subject: [PATCH net-next 0/5] selftests: forwarding: misc bug fixes and enhancements In-Reply-To: <20180301190947.7299-1-dsahern@gmail.com> References: <20180301190947.7299-1-dsahern@gmail.com> Message-ID: <20180301192727.GA4839@splinter> On Thu, Mar 01, 2018 at 11:09:42AM -0800, David Ahern wrote: > Bug fixes and an enhancement for the recent forwarding tests: > - only check tc version on tc tests > - only check for mz for tests that will use it > - handle multipath tests failing with 0 packet count > - fix ping command for IPv6 on Debian jessie > - improve summary of multipath tests > > BTW: who is the cruel person that made whitespace 7 spaces in these files? I see this in some functions in router_multipath.sh . Not sure how that happened... Will be more careful in the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: idosch@idosch.org (Ido Schimmel) Date: Thu, 1 Mar 2018 21:27:27 +0200 Subject: [PATCH net-next 0/5] selftests: forwarding: misc bug fixes and enhancements In-Reply-To: <20180301190947.7299-1-dsahern@gmail.com> References: <20180301190947.7299-1-dsahern@gmail.com> Message-ID: <20180301192727.GA4839@splinter> Content-Type: text/plain; charset="UTF-8" Message-ID: <20180301192727.8T-qMqqpH_q9hviNrqHVyCPUzg4JIZkfU_cALTgXpnI@z> On Thu, Mar 01, 2018@11:09:42AM -0800, David Ahern wrote: > Bug fixes and an enhancement for the recent forwarding tests: > - only check tc version on tc tests > - only check for mz for tests that will use it > - handle multipath tests failing with 0 packet count > - fix ping command for IPv6 on Debian jessie > - improve summary of multipath tests > > BTW: who is the cruel person that made whitespace 7 spaces in these files? I see this in some functions in router_multipath.sh . Not sure how that happened... Will be more careful in the future. -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33243 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161304AbeCAT1b (ORCPT ); Thu, 1 Mar 2018 14:27:31 -0500 Date: Thu, 1 Mar 2018 21:27:27 +0200 From: Ido Schimmel To: David Ahern Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, idosch@mellanox.com, jiri@mellanox.com Subject: Re: [PATCH net-next 0/5] selftests: forwarding: misc bug fixes and enhancements Message-ID: <20180301192727.GA4839@splinter> References: <20180301190947.7299-1-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180301190947.7299-1-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Mar 01, 2018 at 11:09:42AM -0800, David Ahern wrote: > Bug fixes and an enhancement for the recent forwarding tests: > - only check tc version on tc tests > - only check for mz for tests that will use it > - handle multipath tests failing with 0 packet count > - fix ping command for IPv6 on Debian jessie > - improve summary of multipath tests > > BTW: who is the cruel person that made whitespace 7 spaces in these files? I see this in some functions in router_multipath.sh . Not sure how that happened... Will be more careful in the future.