From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 588935A34 for ; Tue, 10 Nov 2015 11:48:43 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 10 Nov 2015 02:48:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,270,1444719600"; d="scan'208";a="847439298" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.62]) by fmsmga002.fm.intel.com with SMTP; 10 Nov 2015 02:48:41 -0800 Received: by (sSMTP sendmail emulation); Tue, 10 Nov 2015 10:48:40 +0025 Date: Tue, 10 Nov 2015 10:48:39 +0000 From: Bruce Richardson To: Rasesh Mody Message-ID: <20151110104839.GC29836@bricha3-MOBL3> References: <1447113386-19346-1-git-send-email-rasesh.mody@qlogic.com> <1447113386-19346-7-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447113386-19346-7-git-send-email-rasesh.mody@qlogic.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, sony.chacko@qlogic.com Subject: Re: [dpdk-dev] [PATCH v2 06/11] bnx2x: FreeBSD enablement 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: Tue, 10 Nov 2015 10:48:43 -0000 On Mon, Nov 09, 2015 at 03:56:21PM -0800, Rasesh Mody wrote: > Compile tested. > > Signed-off-by: Rasesh Mody > --- > doc/guides/nics/bnx2x.rst | 16 ++++++++++++++++ > drivers/net/bnx2x/bnx2x.c | 9 +++++++++ > drivers/net/bnx2x/bnx2x.h | 23 +++++++++++++++++++++++ > drivers/net/bnx2x/ecore_sp.h | 6 ++++++ > 4 files changed, 54 insertions(+) > > diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst > index 613a2b7..b70de04 100644 > --- a/doc/guides/nics/bnx2x.rst > +++ b/doc/guides/nics/bnx2x.rst > @@ -141,6 +141,14 @@ command: > cd > make config T=x86_64-native-linuxapp-clang install > > +To compile BNX2X PMD for Linux i686 gcc target, run the following "make" > +command: > + > +.. code-block:: console > + > + cd > + make config T=i686-native-linuxapp-gcc install > + Minor nit, I think this block belongs in the next patch.