From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:41036 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163427AbeCBCTU (ORCPT ); Thu, 1 Mar 2018 21:19:20 -0500 Date: Thu, 01 Mar 2018 21:19:18 -0500 (EST) Message-Id: <20180301.211918.989356665193400652.davem@davemloft.net> To: dsahern@gmail.com Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, idosch@mellanox.com, jiri@mellanox.com Subject: Re: [PATCH v2 net-next 0/4] selftests: forwarding: misc bug fixes and enhancements From: David Miller In-Reply-To: <20180301214933.20199-1-dsahern@gmail.com> References: <20180301214933.20199-1-dsahern@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: David Ahern Date: Thu, 1 Mar 2018 13:49:29 -0800 > Bug fixes and an enhancement for the recent forwarding tests: > - only check tc version on tc tests > - handle multipath tests failing with 0 packet count > - fix ping command for IPv6 on Debian jessie > - improve summary of multipath tests > > v2 > - add CHECK_TC to bridge_vlan_aware.sh (Ido) > - dropped patch 2; always check for mz given its use > - fixed commit message for the last patch (Multipath: was dropped) Series applied, thanks David.