From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v2 11/13] net/mlx5: update install/uninstall int handler routines Date: Tue, 26 Mar 2019 12:14:25 +0000 Message-ID: References: <1553155888-27498-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-12-git-send-email-viacheslavo@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: Slava Ovsiienko , "dev@dpdk.org" Return-path: Received: from EUR02-HE1-obe.outbound.protection.outlook.com (mail-eopbgr10081.outbound.protection.outlook.com [40.107.1.81]) by dpdk.org (Postfix) with ESMTP id A27862BFA for ; Tue, 26 Mar 2019 13:14:27 +0100 (CET) In-Reply-To: <1553533414-9911-12-git-send-email-viacheslavo@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" Monday, March 25, 2019 7:04 PM, Viacheslav Ovsiienko: > Subject: [PATCH v2 11/13] net/mlx5: update install/uninstall int handler > routines >=20 > We are implementing the support for multport Infiniband device withj > representors attached to these multiple ports. Asynchronous device event > notifications (link status change, removal event, etc.) should be shared > between ports. We are going to implement shared event handler and this > patch introduces appropriate device structure changes and updated event > handler install and uninstall routines. >=20 > Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler