From: Leon Romanovsky <leon@kernel.org> To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@mellanox.com> Cc: Leon Romanovsky <leonro@mellanox.com>, Feras Daoud <ferasda@mellanox.com>, Jakub Kicinski <kuba@kernel.org>, linux-rdma@vger.kernel.org, Michael Guralnik <michaelgur@mellanox.com>, netdev@vger.kernel.org, Saeed Mahameed <saeedm@mellanox.com> Subject: [PATCH rdma-next 0/2] Create IPoIB QP with specific QP number Date: Tue, 23 Jun 2020 14:01:03 +0300 [thread overview] Message-ID: <20200623110105.1225750-1-leon@kernel.org> (raw) From: Leon Romanovsky <leonro@mellanox.com> From Michael, 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. Thanks Michael Guralnik (2): net/mlx5: Enable QP number request when creating IPoIB underlay QP RDMA/ipoib: Handle user-supplied address when creating child drivers/infiniband/ulp/ipoib/ipoib_main.c | 11 +++++++++-- drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 7 +++++++ drivers/net/ethernet/mellanox/mlx5/core/main.c | 3 +++ include/linux/mlx5/mlx5_ifc.h | 9 +++++++-- 4 files changed, 26 insertions(+), 4 deletions(-) -- 2.26.2
next reply other threads:[~2020-06-23 11:01 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-23 11:01 Leon Romanovsky [this message] 2020-06-23 11:01 ` [PATCH mlx5-next 1/2] net/mlx5: Enable QP number request when creating IPoIB underlay QP Leon Romanovsky 2020-06-23 11:01 ` [PATCH rdma-next 2/2] RDMA/ipoib: Handle user-supplied address when creating child Leon Romanovsky 2020-07-02 17:55 ` [PATCH rdma-next 0/2] Create IPoIB QP with specific QP number Jason Gunthorpe 2020-07-03 6:28 ` Leon Romanovsky 2020-07-03 11:40 ` Jason Gunthorpe 2020-07-03 15:40 ` Leon Romanovsky 2020-07-06 17:53 ` Jason Gunthorpe
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200623110105.1225750-1-leon@kernel.org \ --to=leon@kernel.org \ --cc=dledford@redhat.com \ --cc=ferasda@mellanox.com \ --cc=jgg@mellanox.com \ --cc=kuba@kernel.org \ --cc=leonro@mellanox.com \ --cc=linux-rdma@vger.kernel.org \ --cc=michaelgur@mellanox.com \ --cc=netdev@vger.kernel.org \ --cc=saeedm@mellanox.com \ --subject='Re: [PATCH rdma-next 0/2] Create IPoIB QP with specific QP number' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).