doc: add vector mode limitation in bnxt guide

PMD can support vector mode when jumbo is enabled as long as MTU is not
large enough to require scattered RX (which also depends on the mbuf size).

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
This commit is contained in:
Ajit Khaparde 2020-11-26 19:21:34 -08:00 committed by Thomas Monjalon
parent 8a8979c9c5
commit f78c615377

View File

@ -892,6 +892,9 @@ is stopped.
Note that TX (or RX) vector mode can be enabled independently from RX (or TX)
vector mode.
Also vector mode is allowed when jumbo is enabled
as long as the MTU setting does not require scattered Rx.
Appendix
--------