RE: [PATCH] net/mlx5: reuse reformat and modify header actions in a table

2023-10-31 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Monday, October 30, 2023 7:43 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Maayan Kashani > ; Raslan Darawsheh ; Ori Kam > ; Matan Azrad ; Slava Ovsiienko > ; Suanming Mou > Subject: [PATCH] net/mlx5

[PATCH] net/mlx5: reuse reformat and modify header actions in a table

2023-10-30 Thread Gregory Etelson
If application defined several actions templates with non-shared reformat or modify headers actions AND used these templates to create a table, HWS could share reformat or modify headers resources, instead of creating a resource for each action template. The patch activates HWS code in a way that

[PATCH] net/mlx5: reuse reformat and modify header actions in a table

2023-09-18 Thread Gregory Etelson
If application defined several actions templates with non-shared reformat or modify headers actions AND used these templates to create a table, HWS could share reformat or modify headers resources, instead of creating a resource for each action template. The patch activates HWS code in a way that