Re: [PATCH 01/30] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-11-05 Thread Etelson, Gregory
On Sun, 5 Nov 2023, Thomas Monjalon wrote: External email: Use caution opening links or attachments The description of this patch does not match the change. Also the change is going backward, using deprecated fields. It does not make sense, I'll skip it. Hello Thomas, Patches in that s

Re: [PATCH 01/30] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-11-05 Thread Thomas Monjalon
The description of this patch does not match the change. Also the change is going backward, using deprecated fields. It does not make sense, I'll skip it. 29/10/2023 17:31, Gregory Etelson: > New mlx5dr_context member replaces mlx5dr_cmd_query_caps. > Capabilities structure is a member of mlx5dr_

[PATCH 01/30] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data

2023-10-29 Thread Gregory Etelson
New mlx5dr_context member replaces mlx5dr_cmd_query_caps. Capabilities structure is a member of mlx5dr_context. Signed-off-by: Gregory Etelson Acked-by: Ori Kam --- drivers/net/mlx5/hws/mlx5dr_definer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/mlx5/hws