From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kDHxI4SWzNH/o4Lvr6hs+WIEP3aCKFa14l//LaaAWtE=; b=bhg2QtlXx7rRaUez8fVEZJyNo/kmEqbh/TZaG31QNX3ksdCBrErMdjowGZMFvL2S5+ AV8Rdmzlnpxsz+QBFgmnCIxm9HMSfOfpcVFUME/VCg+7+SXEdL4pjUBPMWJFmJOctLXx R+m4dvgb+Dd4M29thehxq4el+G/DFxN28cWo2TvVISV2xKIroA7iK1OgULe8U2vgRcYG 6VqbDkj+29SDUJNz1QGlotbyWKGh3xz6Ns0uNjMTivPGFAxFp710s2SAZLdRGP0fh4R4 g0WO6WR4NGsMfohkQyYVjc9Q5ut/pei+2l9DRaLQLyn7kzSeR0tdhuYS0PnHdieBCcxf Mqdg== X-Gm-Message-State: ALoCoQm6h+T41mxM3GaxQKusFfi2CaJU5+3LTgq/J/mUyYhPXLbmZXj8G/PuvsHUnDlZiX1kacCz X-Received: by 10.181.13.170 with SMTP id ez10mr17772391wid.72.1431336051227; Mon, 11 May 2015 02:20:51 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id mv11sm12264508wic.23.2015.05.11.02.20.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 02:20:50 -0700 (PDT) From: Thomas Monjalon To: Sujith Sankar Date: Mon, 11 May 2015 11:20:10 +0200 Message-ID: <1496517.GXkynS8C7q@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: References: <1430970549-14965-1-git-send-email-ssujith@cisco.com> <20150507092330.GA5992@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] enic: add support for enic in nic_uio driver for FreeBSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 09:20:52 -0000 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