Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 6 Jul 2020 17:29:58 +0000 (14:29 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 6 Jul 2020 17:29:58 +0000 (14:29 -0300)
commitf11f3f76c7264ca6a0b7c495800879e9f73d0bf7
treec918139a8fd79ea500027b4268adc8f05992ccc4
parentd473f4dc2f95c8c856b1659ced3502802b7d2fbe
parent87fb5c1ccb856838f7f75b1cc85ed0691ee8eb79
Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next

Michael Guralnik says:

====================
This series handles IPoIB child interface creation with setting
interface's HW address.

In current implementation, lladdr requested by user is ignored and
overwritten. Child interface gets the same GID as the parent interface and
a QP number which is assigned by the underlying drivers.

In this series we fix this behavior so that user's requested address is
assigned to the newly created interface.

As specific QP number request is not supported for all vendors, QP number
requested by user will still be overwritten when this is not supported.

Behavior of creation of child interfaces through the sysfs mechanism or
without specifying a requested address, stays the same.
====================

Based on the mlx5-next branch at
      git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
due to dependencies.

* branch 'mlx5_ipoib_qpn':
  RDMA/ipoib: Handle user-supplied address when creating child
  net/mlx5: Enable QP number request when creating IPoIB underlay QP

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/ulp/ipoib/ipoib_main.c