Re: [dpdk-dev] [PATCH v2] net/bnx2x: update document for PMD usage

2017-05-07 Thread Thomas Monjalon
03/05/2017 01:57, Rasesh Mody: > Correct CONFIG_RTE_LIBRTE_BNX2X_PMD config file option and add a note > about external zlib dependency for loading the firmware image. > > Signed-off-by: Rasesh Mody Fixes: ce9b8bb8b998 ("config: disable bnx2x driver") Cc: sta...@dpdk.org Applied, thanks

[dpdk-dev] [PATCH v2] net/bnx2x: update document for PMD usage

2017-05-02 Thread Rasesh Mody
Correct CONFIG_RTE_LIBRTE_BNX2X_PMD config file option and add a note about external zlib dependency for loading the firmware image. Signed-off-by: Rasesh Mody --- doc/guides/nics/bnx2x.rst |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/bnx2x.rst b/d