From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v2 12/13] net/mlx5: update event handler for multiport IB devices Date: Tue, 26 Mar 2019 12:16:07 +0000 Message-ID: References: <1553155888-27498-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-13-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-eopbgr10077.outbound.protection.outlook.com [40.107.1.77]) by dpdk.org (Postfix) with ESMTP id 1BEB62C60 for ; Tue, 26 Mar 2019 13:16:09 +0100 (CET) In-Reply-To: <1553533414-9911-13-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 12/13] net/mlx5: update event handler for multiport IB > devices >=20 > This patch modifies asynchronous event handler to support multiport > Infiniband devices. Handler queries the event parameters, including event > source port index, and invokes the handler for specific devices with > appropriate port_id. >=20 > Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler