mbox

[RFC,0/2] queue-based flow aged report

Message ID cover.1649308627.git.jackmin@nvidia.com (mailing list archive)
Headers

Message

Jack Min April 7, 2022, 5:30 a.m. UTC
  For the queue-based flow managemnt, application can operate the same flow
on the same queue.

For example, application create flow with age action, query aged flow,
and destroy aged flow. All operations of flow happens on the same queue.

In this case, the PMD could be more optimized since all operations of the
same flow happens in sequence.

The current flow aged report API hasn't queue parameter as same as other
queue-based flow management API.

This RFC propose to add new flow aged report API with queue parameter.
Keep the old one for compatibility.

Xiaoyu Min (2):
  ethdev: port flags for pre-configuration flow hints
  ethdev: queue-based flow aged report

 doc/guides/prog_guide/rte_flow.rst |  4 ++
 lib/ethdev/rte_flow.h              | 60 ++++++++++++++++++++++++++++++
 lib/ethdev/rte_flow_driver.h       |  7 ++++
 3 files changed, 71 insertions(+)