On Thu, Jul 02, 2020 at 11:18:03AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Over the years, the main.c file grew above all imagination and was >8K > LOC of the code. This caused to a huge burden while I started to work on > ib_flow allocation patches. > > This series implements long standing "internal" wish to move flow logic > from the main to separate file. > > Based on > https://lore.kernel.org/linux-rdma/20200630101855.368895-4-leon@xxxxxxxxxx > > Thanks > > Leon Romanovsky (6): > RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function > RDMA/mlx5: Separate restrack callbacks initialization from main.c > RDMA/mlx5: Separate counters from main.c > RDMA/mlx5: Separate flow steering logic from main.c > RDMA/mlx5: Cleanup DEVX initialization flow > RDMA/mlx5: Delete one-time used functions Applied to for-next, thanks Jason