From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft PATCH 1/3] tests: shell: testcase for adding many set elements Date: Thu, 24 Nov 2016 13:02:16 +0100 Message-ID: <20161124120216.GB16178@salvia> References: <147930079529.12388.6423464302439175817.stgit@nfdev2.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:54698 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936501AbcKXMCV (ORCPT ); Thu, 24 Nov 2016 07:02:21 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 090C21B7F83 for ; Thu, 24 Nov 2016 13:02:20 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id EDD3DA0FCE for ; Thu, 24 Nov 2016 13:02:19 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id F210EA0FDF for ; Thu, 24 Nov 2016 13:02:17 +0100 (CET) Content-Disposition: inline In-Reply-To: <147930079529.12388.6423464302439175817.stgit@nfdev2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Nov 16, 2016 at 01:53:15PM +0100, Arturo Borrero Gonzalez wrote: > From: Arturo Borrero Gonzalez > > This testcase adds many elements in a set. > We add 65.356 elements. Series from 1/3 to 3/3 applied, thanks!