New upstream version 18.08
[deb_dpdk.git] / doc / guides / nics / bnxt.rst
1 ..  SPDX-License-Identifier: BSD-3-Clause
2     Copyright 2016-2018 Broadcom
3
4 BNXT Poll Mode Driver
5 =====================
6
7 The bnxt poll mode library (**librte_pmd_bnxt**) implements support for:
8
9   * **Broadcom NetXtreme-C®/NetXtreme-E®/NetXtreme-S®
10     BCM5730X / BCM574XX / BCM58000 family of Ethernet Network Controllers**
11
12     These adapters support Standards compliant 10/25/50/100Gbps 30MPPS
13     full-duplex throughput.
14
15     Information about the NetXtreme family of adapters can be found in the
16     `NetXtreme® Brand section
17     <https://www.broadcom.com/products/ethernet-connectivity/controllers/>`_
18     of the `Broadcom website <http://www.broadcom.com/>`_.
19
20   * **Broadcom StrataGX® BCM5871X Series of Communucations Processors**
21
22     These ARM based processors target a broad range of networking applications
23     including virtual CPE (vCPE) and NFV appliances, 10G service routers and
24     gateways, control plane processing for Ethernet switches and network
25     attached storage (NAS).
26
27     Information about the StrataGX family of adapters can be found in the
28     `StrataGX® BCM5871X Series section
29     <http://www.broadcom.com/products/enterprise-and-network-processors/processors/bcm58712>`_
30     of the `Broadcom website <http://www.broadcom.com/>`_.
31
32 Limitations
33 -----------
34
35 With the current driver, allocated mbufs must be large enough to hold
36 the entire received frame.  If the mbufs are not large enough, the
37 packets will be dropped.  This is most limiting when jumbo frames are
38 used.