From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F0F9A17AD4 for ; Tue, 30 May 2023 15:10:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74832C433D2; Tue, 30 May 2023 15:10:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685459451; bh=ZIClHKzhAJgMOmlMYYXoKf29s5q4go+EIM79BhbdN18=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=B4uwLPQLBceMh9XSxi9MMSDJK/Q7r6DX+mlV8Bd/NX5TRicIjR5eBUoaay3ceAIJl 0iXulsWzeS2Ga8+S1q8n8sYZ7akpizs5j8hHPvajnrR/kfHUjZhEbau2YKUWsQGclw bpCoFhrsU2fjipYFCVQDfj7QFMaEoRZj/helCXwvMPusnHlPQlSbP3bEVw0MgojYon jp1yPpqlEHCmSIL8cEj1vxRtxbfkyhKsOvSqOexs7e0Qa4Rrb1wRLhd28SAfK7Irca ppzZ7aTczan6zylc52bKVAl+vqKEeKenj2JAnOQVmigKW/xOfA/NUeC5GUkq9YEJe5 R+q9yZyGMLJmA== Message-ID: <797fd63a-38d5-c69e-3540-4eb6383f7abf@kernel.org> Date: Tue, 30 May 2023 09:10:50 -0600 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH net-next 4/4] selftests: net: Add test cases for nexthop groups with invalid neighbors Content-Language: en-US To: Benjamin Poirier , netdev@vger.kernel.org Cc: Shuah Khan , linux-kselftest@vger.kernel.org, Ido Schimmel References: <20230529201914.69828-1-bpoirier@nvidia.com> <20230529201914.69828-5-bpoirier@nvidia.com> From: David Ahern In-Reply-To: <20230529201914.69828-5-bpoirier@nvidia.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/29/23 2:19 PM, Benjamin Poirier wrote: > Add test cases for hash threshold (multipath) nexthop groups with invalid > neighbors. Check that a nexthop with invalid neighbor is not selected when > there is another nexthop with a valid neighbor. Check that there is no > crash when there is no nexthop with a valid neighbor. > > The first test fails before the previous commit in this series. > > Signed-off-by: Benjamin Poirier > --- > tools/testing/selftests/net/fib_nexthops.sh | 129 ++++++++++++++++++++ > 1 file changed, 129 insertions(+) > Reviewed-by: David Ahern