From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] tools: allow binding to other network class devices Date: Thu, 19 May 2016 12:21:13 +0200 Message-ID: <2054196.ZENE9rFXlo@xps13> References: <1462559221-16998-1-git-send-email-cascardo@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Thadeu Lima de Souza Cascardo Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 135E19613 for ; Thu, 19 May 2016 12:21:20 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id a17so118695502wme.0 for ; Thu, 19 May 2016 03:21:20 -0700 (PDT) In-Reply-To: <1462559221-16998-1-git-send-email-cascardo@redhat.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-06 15:27, Thadeu Lima de Souza Cascardo: > dpdk_nic_bind will only handle Ethernet devices, but Mellanox ConnectX-3 Pro, > for example, is a Network class device, but not an Ethernet one. Even though > this allows other devices in the list, like Wireless devices, this should not be > a problem. > > Signed-off-by: Thadeu Lima de Souza Cascardo Applied, thanks