doc: update vector mode information

Message ID 20201127032134.12755-1-ajit.khaparde@broadcom.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: update vector mode information |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Ajit Khaparde Nov. 27, 2020, 3:21 a.m. UTC
  PMD can support vector mode when jumbo is enabled as long as MTU is not
arge enough to require scattered RX (which also depends on the mbuf size).

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/nics/bnxt.rst | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Thomas Monjalon Nov. 27, 2020, 5:38 p.m. UTC | #1
27/11/2020 04:21, Ajit Khaparde:
> PMD can support vector mode when jumbo is enabled as long as MTU is not
> arge enough to require scattered RX (which also depends on the mbuf size).
> 
> Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst
index 055f1ff91..d34257b61 100644
--- a/doc/guides/nics/bnxt.rst
+++ b/doc/guides/nics/bnxt.rst
@@ -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
 --------