From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 26C931B29D;
 Wed, 17 Jan 2018 23:10:12 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id C5CDF20F2D;
 Wed, 17 Jan 2018 17:10:11 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Wed, 17 Jan 2018 17:10:11 -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=uuPc4A3b+BPEkhUuS6VJqhY+OP
 XgT6zuSf9Pps0MfWY=; b=MOh45ykLtdzn9Vm2TmuZaXjCX9juLiZ+ay6LnhXLIK
 hQqh/1/pydHsBP1ocXBA25+THxzucBqte/Avgi6423p/muWZyeTC96WPkN00f0fg
 85RfZowOqFxZngq7F6scBXZgWCAEkx3kxtxrOyZkDTVJ3az+sAADcurORLiFmVGy
 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=fm1; bh=uuPc4A
 3b+BPEkhUuS6VJqhY+OPXgT6zuSf9Pps0MfWY=; b=eCfGyAyuRiNmJIHHcaI7g2
 T2rU195WXy7QFF4K0BASlcXOtarsgCt9V5TTbSKhhn8pSWH8bdpf+PUrM56UwpKr
 U5Bj3m/0f9G19PTf9Qk88fsdkEEwpomWzov9WVOCRtsClxqUFfKbhRww4sGJloKl
 5wZwW9WtCPxE/lB0Umn/v4BlBc37T9CCLxY9gO933PwpMOj7t8vfh7eiW6S6ePCr
 YnvPdgwyfcmVPBJERId/R6wBNobB/OfAVYrpp43lRMedW8cE6e6KlDqGLkgVsslR
 h6j1OCplsjP+n+Zl3tw25YBAvovAmw0PCmAahY3UAj5/7W0n1mVZIPRnJ9/YpdNQ
 ==
X-ME-Sender: <xms:w8lfWvQlWgz1W8JmrrDnEdZnzSol-3GbNhABSShiO7MwYkVTi7Zogw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 287DA7E496;
 Wed, 17 Jan 2018 17:10:11 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: 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: Wed, 17 Jan 2018 23:09:39 +0100
Message-ID: <3175063.1rsM1vLuis@xps>
In-Reply-To: <20180117215802.90809-1-ferruh.yigit@intel.com>
References: <20180109162317.18183-1-ferruh.yigit@intel.com>
 <20180117215802.90809-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 v3 1/6] 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: Wed, 17 Jan 2018 22:10:12 -0000

17/01/2018 22:57, 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>

Obviously,
Acked-by: Thomas Monjalon <thomas@monjalon.net>