Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp109664ybh; Mon, 20 Jul 2020 11:34:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw7KkKp7v3UG9mwVV8rgjGlXfssaZ7t3rDuEaGKWe6V6IvZEOKKx0116OrSKtyKQ2LeOYtB X-Received: by 2002:aa7:c5d4:: with SMTP id h20mr22127471eds.115.1595270080056; Mon, 20 Jul 2020 11:34:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595270080; cv=none; d=google.com; s=arc-20160816; b=TQn9fCf2VD6To6ZLFvx9xXa7f/t/vTD/Shp99+Ru106clO+S3kaYDd4qqTlFT0Ux/+ xrh9IY6qUQ20dzHOpqv6tQ1TWWNLWOIqNNvGVAZsUyO00Fd8urWUB3IgW1raoZfGJjiw fqwuUNw1PQACaxOBMMbHVvqes9sm7UoYWhiopbIoAyJS6xuzilrO/NvADrxRQJ1CJ0J3 LrsuPcFHckkOHTLHlwn+4uY9bgtHt1YwEZPdQTFt65KJSuWx39diMkVCJkNk9BcUPFyW jqS7cfiT7GcK1XeNweXoiCD0mal9O36jztACRJEimSouFy9eo+AX4QXcj0LNkopFuJ9X 2YWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=OvwSEus/K3IXgybHrZaVkmVVbdFOct3v8aR5yX1p/44=; b=GD/Hu/HyKGh4q3C4r+3athfOuaTTiNggL0+RPTbeKGj68Z6Z18g81p6xKLCBK4w5vu XiZ3mku5h/sPMnvPt3I0igszQKnzF42HML5KWzYqDjW16g1iDb3RClqroCFds2g47otl KbTFBPI3ALzbeaoXhejTKSWcETB4Wj6+XMCdhQxIHANByrkbnjLnRxPw15wcqorAa825 VuKhaCIEJw/nAc4qoNoicn0omZmneM3bIExLMmhQ5vTSuk4mRfPJqljvcdbLorU697cO BTdqvPCK14HU0QCAMxHmt52RBBU/C74ojfgwBPoDIk7GcqMCiNHW/kbeD+JDePQMgfer K+pw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q28si10439025edw.196.2020.07.20.11.34.16; Mon, 20 Jul 2020 11:34:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730248AbgGTSb1 (ORCPT + 99 others); Mon, 20 Jul 2020 14:31:27 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45526 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbgGTSb0 (ORCPT ); Mon, 20 Jul 2020 14:31:26 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jxaZF-0063w5-Tx; Mon, 20 Jul 2020 20:31:13 +0200 Date: Mon, 20 Jul 2020 20:31:13 +0200 From: Andrew Lunn To: Alexander Lobakin Cc: "David S. Miller" , Jakub Kicinski , Igor Russkikh , Michal Kalderon , Ariel Elior , Denis Bolotin , "James E.J. Bottomley" , "Martin K. Petersen" , GR-everest-linux-l2@marvell.com, QLogic-Storage-Upstream@marvell.com, netdev@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 net-next 01/16] linkmode: introduce linkmode_intersects() Message-ID: <20200720183113.GK1339445@lunn.ch> References: <20200720180815.107-1-alobakin@marvell.com> <20200720180815.107-2-alobakin@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200720180815.107-2-alobakin@marvell.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 20, 2020 at 09:08:00PM +0300, Alexander Lobakin wrote: > Add a new helper to find intersections between Ethtool link modes, > linkmode_intersects(), similar to the other linkmode helpers. > > Signed-off-by: Alexander Lobakin > Signed-off-by: Igor Russkikh Reviewed-by: Andrew Lunn Andrew