[dpdk-dev] [PATCH v2 06/11] bnx2x: FreeBSD enablement

Bruce Richardson bruce.richardson at intel.com
Tue Nov 10 11:48:39 CET 2015


On Mon, Nov 09, 2015 at 03:56:21PM -0800, Rasesh Mody wrote:
> Compile tested.
> 
> Signed-off-by: Rasesh Mody <rasesh.mody at qlogic.com>
> ---
>  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 <DPDK-source-directory>
>     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 <DPDK-source-directory>
> +   make config T=i686-native-linuxapp-gcc install
> +

Minor nit, I think this block belongs in the next patch.



More information about the dev mailing list