[dpdk-dev] [PATCH v6 0/3] Support request more queues

Zhirun Yan zhirun.yan at intel.com
Tue Dec 18 17:09:30 CET 2018


V6
- update release note and doc

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 (3):
  net/i40e: support VF request more queues
  net/i40e: support PF respond VF request more queues
  doc: update queue number per vf for i40e

 doc/guides/nics/i40e.rst               | 16 ++++---
 doc/guides/rel_notes/release_19_02.rst |  8 ++++
 drivers/net/i40e/i40e_ethdev_vf.c      | 62 +++++++++++++++++++++++-
 drivers/net/i40e/i40e_pf.c             | 65 ++++++++++++++++++++++++++
 4 files changed, 142 insertions(+), 9 deletions(-)

-- 
2.17.1



More information about the dev mailing list