[dpdk-dev] [PATCH v4 0/2] Support request more queues
Zhirun Yan
zhirun.yan at intel.com
Fri Dec 14 15:37:18 CET 2018
V4
- create new branch for case VIRTCHNL_OP_REQUEST_QUEUES.
- put the "int ret" declaration in the new block and left the return
i40evf_init_vlan(dev); as it is.
- fix some warning when start the application.
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
More information about the dev
mailing list