From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 06/11] ethdev: allow ownership operations on unused port Date: Wed, 9 May 2018 19:00:27 +0100 Message-ID: References: <20180509094337.26112-1-thomas@monjalon.net> <20180509094337.26112-7-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Matan Azrad , stable@dpdk.org To: Thomas Monjalon , dev@dpdk.org Return-path: In-Reply-To: <20180509094337.26112-7-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/9/2018 10:43 AM, Thomas Monjalon wrote: > From: Matan Azrad > > When the state will be updated later than in allocation, > we may need to update the ownership of a port which is > still in state unused. > > It will be used to take ownership of a port before it is > declared as available for other entities. > > Cc: stable@dpdk.org > > Signed-off-by: Matan Azrad > Acked-by: Thomas Monjalon Hi Thomas, If I remember correctly port ownership merged last release in last minute, without much review. Now we are having these updates on it on rc3, not sure if many people aware of this feature. Instead of getting these updates in rc3, any chance to postpone to next release and do more reviews? Thanks, ferruh