From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5] net/mlx5: support device removal event Date: Mon, 11 Sep 2017 17:12:59 +0100 Message-ID: References: <1504710238-25726-2-git-send-email-matan@mellanox.com> <1504867665-42908-1-git-send-email-matan@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Matan Azrad , Nelio Laranjeiro , Adrien Mazarguil Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6CF59237 for ; Mon, 11 Sep 2017 18:13:03 +0200 (CEST) In-Reply-To: <1504867665-42908-1-git-send-email-matan@mellanox.com> 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 9/8/2017 11:47 AM, Matan Azrad wrote: > Extend the LSC event handling to support the device removal as well. > > The mlx5 event handling has been made capable of receiving and > signaling several event types at once. > > This support includes next: > 1. Removal event detection according to the user configuration. > 2. Calling to all registered mlx5 removal callbacks. > 3. Capabilities extension to include removal interrupt handling. > > Signed-off-by: Matan Azrad Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks. (kept ack from previous version of the patch)