From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 11 Sep 2017 09:13:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,378,1500966000"; d="scan'208";a="899166096" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 11 Sep 2017 09:13:00 -0700 To: Matan Azrad , Nelio Laranjeiro , Adrien Mazarguil Cc: dev@dpdk.org References: <1504710238-25726-2-git-send-email-matan@mellanox.com> <1504867665-42908-1-git-send-email-matan@mellanox.com> From: Ferruh Yigit Message-ID: Date: Mon, 11 Sep 2017 17:12:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1504867665-42908-1-git-send-email-matan@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5] net/mlx5: support device removal event X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2017 16:13:03 -0000 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)