From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 06/11] bnx2x: FreeBSD enablement Date: Tue, 10 Nov 2015 10:48:39 +0000 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 Cc: dev@dpdk.org, sony.chacko@qlogic.com To: Rasesh Mody 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) Content-Disposition: inline In-Reply-To: <1447113386-19346-7-git-send-email-rasesh.mody@qlogic.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.