From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 657DBC43334 for ; Wed, 6 Jul 2022 21:20:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234251AbiGFVUS (ORCPT ); Wed, 6 Jul 2022 17:20:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234331AbiGFVUQ (ORCPT ); Wed, 6 Jul 2022 17:20:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C10701B7A4 for ; Wed, 6 Jul 2022 14:20:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5F6C162166 for ; Wed, 6 Jul 2022 21:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AFDBC3411C; Wed, 6 Jul 2022 21:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657142414; bh=eaE9z/Sndc2Jiv59qeQeHtefBhprhY05sBUp2K6hsy0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=n8XW51c1nTb51aIByBOU/xli8HQK3XnI9nlvbrgj3Gal3diXBfhzPZfURuyT5fs3S 7VeVs1LavIxkGkkbseIs84q/ONbXLWD/XLAiFuckowrl20bUjCnhnKGNEQ1ZGghggG 8mydCZsHqKZewQT7lV6dEVFtt0qa3z8ff+8uKyd1OMpBLYg9YQgDFoFuK+Arckvs/c PLILMcn0XgDo2uY6oOnYu51iK5/boUVxAEDEWpiQ9dmzKVEWuE92szJR+r4/eLelCM In6V4KRasV8fIhq5wVtnUEhdJX/xWtTIqRrokgF3/NOzCsC+yLj+tVi3noO8u4T9pu O3BEL3QEAFMxA== Date: Wed, 6 Jul 2022 14:20:13 -0700 From: Jakub Kicinski To: Martin Habets Cc: Andrew Lunn , davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, ecree.xilinx@gmail.com Subject: Re: [PATCH net-next 1/2] sfc: Add EF100 BAR config support Message-ID: <20220706142013.0afe6196@kernel.org> In-Reply-To: References: <165712441387.6549.4915238154843073311.stgit@palantir17.mph.net> <165712447305.6549.5015491740374054340.stgit@palantir17.mph.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 6 Jul 2022 19:25:01 +0200 Andrew Lunn wrote: > On Wed, Jul 06, 2022 at 05:21:13PM +0100, Martin Habets wrote: > > Provide a "bar_config" file in the sysfs directory of the PCI device. > > This can be used to switch the PCI BAR layout to/from vDPA mode. > > You probably should also Cc: the PCI maintainers. And virtio people, just in case.