Re: [dpdk-dev] [PATCH] doc: update vector mode information

2020-11-27 Thread Thomas Monjalon
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 Applied, thanks

[dpdk-dev] [PATCH] doc: update vector mode information

2020-11-26 Thread 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 --- doc/guides/nics/bnxt.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/nics/bnxt.rst b/doc/guide