From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FkaZEXQzWcnW4Fr7sh/prjyqnm1RG/84DYz1PwwU3bk=; b=lKwvr2hjn1KXIEbev92rG7GLjJc2OZEe/X86jWs1hAZ7jO8t6GYpH/jhJteHDzbak+ zShdqmmIVs7Y+IxpzfmLfK90aREDmCEUjHJnGbNQ/+OtL0uvk7vyY5GF7kyhu2daxBtC rnHzCqxPOl2QYbQniDCWbqqWsaYDjS5B7KoOdDntzfBApD99DWjLy7aLJCQkO73tGYVE d2oJHUm9bPREIaEjIZZMQvgKmQqEAtFSxOVMWlcHNgQPjMOgGbuyQEaZ4ZnTdh7YJl/y 3hCErjPkHH8EO2nCQHBcXMnP+BMNmIIJ1J5GE74M/2IiUhqNwlZOx6vsVIdK2+UJijIX onyQ== X-Gm-Message-State: ALoCoQkI3AUSWgk7HgFF+IHdqPGQW7yrzN01W+rECEgTD3ZbQFq0CH1A7zi+np6OvZX1p5tUR5ik X-Received: by 10.194.21.230 with SMTP id y6mr4772713wje.132.1439831336190; Mon, 17 Aug 2015 10:08:56 -0700 (PDT) Received: from xps13.localnet (183.16.90.92.rev.sfr.net. [92.90.16.183]) by smtp.gmail.com with ESMTPSA id e8sm17586919wiz.0.2015.08.17.10.08.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 10:08:55 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 17 Aug 2015 19:07:41 +0200 Message-ID: <3326137.2z7gYSUDjM@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1439830712-27362-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1439830712-27362-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] test_table: initialize table parameteres X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 17:08:56 -0000 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