numam-dpdk/doc/guides
Wei Dai ee653bd800 net/i40e: determine number of queues per VF at run time
Without this patch, the number of queues per i40e VF is set to 4
by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4 in config/common_base.
It is a fixed value determined at compile time and can't be changed
at run time.
With this patch, the number of queues per i40e VF can be determined
at run time. For example, if the PCI address of an i40e PF is
aaaa:bb.cc, with the EAL parameter -w aaaa:bb.cc,queue-num-per-vf=8,
the number of queues per VF created from this PF is set to 8.
If there is no "queue-num-per-vf" setting in EAL parameters, it uses
the default value of 4. And if the value after the "queue-num-per-vf"
is invalid, it will also use the default value. The valid values can
be 1, 2, 4, 8, or 16.

Signed-off-by: Wei Dai <wei.dai@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2018-01-16 18:47:49 +01:00
..
contributing fix typos 2018-01-11 18:26:46 +01:00
cryptodevs doc: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
eventdevs doc: remove unused config options 2018-01-16 18:47:49 +01:00
faq
freebsd_gsg
howto doc: add basic howto for flow API 2017-11-07 22:53:22 +01:00
linux_gsg fix typos 2018-01-11 18:26:46 +01:00
mempool doc: remove unused config options 2018-01-16 18:47:49 +01:00
nics net/i40e: determine number of queues per VF at run time 2018-01-16 18:47:49 +01:00
platform doc: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
prog_guide ethdev: add GENEVE flow pattern item 2018-01-16 18:47:49 +01:00
rel_notes net/i40e: determine number of queues per VF at run time 2018-01-16 18:47:49 +01:00
sample_app_ug flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
testpmd_app_ug app/testpmd: support GENEVE pattern item in flow rules 2018-01-16 18:47:49 +01:00
tools doc: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
conf.py doc: use SPDX tag for Intel copyright file 2018-01-04 22:41:40 +01:00
index.rst doc: add octeontx mempool guide 2017-11-12 05:02:42 +01:00