From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 74B201B63E; Sun, 15 Apr 2018 15:08:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C58D620CA6; Sun, 15 Apr 2018 09:08:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 15 Apr 2018 09:08:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=czDArP0e3As5UKUeCvI3dwVHVt yjoQ1im0DtVgP2QL8=; b=VI7w3I+Q0N2P/pBBUXTw2UNXeRjlooUDGP04e4fjAg FyrEeTTisgPwvge7dOBMwSV6MnRVcRZeZNpe46wt0ySrwnjOdVm4u/GpkZsLaScw SOWki3Grbcf0OJwVT09eVmbyZwLyMmHUN7LGe24o9jqOzDp6oEchlpwE/BbN2zv3 8= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=czDArP 0e3As5UKUeCvI3dwVHVtyjoQ1im0DtVgP2QL8=; b=R5E7TCIAiGcxMSxMmqMLJ8 NKfv39p7lwuUkKm4gJFXVonVRPQkfDHyRceMAjvcazgMLPqfKEDRhkks8lyRCMyq tr+6FoeoqftUZPlHn5EddbhBnyiiIPw9Q2/fUxjxo9upHh7VRpfQyFLQGLYwI0gj qB9FGI+O+OhfcLD9DKfo20KYIa5CtKmV6uikKkV9McaevSffe4go3L+is8iJIx+n xcXstmhtjihWC37tGsmCDTFVq5bbHrvxggtronNjggGU+Ka8RRaSCVAnebrIe/f7 QR9AUb+GmpHa76DzaRJun2p/rOrUd7w3p7WKeTAUwlmHqT7nUuIvaJsDxp+YbNBA == X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id D9DC3E49AD; Sun, 15 Apr 2018 09:08:29 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "Richardson, Bruce" , "stable@dpdk.org" Date: Sun, 15 Apr 2018 15:08:28 +0200 Message-ID: <1562016.b1YM9cIy2D@xps> In-Reply-To: References: <20180412123358.30939-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/librte_hash: fix incorrect comment for lookup 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: , X-List-Received-Date: Sun, 15 Apr 2018 13:08:31 -0000 > > rte_hash_lookup_with_hash() has wrong comment for its 'sig' param. > > > > Fixes: 1a9f648be291 ("hash: fix for multi-process apps") > > > > Signed-off-by: Shreyansh Jain > > Acked-by: Pablo de Lara > > Also, this should be backported to the stable branch, so I CC stable@dpdk.org. Applied, thanks