From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] ethdev: filter destroy event before probed Date: Thu, 25 Oct 2018 13:38:27 +0100 Message-ID: References: <20181024131232.6146-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon , Andrew Rybchenko Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B8AED54AE for ; Thu, 25 Oct 2018 14:38:30 +0200 (CEST) In-Reply-To: <20181024131232.6146-1-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 10/24/2018 2:12 PM, Thomas Monjalon wrote: > If a port is being created and rollbacked because of an error, > the event RTE_ETH_EVENT_DESTROY should not be sent. > It makes no sense to receive a destroy event for a port which > was not yet announced via RTE_ETH_EVENT_NEW. > > Signed-off-by: Thomas Monjalon Reviewed-by: Ferruh Yigit