From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 5091F569D for ; Mon, 11 May 2015 17:37:24 +0200 (CEST) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Yrpla-0008NY-75; Mon, 11 May 2015 11:37:19 -0400 Date: Mon, 11 May 2015 11:37:08 -0400 From: Neil Horman To: Stephen Hemminger Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150511082359.047ae8d0@urahara> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No 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 15:37:24 -0000 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