> -----Original Message----- > From: Wu, Jingjing > Sent: Sunday, April 2, 2017 1:24 AM > To: Mcnamara, John <john.mcnam...@intel.com> > Cc: dev@dpdk.org; Wu, Jingjing <jingjing...@intel.com>; sta...@dpdk.org > Subject: [PATCH] doc: fix description on intel VFs > > This patch corrects the description on Physical and Virtual Function > Infrastructure of Intel NICs. The RSS part description should belong to > ixgbe but not i40e. > This patch also add more notes to describe the queue number on Intel > X710/XL710 NICs. > > Fixes: b9fcaeec5fc0 ("doc: add ixgbe VF RSS guide")
> ... > + > + * If the max number of VFs(max_vfs) is set in the range of 1 to 32: > + > + If the number of Rx queues is specified as 4(e.g. `--rxq=4` in > testpmd), then there are totally 32 > + pools(ETH_32_POOLS), and each VF could have 4 Rx queues; I know you are only moving this section of the docs but there are a few issues that are worth fixing while you are doing it. The rxq values require 2 backquote: ``--rxq=4`` in several places. Also, make should that there is a space before each open parenthesis in this section. There are several places where there isn't one: pools(ETH_32_POOLS),