From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id D2B9F56AB for ; Mon, 11 May 2015 19:30:06 +0200 (CEST) Received: by pabtp1 with SMTP id tp1so115046601pab.2 for ; Mon, 11 May 2015 10:30:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=sipvKUtqkn7C/Q1Lb2iNVd2enHu0VUDhbyk0GCafUgs=; b=Yb+uzbZnrmDHbFjiLht+YSPpnvr1jQqxq6cV62fuq1zUKDuLKiSZbYkW6oWr2I80Nn f1FYsynXM2oOj+ItUR0dLlUzD0thcwoCax+xyzDUjuXs4+R4o4fjWEGmOAW3p+hXnTSf nQfIjBzNMASWQCoW1fIAdnZbq3xnIKsgXEN1HSa7IHF54Qev5PAV7o5ZXBB+h3UQSOXV NMCMuJuX9udhCKJh26wtaAhfELjXTPYSwZ1DdmCawOXT1G/1hR37b10y3ZIjFfkQlvZh kiazQqk77HL3giYQQercigKJ4vuhxj5UdH+2VyhDFFmPRmlxenPymt/InxZXJM6Iqyq5 gHCQ== X-Gm-Message-State: ALoCoQneSgDMGw2h7O0C+pgQMG/xZk0LJ+DicKL1f7jkk3qPp0S/bulS8Lc752YqhYPTCbdBHzRD X-Received: by 10.70.32.164 with SMTP id k4mr21137553pdi.138.1431365406177; Mon, 11 May 2015 10:30:06 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id b10sm13716939pdj.0.2015.05.11.10.30.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 10:30:05 -0700 (PDT) Date: Mon, 11 May 2015 10:30:09 -0700 From: Stephen Hemminger To: Neil Horman Message-ID: <20150511103009.4b329483@urahara> In-Reply-To: <20150511153708.GB8310@hmsreliant.think-freely.org> References: <1431041135-6289-1-git-send-email-stephen@networkplumber.org> <1431041135-6289-2-git-send-email-stephen@networkplumber.org> <38426478085b4e779e18967cd1b6ae4f@BRMWP-EXMB11.corp.brocade.com> <20150511082359.047ae8d0@urahara> <20150511153708.GB8310@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 1/4] pci: allow access to PCI config space 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 17:30:07 -0000 On Mon, 11 May 2015 11:37:08 -0400 Neil Horman wrote: > On Mon, May 11, 2015 at 08:23:59AM -0700, Stephen Hemminger wrote: > > Ok will stub out the pci_config stuff for BSD. > > But I don't have time or resources to do real BSD support. > > > > Also, the whole bnx2x driver loads firmware and that probably has dependencies > > that are different on BSD > > > Thats a fair point. Is the implication here that, even with the stub functions > for pci config space, bnx2x won't build on BSD? > > Neil > It will build but not run since it looks for firmware in /lib/firmware