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 9B7A4A04E7; Sat, 21 Nov 2020 12:36:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3D3AF3B5; Sat, 21 Nov 2020 12:36:55 +0100 (CET) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id E02212AB for ; Sat, 21 Nov 2020 12:36:53 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 2D81CBF9; Sat, 21 Nov 2020 06:36:51 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sat, 21 Nov 2020 06:36:51 -0500 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=fm2; bh= AkAj9R+Ruwpfca1U1JN4iBahIZjogvXyiqaerjJoEiw=; b=f6o2k9Xrq7ebhpkR ipo/3tiEYrGsH7U2Mo9pTs1sDmJ4R9F9+8B9D/u4ayHFA1asU3Aa73MNzHzitsoB YqcnrPQGjdQq42SaPVoZ6O+rtPkcMjSX3EMzffh0JsGrY3+XOg6+AqjUHeFaR//T Huo0D7l+yBp3H03HSbY5ELfUNZ8+1OblOBvSHbtGpdQPpdjo83rRLDdPmzrMKwNM F1mhL8KHoEE8i2vEE9XGTcB3Wj/kvAqbYebV2AGEmdKZkL2NWdrG4WsBqDEVDJRA 2zJOiVU+vFZl9P1WqQtpkgH63Nu6nqkSOyca7CXqYjRIC6DvU7V9JwGJrv0oTZci tOr+lw== 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=fm1; bh=AkAj9R+Ruwpfca1U1JN4iBahIZjogvXyiqaerjJoE iw=; b=OAC6EX31azpOaUl7StbPrV3N4dAfnWgkrJkMxGEtgS1bYhFNIQuVtIJi9 bRcJSDFfsX5so1S+TqA6hGdHMvTUWPNMYIlXJuTi05hqrpgWNI8x3xHh8fTW6fnN RIdUMhRX8K7FMrJ3JnfmSfqEMcjxUAWBnp1JZ7bavFiqcx7nNUE9swbl1/b8wAHQ IFsZ78DbHVQnCJORf6mNNYgvGHvs7qJkYmx22nF2jRm5tmb73yItflHfirLZ9BY+ XZEeZzi9L/dSNWWt/LD5LYULkK6Xa9+UuoyYS/BFp72OjZn6LIPhjUaRaDso3jq/ 6TyVYu4ItkWBF/s11ZCO95cifQ+LA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudegvddgfedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 CB894328005E; Sat, 21 Nov 2020 06:36:49 -0500 (EST) From: Thomas Monjalon To: "Xueming(Steven) Li" , Slava Ovsiienko , Raslan Darawsheh Cc: Matan Azrad , dev@dpdk.org, Asaf Penso Date: Sat, 21 Nov 2020 12:36:48 +0100 Message-ID: <5338789.VplnnA5vUs@thomas> In-Reply-To: References: <1605610883-6619-1-git-send-email-xuemingl@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix assertion check warnings 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" > > Fix assertion check warnings. > > > > Fixes: 8bb81f2649b1 ("net/mlx5: use thread specific flow workspace") > > > > Cc: stable@dpdk.org > > Signed-off-by: Xueming Li > > Reviewed-by: Slava Ovsiienko > > Patch applied to next-net-mlx, I know this patch is minor, but we should not write, review and apply a fix which does not explain the issue, not even referencing the warning.