From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH net-next 3/3] bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE Date: Mon, 18 Sep 2017 15:54:59 -0700 Message-ID: References: <20170918193057.37644-1-kraigatgoog@gmail.com> <20170918193057.37644-4-kraigatgoog@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Craig Gallek , Daniel Mack , Daniel Borkmann , "David S . Miller" Return-path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:55502 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbdIRWzs (ORCPT ); Mon, 18 Sep 2017 18:55:48 -0400 In-Reply-To: <20170918193057.37644-4-kraigatgoog@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 9/18/17 12:30 PM, Craig Gallek wrote: > From: Craig Gallek > > Extend the 'random' operation tests to include a delete operation > (delete half of the nodes from both lpm implementions and ensure > that lookups are still equivalent). > > Also, add a simple IPv4 test which verifies lookup behavior as nodes > are deleted from the tree. > > Signed-off-by: Craig Gallek Thanks for the tests! Acked-by: Alexei Starovoitov