From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8949AA0613 for ; Wed, 31 Jul 2019 00:12:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 97BE334F2; Wed, 31 Jul 2019 00:12:06 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A5970A69 for ; Wed, 31 Jul 2019 00:12:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3A43F2218B; Tue, 30 Jul 2019 18:12:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 18:12:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=j9u5IE50/QHL2XCgnGNIGP7LvWnHzLz8ddJn0qzC8I4=; b=JVVzWMOSc+aS l8X+J4HuyQrVQatS2aiciGC2Sv9YnNg+7lB39O+hDXS0SrEWOL1JBdY5zoSpdK9o dATLDh4FocS1BWp7jYWc6TWUlkp1CZpG/AuRqUhzptf3/prIJqE9VFFRbpnIQVFT ovsl2FpQy7JAFOuJ2eueArJ9el82aoQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=j9u5IE50/QHL2XCgnGNIGP7LvWnHzLz8ddJn0qzC8 I4=; b=HGwuf0uE7b2qB19LVtFtJfTjZXjQP9vf1vCLE3U8DBqe4sxBr8SYphL5z M8LSHRlOrD/X7WMyY5kRRh9xRX28oarppzDzOyTPk9l/Q6UbkCcezk9GwTEJ3I38 eCi9f5SBk4z/u2TzRKjZ3hukxtJMPDp/4xq/GbkC3NkxC9DC5gVjmfop4eVh3Xty ITr4JQWNzLt5alRPBz6ikP9TbX3mSdgtaXB/l/ZfSlDAtMWEEp/zeAo9suX5AVP/ 7qKzDL1EcStoPsaDDwo2VaNoIqz/murg+IGLKX8nwSiS5A9sHW3sgNx9TOY0/rOg qJrmlEk2K6lVfy20o6CE2XEc+BuPQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleeggddtkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id D57C1380085; Tue, 30 Jul 2019 18:12:02 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org, Bernard Iremonger , Jasvinder Singh , David Marchand , Ferruh Yigit Date: Wed, 31 Jul 2019 00:12:01 +0200 Message-ID: <19567604.5xi2Xi73Wp@xps> In-Reply-To: <20190730213123.11440-1-aconole@redhat.com> References: <20190730213123.11440-1-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: fix undefined behavior in flow classify test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 30/07/2019 23:31, Aaron Conole: > The unit test for the flow classify introduced undefined behavior by using > a corrupted list. Remove these tests as the invalid data is impossible to > detect with the current API. > > Fixes: 9c9befea4f57 ("test: add flow classify unit tests") > Cc: Bernard Iremonger > Cc: Jasvinder Singh > Signed-off-by: Aaron Conole Applied in the hope to fix unit tests in -rc3, thanks