Hi Alexander, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Wednesday, February 9, 2022 11:38 PM > Subject: [PATCH v4 07/10] app/testpmd: implement rte flow queue flow > operations > > Add testpmd support for the rte_flow_q_create/rte_flow_q_destroy API. > Provide the command line interface for enqueueing flow > creation/destruction operations. Usage example: > testpmd> flow queue 0 create 0 postpone no > template_table 6 pattern_template 0 actions_template 0 > pattern eth dst is 00:16:3e:31:15:c3 / end actions drop / end > testpmd> flow queue 0 destroy 0 postpone yes rule 0 > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> > ---
Acked-by: Ori Kam <or...@nvidia.com> Best, Ori