From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2394C1C91A; Mon, 14 May 2018 17:35:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B815F223C9; Mon, 14 May 2018 11:35:36 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 11:35:36 -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=I4/wKoN8+rVwBVRcs9VK/gSmwZ gzH3TLJq9+YHBdSDw=; b=bgv5Xl2E0cX7rYpmeGpyGv/ZMk+Zzt+0LSqCRpTZ7Z jKM6ABklPH9QkI99nCl7K06OsRdi/nE4z7+g9OuOLj4ViSGndzXDSd20Fnw/pV3+ UcdxzuLcVuL4znWnboow+Y6RTuiWQtopA2HF6kKS9ornQCZhzGLngqtci5I6tN5X s= 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=I4/wKo N8+rVwBVRcs9VK/gSmwZgzH3TLJq9+YHBdSDw=; b=Z//rD3crQsgqNgzs2YHUBy K24LpbQj+MA3wgRE9UNf3nMplmtSrpwItZ+pbJBCjOK9Z/Xo0kqtN3XTtABk6lTO nw789oextcn6Dv3EKAslfsBiQsCnBK2ondK7tKpFq5eV1S04ae67rJdzj5GeTKUe Xcr3PP4hQnjwojsIKkK4dOqsQl4etq8OjcP34RmfakUiZFMfWcgvxRd1sUy3tNmV kcGk/QNpu5bDfjZD+YLevGZhGKZs1NP6mEB37DaLHAaySfzwE+acuOnIKzXbJp8o 3HlU+XorkyNCCjOMuFFU5cRr0VFR8j4UnXAcLHPbsOMq/Uj7rwmmtK+h+9qPmcjA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id F2A96E509B; Mon, 14 May 2018 11:35:35 -0400 (EDT) From: Thomas Monjalon To: Jasvinder Singh Cc: dev@dpdk.org, cristian.dumitrescu@intel.com, stable@dpdk.org Date: Mon, 14 May 2018 17:35:34 +0200 Message-ID: <6184752.u2ohP6GpaV@xps> In-Reply-To: <20180514133524.4240-1-jasvinder.singh@intel.com> References: <20180514133524.4240-1-jasvinder.singh@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/test_table_pipeline: fix incorrect function parameter 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: Mon, 14 May 2018 15:35:37 -0000 14/05/2018 15:35, Jasvinder Singh: > Fixes the wrong argument in table action miss function. > Fixes: 4c387fcdf777 ("pipeline: add new functions for action handlers") Cc: stable@dpdk.org > Signed-off-by: Jasvinder Singh Applied, thanks