From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com ([74.125.82.49]:42858 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751263AbdKUS5v (ORCPT ); Tue, 21 Nov 2017 13:57:51 -0500 Received: by mail-wm0-f49.google.com with SMTP id l188so3780838wma.1 for ; Tue, 21 Nov 2017 10:57:50 -0800 (PST) Date: Tue, 21 Nov 2017 11:57:44 -0700 From: Jason Gunthorpe To: Don Dutile Cc: Leon Romanovsky , Daniel Jurgens , Mark Bloch , Doug Ledford , linux-rdma@vger.kernel.org, Paul Moore , stable@vger.kernel.org Subject: Re: [PATCH rdma-rc 1/2] IB/core: Only enforce security for InfiniBand Message-ID: <20171121185744.GF18272@ziepe.ca> References: <20171121132215.GU18825@mtr-leonro.local> <9bb92ec4-d29f-55b7-d3ba-33bfe451ea6c@mellanox.com> <20171121151409.GA29826@mellanox.com> <3eff140b-8f0f-1c4f-07b7-9dec46090a1e@mellanox.com> <410e7b54-02f5-849c-e3ad-56cc61f66647@mellanox.com> <20171121160442.GB18272@ziepe.ca> <20171121163454.GW18825@mtr-leonro.local> <20171121163648.GC18272@ziepe.ca> <20171121164802.GY18825@mtr-leonro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Tue, Nov 21, 2017 at 01:16:43PM -0500, Don Dutile wrote: > >>I don't really think it is really too user visible.. Only the device > >>and port number change, but only if running in mixed mode. > > > >Ahh, correct me if I'm wrong, you are proposing to split mlx4_ib devices > >to two devices once it is configured in mixed mode, so everyone will > >have one port only. Did I understand you correctly? > Which would require splitting resources that are shared now? other > splitting issue(s)? A change like this would be almost transparent to most users. The cx3 card in mixed mode will look like a mlx5 card does: two single port RDMA devices. I think only a minimal amount of stuff is actually shared between ports, and as cx5 already demonstrates there isn't really a notable downside to having two kernel RDMA devices. Jason