RE: [PATCH] net/mlx5: fix action template expansion: support indirect actions list

2024-02-29 Thread Raslan Darawsheh
; Matan Azrad > > Subject: [PATCH] net/mlx5: fix action template expansion: support indirect > actions list > > MLX5 PMD actions template compilation may implicitly add MODIFY_HEADER > to actions list provided by application. > MLX5 actions in a template list must be arranged

[PATCH] net/mlx5: fix action template expansion: support indirect actions list

2024-02-29 Thread Gregory Etelson
MLX5 PMD actions template compilation may implicitly add MODIFY_HEADER to actions list provided by application. MLX5 actions in a template list must be arranged according to the HW supported order. The PMD must place new MODIFY_HEADER in the correct location relative to existing actions. The patch