DPDK patches and discussions
 help / color / mirror / Atom feed
* [RFC 0/2] queue-based flow aged report
@ 2022-04-07  5:30 Xiaoyu Min
  2022-04-07  5:30 ` [RFC 1/2] ethdev: port flags for pre-configuration flow hints Xiaoyu Min
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Xiaoyu Min @ 2022-04-07  5:30 UTC (permalink / raw)
  Cc: dev

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(+)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2022-06-06  9:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07  5:30 [RFC 0/2] queue-based flow aged report Xiaoyu Min
2022-04-07  5:30 ` [RFC 1/2] ethdev: port flags for pre-configuration flow hints Xiaoyu Min
2022-04-07 11:27   ` Ori Kam
2022-04-07 13:01     ` Jack Min
2022-04-07 15:04   ` Stephen Hemminger
2022-04-08  2:35     ` Jack Min
2022-05-30 16:46   ` Thomas Monjalon
2022-05-31 10:47     ` Jack Min
2022-04-07  5:30 ` [RFC 2/2] ethdev: queue-based flow aged report Xiaoyu Min
2022-05-30 16:42   ` Thomas Monjalon
2022-05-31 11:06     ` Jack Min
2022-05-31 12:57       ` Thomas Monjalon
2022-06-01  7:39 ` [RFC 0/2] " Xiaoyu Min
2022-06-01  7:39   ` [RFC v2 1/2] ethdev: port flags for pre-configuration flow hints Xiaoyu Min
2022-06-01  9:03     ` Ori Kam
2022-06-01 18:20     ` Andrew Rybchenko
2022-06-02  5:50       ` Ori Kam
2022-06-02  9:38       ` Jack Min
2022-06-01  7:39   ` [RFC v2 2/2] ethdev: queue-based flow aged report Xiaoyu Min
2022-06-01 18:21     ` Andrew Rybchenko
2022-06-02  6:10       ` Ori Kam
2022-06-02 10:23         ` Jack Min
2022-06-06  9:47           ` Ori Kam
2022-06-02  9:39       ` Jack Min

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).