From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: remove unused DEFERRED device state Date: Wed, 21 Nov 2018 15:20:50 +0000 Message-ID: <5be86ae7-09c7-709b-7bde-e0fa54fa7cb3@intel.com> References: <20180824145123.62501-1-ferruh.yigit@intel.com> <20181120120237.74932-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Matan Azrad , Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CEB0E1B0F8 for ; Wed, 21 Nov 2018 16:20:53 +0100 (CET) In-Reply-To: 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 11/20/2018 2:15 PM, Matan Azrad wrote: > > > From: Ferruh Yigit >> DEFERRED state replaced by ownership concept and it is no more used as >> code comment states. >> >> ethdev ABI broken on this release use this opportunity to remove DEFERRED >> state. >> >> Signed-off-by: Ferruh Yigit > Acked-by: Matan Azrad Applied to dpdk-next-net/master, thanks.