From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] enic: add support for enic in nic_uio driver for FreeBSD Date: Mon, 11 May 2015 11:20:10 +0200 Message-ID: <1496517.GXkynS8C7q@xps13> References: <1430970549-14965-1-git-send-email-ssujith@cisco.com> <20150507092330.GA5992@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sujith Sankar Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id DE1ADC3EA for ; Mon, 11 May 2015 11:20:51 +0200 (CEST) Received: by wief7 with SMTP id f7so81282038wie.0 for ; Mon, 11 May 2015 02:20:51 -0700 (PDT) In-Reply-To: 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" 2015-05-07 12:57, David Marchand: > On Thu, May 7, 2015 at 11:23 AM, Bruce Richardson wrote: > > On Thu, May 07, 2015 at 09:19:09AM +0530, Sujith Sankar wrote: > > > This patch adds support for enic in the nic_uio driver so that enic > > could be used on FreeBSD. > > > > > > Signed-off-by: Sujith Sankar > > > > Acked-by: Bruce Richardson > > Well this is not really bsd specific, as people who rely on > rte_pci_dev_ids.h header to find devices that must be bound to igb_uio and > consort, will also benefit from this fix. > By the way, I am working on removing these device ids from the eal, since > the pmds should be the only one that maintain their devices ids list. Agree > Will send some patches soon. > > Acked-by: David Marchand Applied, thanks