mbox

[v5,0/2] Support request more queues

Message ID 20181217111054.45414-1-zhirun.yan@intel.com (mailing list archive)
Headers

Message

Yan, Zhirun Dec. 17, 2018, 11:10 a.m. UTC
  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(-)