From mboxrd@z Thu Jan 1 00:00:00 1970 From: idosch at idosch.org (Ido Schimmel) Date: Thu, 1 Mar 2018 21:36:18 +0200 Subject: [PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed In-Reply-To: <20180301190947.7299-3-dsahern@gmail.com> References: <20180301190947.7299-1-dsahern@gmail.com> <20180301190947.7299-3-dsahern@gmail.com> Message-ID: <20180301193618.GB4839@splinter> On Thu, Mar 01, 2018 at 11:09:44AM -0800, David Ahern wrote: > Add a CHECK_MZ flag and only check if mz exists when flag is set. > If it does not exist, exit non-0. > > Signed-off-by: David Ahern The only test that doesn't require it is router.sh so I'm not sure it's worth the effort. If you still want to keep the patch then bridge_vlan_aware.sh needs to be patched as well. -- 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:36:18 +0200 Subject: [PATCH net-next 2/5] selftests: forwarding: Only check for mz when it is needed In-Reply-To: <20180301190947.7299-3-dsahern@gmail.com> References: <20180301190947.7299-1-dsahern@gmail.com> <20180301190947.7299-3-dsahern@gmail.com> Message-ID: <20180301193618.GB4839@splinter> Content-Type: text/plain; charset="UTF-8" Message-ID: <20180301193618.Q61EVBM6hXvEEgT7s_rWnZhMpuF5tDyHi2-9OzP8oGQ@z> On Thu, Mar 01, 2018@11:09:44AM -0800, David Ahern wrote: > Add a CHECK_MZ flag and only check if mz exists when flag is set. > If it does not exist, exit non-0. > > Signed-off-by: David Ahern The only test that doesn't require it is router.sh so I'm not sure it's worth the effort. If you still want to keep the patch then bridge_vlan_aware.sh needs to be patched as well. -- 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]:45531 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161324AbeCATgY (ORCPT ); Thu, 1 Mar 2018 14:36:24 -0500 Date: Thu, 1 Mar 2018 21:36:18 +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 2/5] selftests: forwarding: Only check for mz when it is needed Message-ID: <20180301193618.GB4839@splinter> References: <20180301190947.7299-1-dsahern@gmail.com> <20180301190947.7299-3-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180301190947.7299-3-dsahern@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Mar 01, 2018 at 11:09:44AM -0800, David Ahern wrote: > Add a CHECK_MZ flag and only check if mz exists when flag is set. > If it does not exist, exit non-0. > > Signed-off-by: David Ahern The only test that doesn't require it is router.sh so I'm not sure it's worth the effort. If you still want to keep the patch then bridge_vlan_aware.sh needs to be patched as well.