Hi, > -----Original Message----- > From: Gregory Etelson <[email protected]> > Sent: Thursday, June 29, 2023 7:48 PM > To: [email protected] > Cc: Maayan Kashani <[email protected]>; Raslan Darawsheh > <[email protected]>; Matan Azrad <[email protected]>; Slava Ovsiienko > <[email protected]>; Ori Kam <[email protected]>; Suanming Mou > <[email protected]> > Subject: [PATCH] net/mlx5: share QUOTA indirect action > > Support shared indirect QUOTA action. > > flow configure 1 queues_number 4 queues_size 64 quotas_number 32 flow > configure 0 queues_number 4 queues_size 64 quotas_number 0 \ > host_port 1 flags 2 > > flow indirect_action 1 create ingress action_id 8 \ > action quota_create limit 18000 mode l3 / end > > flow actions_template 0 create ingress actions_template_id 1 \ > template shared_indirect / jump / end \ > mask quota_create / jump group 0 / end > > flow queue 0 create 0 template_table 1 \ > pattern_template 0 actions_template 0 postpone no \ > pattern eth / end \ > actions shared_indirect 1 8 / jump group 2 / end > > Signed-off-by: Gregory Etelson <[email protected]>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh

