Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752513AbcLJEJK (ORCPT ); Fri, 9 Dec 2016 23:09:10 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:40114 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751983AbcLJEJI (ORCPT ); Fri, 9 Dec 2016 23:09:08 -0500 Date: Fri, 09 Dec 2016 23:09:07 -0500 (EST) Message-Id: <20161209.230907.2090202510909638105.davem@davemloft.net> To: cov@codeaurora.org Cc: saeedm@mellanox.com, matanb@mellanox.com, leonro@mellanox.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] net: mlx5: Fix Kconfig help text From: David Miller In-Reply-To: <20161209215306.721-1-cov@codeaurora.org> References: <20161209215306.721-1-cov@codeaurora.org> X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 09 Dec 2016 19:09:47 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 320 Lines: 11 From: Christopher Covington Date: Fri, 9 Dec 2016 16:53:05 -0500 > Since the following commit, Infiniband and Ethernet have not been > mutually exclusive. > > Fixes: 4aa17b28 mlx5: Enable mutual support for IB and Ethernet > > Signed-off-by: Christopher Covington Applied.