History log of /freebsd-11-stable/sys/dev/mlx5/mlx5_core/mlx5_fs_tree.c
Revision Date Author Comments
# 353224 07-Oct-2019 hselasky

MFC r352975:
Unify prints in mlx5core.

All prints in mlx5core should use on of the macros:
mlx5_core_err/dbg/warn

Submitted by: slavash@
Sponsored by: Mellanox Technologies


# 341926 12-Dec-2018 hselasky

MFC r341556:
mlx5: Fix for potential memory leaks.

Make sure allocated data gets freed in error cases.

Sponsored by: Mellanox Technologies


# 329200 13-Feb-2018 hselasky

MFC r325638 and r325976:
Refactor the flowsteering APIs used by mlx5en(4). This change is needed by
the coming ibcore and mlx5ib updates in order to support traffic redirection
to so-called raw ethernet QPs.

Remove unused E-switch related routines and files while at it.

Sponsored by: Mellanox Technologies