The age action using ASO was recently introduced in MLX5 PMD. This series includes fixes for this feature, repairing issues found and updating it to the released rdma-core API.
Dekel Peled (3): net/mlx5: fix unfreed memory on ASO age close net/mlx5: fix input register for ASO object common/mlx5: move to formal ASO action API drivers/common/mlx5/linux/meson.build | 4 +-- drivers/common/mlx5/linux/mlx5_glue.c | 38 ++++++++++++---------- drivers/common/mlx5/linux/mlx5_glue.h | 6 ++-- drivers/net/mlx5/linux/mlx5_os.c | 36 +++++++++++++-------- drivers/net/mlx5/mlx5.c | 2 +- drivers/net/mlx5/mlx5_flow.c | 1 + drivers/net/mlx5/mlx5_flow.h | 1 + drivers/net/mlx5/mlx5_flow_dv.c | 45 +++++++++++++++++++++------ 8 files changed, 88 insertions(+), 45 deletions(-) -- 2.25.1