mbox

[v3,0/4] Enable queue rate limit and quanta size configuration

Message ID 20220408053014.846262-1-wenjun1.wu@intel.com (mailing list archive)
Headers

Message

Wenjun Wu April 8, 2022, 5:30 a.m. UTC
  This patch set adds queue rate limit and quanta size configuration.
Quanta size can be changed by driver devarg quanta_size=xxx. Quanta
size should be set to the value between 256 and 4096 and be the product
of 64.

v2: rework virtchnl
v3: add release note

Wenjun Wu (4):
  common/iavf: support queue rate limit and quanta size configuration
  net/iavf: support queue rate limit configuration
  net/iavf: support quanta size configuration
  doc: add release notes for 22.07

 doc/guides/rel_notes/release_22_07.rst |   4 +
 drivers/common/iavf/virtchnl.h         |  50 +++++++
 drivers/net/iavf/iavf.h                |  16 +++
 drivers/net/iavf/iavf_ethdev.c         |  40 ++++++
 drivers/net/iavf/iavf_tm.c             | 190 +++++++++++++++++++++++--
 drivers/net/iavf/iavf_vchnl.c          |  51 +++++++
 6 files changed, 343 insertions(+), 8 deletions(-)