V5 - modify the loop conditions (ret == I40EVF_MSG_ERR || ret == I40EVF_MSG_CMD) if there is no free queue available, just end the loop.
DPDK VF send VIRTCHNL_OP_REQUEST_QUEUES to kernel PF or DPDK VF for requesting more queues, then PF will allocate more queues. Zhirun Yan (2): net/i40e: support VF request more queues net/i40e: support PF respond VF request more queues drivers/net/i40e/i40e_ethdev_vf.c | 62 ++++++++++++++++++++++++++++- drivers/net/i40e/i40e_pf.c | 65 +++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+), 2 deletions(-) -- 2.17.1