From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Machata Subject: Re: [PATCH net-next 18/18] selftests: mlxsw: Add a test for VxLAN flooding Date: Mon, 19 Nov 2018 16:25:23 +0000 Message-ID: References: <20181119161006.5405-1-idosch@mellanox.com> <20181119161006.5405-19-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: "netdev@vger.kernel.org" , "linux-kselftest@vger.kernel.org" , "davem@davemloft.net" , "shuah@kernel.org" , Jiri Pirko , "roopa@cumulusnetworks.com" , mlxsw To: Ido Schimmel Return-path: Received: from mail-eopbgr30045.outbound.protection.outlook.com ([40.107.3.45]:50580 "EHLO EUR03-AM5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729865AbeKTCtc (ORCPT ); Mon, 19 Nov 2018 21:49:32 -0500 In-Reply-To: <20181119161006.5405-19-idosch@mellanox.com> (Ido Schimmel's message of "Mon, 19 Nov 2018 17:11:27 +0100") Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: Ido Schimmel writes: > The device stores flood records in a singly linked list where each > record stores up to three IPv4 addresses of remote VTEPs. The test > verifies that packets are correctly flooded in various cases such as > deletion of a record in the middle of the list. > > Signed-off-by: Ido Schimmel Reviewed-by: Petr Machata