From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id 25CE42716 for ; Mon, 11 May 2015 17:24:00 +0200 (CEST) Received: by pdea3 with SMTP id a3so150494570pde.3 for ; Mon, 11 May 2015 08:23:59 -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=bUYImVqaM4MdfJCzwKF62Z25iYSM4n4YsHFLZxOuMYs=; b=i2L6whH29FvanBjWmYyV2gUkjZt2ZmXqz0gb52q+YVU0SBpLn1ds1VXCKyH4A+sqFt 2yqPJZYfa/oMT5j8vt2JXd/ImsB1iFv6MeK1jNDEk1N4bfjZ5A5VMRK2hdcGMRqX6XaT SNUKgZtyIUCPq19I74bkZR37opLo7rJ0ypyVbhpZ68TFW4qgNaQD1wjrb9aTGe77F74b jWBtPNFNo/vD9GC9l5XClRX+uaVT8zYaxo7UJBapGKuD7dDL+C1PbSsKNR1Ozo0dS/IM ZWzSBbT31m1X3sAeVbZJSCJaU8IETqsqSUCTkUgGnAIsglEYUeVu7XuCRKoxpoViU0G8 okDw== X-Gm-Message-State: ALoCoQmDGha9Ve5lGfok2F791+9eDWEEaaH/k63TbdcUei9FfwqF435kCDQ6wDr33YFvPY58hEnS X-Received: by 10.68.246.38 with SMTP id xt6mr19740608pbc.20.1431357839269; Mon, 11 May 2015 08:23:59 -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 xo3sm13423203pbb.74.2015.05.11.08.23.58 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 08:23:59 -0700 (PDT) Date: Mon, 11 May 2015 08:23:59 -0700 From: Stephen Hemminger To: Neil Horman Message-ID: <20150511082359.047ae8d0@urahara> In-Reply-To: <38426478085b4e779e18967cd1b6ae4f@BRMWP-EXMB11.corp.brocade.com> 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> 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 15:24:00 -0000 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