From: Saeed Mahameed <saeedm@xxxxxxxxxx> Hi Dave, Jakub, Jason This pulls mlx5-next branch into net-next and rdma branches. All patches already reviewed on both rdma and netdev mailing lists. Please pull and let me know if there's any problem. 1) Add multiple FDB steering priorities [1] 2) Introduce HW bits needed to configure MAC list size of VF/SF. Required for ("net/mlx5: Memory optimizations") upcoming series [2]. [1] https://lore.kernel.org/netdev/20211201193621.9129-1-saeed@xxxxxxxxxx/ [2] https://lore.kernel.org/lkml/20211208141722.13646-1-shayd@xxxxxxxxxx/ Thanks, Saeed. The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next for you to fetch changes up to 685b1afd7911676691c4167f420e16a957f5a38e: net/mlx5: Introduce log_max_current_uc_list_wr_supported bit (2021-12-15 10:21:50 -0800) ---------------------------------------------------------------- Maor Gottlieb (4): net/mlx5: Separate FDB namespace net/mlx5: Refactor mlx5_get_flow_namespace net/mlx5: Create more priorities for FDB bypass namespace RDMA/mlx5: Add support to multiple priorities for FDB rules Shay Drory (1): net/mlx5: Introduce log_max_current_uc_list_wr_supported bit drivers/infiniband/hw/mlx5/fs.c | 18 +++++++++--------- drivers/infiniband/hw/mlx5/mlx5_ib.h | 3 ++- drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c | 4 +++- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------- include/linux/mlx5/fs.h | 1 + include/linux/mlx5/mlx5_ifc.h | 2 +- 6 files changed, 76 insertions(+), 28 deletions(-)