[dpdk-dev] [PATCH v4 0/2] enable large VF configuration
Ting Xu
ting.xu at intel.com
Thu Oct 15 07:21:41 CEST 2020
This patchset supports to configure up to 256 queue pairs per VF. If
large VF is supported after capability negotiation, VF will request
queues from PF as needed. New virtual channel opcodes and structures
are used to indicate 256 queues, so VF is designed to handle the new
function of configure VSI queues, IRQ mapping and enable/disable queues.
Also, enable VF to query the max RSS queue region for RSS and filter
configuration.
Ting Xu (2):
net/iavf: add IAVF request queues function
net/iavf: enable large VF configuration
---
v3->v4:
Optimize handling messages from PF
v2->v3:
Fix coding style issue.
Move get max RSS queue region after VF reset.
Add request queues capability negotiation.
v1->v2:
Change the communication with kernel PF.
---
drivers/net/iavf/iavf.h | 32 +-
drivers/net/iavf/iavf_ethdev.c | 126 +++++++-
drivers/net/iavf/iavf_rxtx.c | 27 +-
drivers/net/iavf/iavf_vchnl.c | 525 ++++++++++++++++++++++++++++-----
4 files changed, 617 insertions(+), 93 deletions(-)
--
2.17.1
More information about the dev
mailing list