On Sat, Sep 26, 2020 at 01:24:40PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > Changelog: > v1: > * Rebased > * Fixed commit messages. > * Changed "fallthrough" to be "break". > v0: https://lore.kernel.org/lkml/20200910140046.1306341-1-leon@xxxxxxxxxx > ------------------------------------------------------------------------- > > Hi, > > This series mainly changes mlx4, mlx5, and mthca drivers to future > change of QP allocation scheme. > > The rdmavt driver will be sent separately. > > Thanks > > Leon Romanovsky (10): > RDMA/mlx5: Embed GSI QP into general mlx5_ib QP > RDMA/mlx5: Reuse existing fields in parent QP storage object > RDMA/mlx5: Change GSI QP to have same creation flow like other QPs > RDMA/mlx5: Delete not needed GSI QP signal QP type > RDMA/mlx4: Embed GSI QP into general mlx4_ib QP > RDMA/mlx4: Prepare QP allocation to remove from the driver > RDMA/core: Align write and ioctl checks of QP types > RDMA/drivers: Remove udata check from special QP > RDMA/mthca: Combine special QP struct with mthca QP > RDMA/i40iw: Remove intermediate pointer that points to the same struct Applied to for-next, with the extra hunk Thanks, Jason