X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fbnx2x.rst;h=ab90d8ae5eb7d10938b6712b12c98a08731f5c35;hb=f5057be340e44f3edc0fe90fa875eb89a4c49b4f;hp=0a16f0c706c4fad5f169e7355d2450cb3ff3bd23;hpb=7440e8523688f7b3898f0c2d1b6940fdccc869ab;p=dpdk.git diff --git a/doc/guides/nics/bnx2x.rst b/doc/guides/nics/bnx2x.rst index 0a16f0c706..ab90d8ae5e 100644 --- a/doc/guides/nics/bnx2x.rst +++ b/doc/guides/nics/bnx2x.rst @@ -67,9 +67,9 @@ Supported QLogic NICs Prerequisites ------------- -- Requires firmware version **7.2.51.0**. It is included in most of the +- Requires firmware version **7.13.11.0**. It is included in most of the standard Linux distros. If it is not available visit - `linux-firmware git repository `_ + `linux-firmware git repository `_ to get the required firmware. Pre-Installation Configuration @@ -108,6 +108,23 @@ Driver compilation and testing Refer to the document :ref:`compiling and testing a PMD for a NIC ` for details. +Jumbo: Limitation +----------------- + +Rx descriptor limit for number of segments per MTU is set to 1. +PMD doesn't support Jumbo Rx scatter gather. Some applciations can +adjust mbuf_size based on this param and max_pkt_len. + +For others, PMD detects the condition where Rx packet length cannot +be held by configured mbuf size and logs the message. + +Example output: + + .. code-block:: console + + [...] + [bnx2x_recv_pkts:397(04:00.0:dpdk-port-0)] mbuf size 2048 is not enough to hold Rx packet length more than 2046 + SR-IOV: Prerequisites and sample Application Notes --------------------------------------------------