From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55409C04AB5 for ; Thu, 6 Jun 2019 05:51:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 349D22083D for ; Thu, 6 Jun 2019 05:51:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbfFFFvU (ORCPT ); Thu, 6 Jun 2019 01:51:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40772 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725784AbfFFFvU (ORCPT ); Thu, 6 Jun 2019 01:51:20 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8F82C308FEE2; Thu, 6 Jun 2019 05:51:20 +0000 (UTC) Received: from elisabeth (ovpn-200-18.brq.redhat.com [10.40.200.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1B1241059581; Thu, 6 Jun 2019 05:51:14 +0000 (UTC) Date: Thu, 6 Jun 2019 07:51:08 +0200 From: Stefano Brivio To: David Ahern Cc: davem@davemloft.net, netdev@vger.kernel.org, idosch@mellanox.com, kafai@fb.com, weiwan@google.com, David Ahern Subject: Re: [PATCH net-next 15/19] selftests: pmtu: Move running of test into a new function Message-ID: <20190606075108.42da0f6b@elisabeth> In-Reply-To: <20190605231523.18424-16-dsahern@kernel.org> References: <20190605231523.18424-1-dsahern@kernel.org> <20190605231523.18424-16-dsahern@kernel.org> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 06 Jun 2019 05:51:20 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 5 Jun 2019 16:15:19 -0700 David Ahern wrote: > From: David Ahern > > Move the block of code that runs a test and prints the verdict to a > new function, run_test. > > Signed-off-by: David Ahern Reviewed-by: Stefano Brivio