From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test_table: initialize table parameteres Date: Mon, 17 Aug 2015 19:07:41 +0200 Message-ID: <3326137.2z7gYSUDjM@xps13> References: <1439830712-27362-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 561208DA0 for ; Mon, 17 Aug 2015 19:08:56 +0200 (CEST) Received: by wicne3 with SMTP id ne3so75737285wic.0 for ; Mon, 17 Aug 2015 10:08:56 -0700 (PDT) In-Reply-To: <1439830712-27362-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-17 17:58, Pablo de Lara: > In table_autotest, the structures containing the parameters > to create the tables were not initialized, and therefore, > some checks could fail and so the unit test. > > Also, due to this initialization, one of the tests that was > checking if the table was improperly initialized has been > removed, as it is not needed anymore (duplicated) > > Signed-off-by: Pablo de Lara Applied, thanks