i40e PMD divide queues among MAIN VSI and VMDQ VSI. The queue index and pool
index doesn't start from zero.
Get VMDQ queue base and pool base from rte_eth_dev_info_get.
Currently we set up all queues including pf queues. If PMD supports, we could
only set up queues we use.
Signed-off-by: Huawei
Queues in i40e are comprised of main vsi queues and VMDQ vsi queues.
The queue index and pool index of VMDQ doesn't start from zero.
Huawei Xie (1):
support i40e in vhost example
examples/vhost/main.c | 34 +++---
1 file changed, 27 insertions(+), 7 deletions(-)
--
2 matches
Mail list logo