Hi Michael, > -----Original Message----- > From: Michael Baum <michae...@nvidia.com> > Sent: Wednesday, 21 September 2022 17:54 > > When application use queue-based flow rule management and operate the > same flow rule on the same queue, e.g create/destroy/query, API of > querying aged flow rules should also have queue id parameter just like > other queue-based flow APIs. > > By this way, PMD can work in more optimized way since resources are > isolated by queue and needn't synchronize. > > If application do use queue-based flow management but configure port > without RTE_FLOW_PORT_FLAG_STRICT_QUEUE, which means application > operate > a given flow rule on different queues, the queue id parameter will > be ignored. > > Signed-off-by: Michael Baum <michae...@nvidia.com> > ---
Acked-by: Ori Kam <or...@nvidia.com> Thanks, Ori