From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH v2 02/13] net/mlx5: modify get ifindex routine for multiport IB Date: Tue, 26 Mar 2019 11:47:35 +0000 Message-ID: References: <1553155888-27498-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-1-git-send-email-viacheslavo@mellanox.com> <1553533414-9911-3-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-eopbgr10085.outbound.protection.outlook.com [40.107.1.85]) by dpdk.org (Postfix) with ESMTP id 1C6FAA3 for ; Tue, 26 Mar 2019 12:47:37 +0100 (CET) In-Reply-To: <1553533414-9911-3-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:03 PM, Viacheslav Ovsiienko: > Subject: [dpdk-dev] [PATCH v2 02/13] net/mlx5: modify get ifindex routine > for multiport IB >=20 > There is the routine mlx5_nl_ifindex() returning the network interface in= dex > associated with Infiniband device. > We are going to support multiport IB devices, now function takes the IB p= ort > as argument and returns ifindex associated with tuple >=20 > Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler