From 93b7c9d8b7d42ada3dc46560a0cb9dfddd6eda7a Mon Sep 17 00:00:00 2001 From: Ajit Khaparde Date: Thu, 29 Sep 2016 12:04:08 -0500 Subject: [PATCH] doc: update bnxt guide This patch reformats the Broadcom PMD driver documentation. Also since the PMD now loads on a VF interface, update the documentation accordingly. Signed-off-by: Ajit Khaparde Acked-by: John McNamara --- doc/guides/nics/bnxt.rst | 46 ++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst index cf7fca80b4..ad33cd5d9d 100644 --- a/doc/guides/nics/bnxt.rst +++ b/doc/guides/nics/bnxt.rst @@ -27,27 +27,33 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -bnxt poll mode driver library -============================= +BNXT Poll Mode Driver +===================== The bnxt poll mode library (**librte_pmd_bnxt**) implements support for: -**Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of -Ethernet Network Controllers**. These adapters support Standards compliant -10/25/50Gbps 30MPPS full-duplex throughput. -**Broadcom StrataGX® BCM5871X Series of Communucations Processors** -These ARM based processors target a broad range of networking applications -including virtual CPE (vCPE) and NFV appliances, 10G service routers and -gateways, control plane processing for Ethernet switches and network attached -storage (NAS). - -Information about the NetXtreme family of adapters can be found in the -`NetXtreme® Brand section `_ -of the `Broadcom website `_. - -Information about the StrataGX family of adapters can be found in the -`StrataGX® BCM5871X Series section -`_ -of the `Broadcom website `_. + + * **Broadcom NetXtreme-C®/NetXtreme-E® BCM5730X and BCM5740X family of + Ethernet Network Controllers** + + These adapters support Standards compliant 10/25/50Gbps 30MPPS + full-duplex throughput. + + Information about the NetXtreme family of adapters can be found in the + `NetXtreme® Brand section + `_ + of the `Broadcom website `_. + + * **Broadcom StrataGX® BCM5871X Series of Communucations Processors** + + These ARM based processors target a broad range of networking applications + including virtual CPE (vCPE) and NFV appliances, 10G service routers and + gateways, control plane processing for Ethernet switches and network + attached storage (NAS). + + Information about the StrataGX family of adapters can be found in the + `StrataGX® BCM5871X Series section + `_ + of the `Broadcom website `_. Limitations ----------- @@ -56,5 +62,3 @@ With the current driver, allocated mbufs must be large enough to hold the entire received frame. If the mbufs are not large enough, the packets will be dropped. This is most limiting when jumbo frames are used. - -SR-IOV is not supported. -- 2.20.1