From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 989A4A04B6
	for <public@inbox.dpdk.org>; Wed, 30 Sep 2020 19:13:49 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 4E6C31C440;
	Wed, 30 Sep 2020 19:13:48 +0200 (CEST)
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 010371C236;
 Wed, 30 Sep 2020 19:13:43 +0200 (CEST)
IronPort-SDR: 9W272UmAFNZ9WLJcO8MHBoyXOu2qfTvDV24emDzlQK7mYFQTu+W65T+4DpHqRzLEIvozpWzlbv
 lVkPmBcXIDWA==
X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="162552563"
X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="162552563"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 30 Sep 2020 10:13:41 -0700
IronPort-SDR: QjjN745mOteHKK6LnzOrkiS/2dnej9BXRAq9w7+Cm1/8oibuxeN34YGHRf9pobun4vb3Pf497y
 xJEGJ3qGNFvA==
X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="312662561"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.229.39])
 ([10.213.229.39])
 by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 30 Sep 2020 10:13:35 -0700
To: Chenbo Xia <chenbo.xia@intel.com>, dev@dpdk.org
Cc: ajit.khaparde@broadcom.com, somnath.kotur@broadcom.com,
 qiming.yang@intel.com, qi.z.zhang@intel.com, rmody@marvell.com,
 shshaikh@marvell.com, sbhosle@broadcom.com, kishore.padmanabha@broadcom.com,
 michael.baucom@broadcom.com, venkatkumar.duvvuru@broadcom.com,
 xiaoyun.li@intel.com, jingjing.wu@intel.com, irusskikh@marvell.com,
 wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com,
 nikhil.rao@intel.com, konstantin.ananyev@intel.com,
 jerin.jacob@caviumnetworks.com, marko.kovacevic@intel.com, orika@nvidia.com,
 bruce.richardson@intel.com, radu.nicolau@intel.com, akhil.goyal@nxp.com,
 tomasz.kantecki@intel.com, skori@marvell.com, pbhagavatula@marvell.com,
 john.mcnamara@intel.com, stable@dpdk.org
References: <20200925053702.80367-1-chenbo.xia@intel.com>
 <20200930042328.22507-1-chenbo.xia@intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <9756cc3b-53ab-02e5-f743-7e8fe2a54e78@intel.com>
Date: Wed, 30 Sep 2020 18:13:32 +0100
MIME-Version: 1.0
In-Reply-To: <20200930042328.22507-1-chenbo.xia@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-stable] [PATCH v3 1/3] net: fix variable size of ethdev
	port id
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

On 9/30/2020 5:23 AM, Chenbo Xia wrote:
> The ethdev port id should be 16 bits now. This patch changes the
> variable size of port id in some net drivers from 8 bits to 16
> bits.
> 
> Fixes: 09b23f8b9df6 ("net/bnxt: fix port stop process and cleanup resources")
> Fixes: 769de16872ab ("net/bnxt: fix port default rule create/destroy")
> Fixes: 50370662b727 ("net/ice: support device and queue ops")
> Fixes: a50d7cbbdad7 ("net/qede: support registers dump")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Chenbo Xia <chenbo.xia@intel.com>
 >

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/main, thanks.