From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f46.google.com ([209.85.214.46]:45635 "EHLO mail-it0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbdKUQEo (ORCPT ); Tue, 21 Nov 2017 11:04:44 -0500 Received: by mail-it0-f46.google.com with SMTP id x13so2567945iti.4 for ; Tue, 21 Nov 2017 08:04:44 -0800 (PST) Date: Tue, 21 Nov 2017 09:04:42 -0700 From: Jason Gunthorpe To: Daniel Jurgens Cc: Mark Bloch , Leon Romanovsky , Doug Ledford , linux-rdma@vger.kernel.org, Paul Moore , Don Dutile , stable@vger.kernel.org Subject: Re: [PATCH rdma-rc 1/2] IB/core: Only enforce security for InfiniBand Message-ID: <20171121160442.GB18272@ziepe.ca> References: <20171121102618.31216-1-leon@kernel.org> <20171121102618.31216-2-leon@kernel.org> <4f5268b5-e5b6-a7d9-2096-70b4ae8facaf@mellanox.com> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410e7b54-02f5-849c-e3ad-56cc61f66647@mellanox.com> Sender: stable-owner@vger.kernel.org List-ID: On Tue, Nov 21, 2017 at 09:37:27AM -0600, Daniel Jurgens wrote: > The only warning that would make sense is if the mixed ports aren't > all IB or RoCE. As you note, CX-3 can mix those two, we don't want to > see warnings about that. I would really like to see cx3 be changed to not do that, then we could finalize this issue upstream: All device ports must be the same protocol. Jason