]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/doc/guides/nics/bnxt.rst
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / doc / guides / nics / bnxt.rst
CommitLineData
9f95a23c
TL
1.. SPDX-License-Identifier: BSD-3-Clause
2 Copyright 2016-2018 Broadcom
7c673cae
FG
3
4BNXT Poll Mode Driver
5=====================
6
7The bnxt poll mode library (**librte_pmd_bnxt**) implements support for:
8
9f95a23c
TL
9 * **Broadcom NetXtreme-C®/NetXtreme-E®/NetXtreme-S®
10 BCM5730X / BCM574XX / BCM58000 family of Ethernet Network Controllers**
7c673cae 11
11fdf7f2 12 These adapters support Standards compliant 10/25/50/100Gbps 30MPPS
7c673cae
FG
13 full-duplex throughput.
14
15 Information about the NetXtreme family of adapters can be found in the
16 `NetXtreme® Brand section
9f95a23c 17 <https://www.broadcom.com/products/ethernet-connectivity/controllers/>`_
7c673cae
FG
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
32Limitations
33-----------
34
35With the current driver, allocated mbufs must be large enough to hold
36the entire received frame. If the mbufs are not large enough, the
37packets will be dropped. This is most limiting when jumbo frames are
38used.