Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp902254pxk; Fri, 25 Sep 2020 00:23:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybYVLaAwfKXjLAL3iFsadi+dvGE3z3AE9e74g4U9tJDHFIrKaP3LiLWTeQOzqtNsaTH2lW X-Received: by 2002:a17:906:b097:: with SMTP id x23mr1348248ejy.21.1601018621424; Fri, 25 Sep 2020 00:23:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601018621; cv=none; d=google.com; s=arc-20160816; b=II6lKCRN520c7/roKbOLf2hKZl3jGD7XPVHfYEMP16dMrWm2bcdtWPYs1Sp4yaUJfs gwu2KdMCF7dicbQ+LUBEZavjuTEjkCZOv/K60NZBQalu809oOCICO4gH3HAhJ3c3bqqq W+h0rXK3frXPASbzRtDmacmZJEEdtFGs2ZHp64DiTLY6Hr2ri+3Gj5riQvB9e0URcJP/ BtM7amXcKDf7/6RLsc35kMbg/KUUm84/I1jI4yWpUptas92YzmmNcJS74BUeiJtWA2LG /tZeHIFEX6BeoJP38BislSOrTkepyvXTpPhHU4r8gkKmrSGWn0s2zj0xY7mDzIlUQsMl wOpA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=oLb28nSGGNlhy6EXA9g80OrLWWY2I4AvPFYizX0AeVI=; b=Ha0e3tpn8o5044TVta2iK8aF4/v/0Zdyx1Pb+o536BM+z33p6AQb523HGG1Y3bpNll C/bcAfX/o/yhvcAZNDVahAuLixV6nwoINV0AVGhn4HUurOsUAMd59FymLavGaP8x9ycg FjUkOb4HSZ87DNW4AIebvNHX3KRWkU+N262aqlfVrbQvqXYxExKUCathkqDC1HLFCx42 asJ2mpx7EsQQrdddiHoSlPEiYUxWgyLAyFjOEUbB4NntjxfzNlO/wswl/2BeIE4LWi+o 5Yj1Yee9rKRnIN20rMu7amAOjH0B7F8Y3SmBXYeGzRKbSU4bE4+/bdQlWGiyXx8DZmMI nLtA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c21si1332485edx.296.2020.09.25.00.23.18; Fri, 25 Sep 2020 00:23:41 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nvidia.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727256AbgIYHUK (ORCPT + 99 others); Fri, 25 Sep 2020 03:20:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:43128 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727067AbgIYHUK (ORCPT ); Fri, 25 Sep 2020 03:20:10 -0400 Received: from localhost (unknown [213.57.247.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2F54122211; Fri, 25 Sep 2020 07:20:08 +0000 (UTC) Date: Fri, 25 Sep 2020 10:20:05 +0300 From: Leon Romanovsky To: "Michael S. Tsirkin" Cc: Randy Dunlap , Eli Cohen , virtualization@lists.linux-foundation.org, LKML , "netdev@vger.kernel.org" , Jason Wang , Saeed Mahameed Subject: Re: [PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors Message-ID: <20200925072005.GB2280698@unreal> References: <73f7e48b-8d16-6b20-07d3-41dee0e3d3bd@infradead.org> <20200918082245.GP869610@unreal> <20200924052932-mutt-send-email-mst@kernel.org> <20200924102413.GD170403@mtl-vdi-166.wap.labs.mlnx> <079c831e-214d-22c1-028e-05d84e3b7f04@infradead.org> <20200924120217-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200924120217-mutt-send-email-mst@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 24, 2020 at 12:02:43PM -0400, Michael S. Tsirkin wrote: > On Thu, Sep 24, 2020 at 08:47:05AM -0700, Randy Dunlap wrote: > > On 9/24/20 3:24 AM, Eli Cohen wrote: > > > On Thu, Sep 24, 2020 at 05:30:55AM -0400, Michael S. Tsirkin wrote: > > >>>> --- linux-next-20200917.orig/drivers/vdpa/Kconfig > > >>>> +++ linux-next-20200917/drivers/vdpa/Kconfig > > >>>> @@ -31,7 +31,7 @@ config IFCVF > > >>>> > > >>>> config MLX5_VDPA > > >>>> bool "MLX5 VDPA support library for ConnectX devices" > > >>>> - depends on MLX5_CORE > > >>>> + depends on VHOST_IOTLB && MLX5_CORE > > >>>> default n > > >>> > > >>> While we are here, can anyone who apply this patch delete the "default n" line? > > >>> It is by default "n". > > > > > > I can do that > > > > > >>> > > >>> Thanks > > >> > > >> Hmm other drivers select VHOST_IOTLB, why not do the same? > > > > v1 used select, but Saeed requested use of depends instead because > > select can cause problems. > > > > > I can't see another driver doing that. Perhaps I can set dependency on > > > VHOST which by itself depends on VHOST_IOTLB? > > >> > > >> > > >>>> help > > >>>> Support library for Mellanox VDPA drivers. Provides code that is > > >>>> > > >> > > > > Saeed what kind of problems? It's used with select in other places, > isn't it? IMHO, "depends" is much more explicit than "select". Thanks > > > -- > > ~Randy >