From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0B8585F1B; Fri, 9 Mar 2018 13:58:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8A04220DE5; Fri, 9 Mar 2018 07:58:56 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 09 Mar 2018 07:58:56 -0500 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=Ucf6n7B86ztiUrVjqe9Y9PP05M gHom6RsqTd26tBWQw=; b=be5kufLwacBxmaaEpeZ/H1BnMEJ7AIRnrg6eq2tRbt u65UNyDw0aXGOG1MnlJGdAaAw7YLhvC0aG8oW0lkjnBbbcJ2V9kt37wW9UYidU1r iafcdlrzVWh1FjNzeo0A7cDL5Mc7aZDFZ1ek7FYcvrEjJHuELpvZ7gu+KKdsaSwz E= 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=Ucf6n7 B86ztiUrVjqe9Y9PP05MgHom6RsqTd26tBWQw=; b=kXeVqY/0/Vlp4CfPbCL3ed YYdQvLx/3dnbr8b4qaWBoRdK8QAJAKagNuMwsU+bodKOCu9ezQ9/5HCInGk0PVsB o2Se8/sge5kYzgp9gxNLQX4mXluhDeUT8VchGzOsqHcPoGJDOmJbUtvxTAp7KWTl W5raTFpALvbadkMmrmlqyNExE+3yMduL9FwOLusFYyYffFKJueIC4CE4zyPGhfl2 GUc+6DR6lS3okKNCua5nfgWUyl1v9d6WG9T0dwmfGXCW24slk8+NS+sp15FK/hMH GONWLc2E5MAaKtE24tKZsXci+MOs8vMXtoCEuP5p6dIGvvNeNpAOdzjAVUiNWsDA == X-ME-Sender: <xms:EIWiWpU-LgrIV2GCM7f_5kmCUVJVXnItlq26C5ymD1ERp1Su1SHJFg> Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F83824608; Fri, 9 Mar 2018 07:58:55 -0500 (EST) From: Thomas Monjalon <thomas@monjalon.net> To: Ferruh Yigit <ferruh.yigit@intel.com> Cc: Neil Horman <nhorman@tuxdriver.com>, John McNamara <john.mcnamara@intel.com>, Marko Kovacevic <marko.kovacevic@intel.com>, dev@dpdk.org, stable@dpdk.org, declan.doherty@intel.com, Boris Pismenny <borisp@mellanox.com>, Aviad Yehezkel <aviadye@mellanox.com>, Radu Nicolau <radu.nicolau@intel.com> Date: Fri, 09 Mar 2018 13:58:39 +0100 Message-ID: <1795867.2ACkMZTEzz@xps> In-Reply-To: <20180309112748.292704-1-ferruh.yigit@intel.com> References: <20180117215802.90809-1-ferruh.yigit@intel.com> <20180309112748.292704-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] ethdev: fix port id storage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 09 Mar 2018 12:58:57 -0000 09/03/2018 12:27, Ferruh Yigit: > port_id is now 16bits, update function parameter according. > > Fixes: 4c270218aa26 ("ethdev: support security APIs") > Cc: stable@dpdk.org > Cc: declan.doherty@intel.com > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>