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 4FDF2C00140 for ; Fri, 12 Aug 2022 19:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231799AbiHLTS7 (ORCPT ); Fri, 12 Aug 2022 15:18:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48854 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230433AbiHLTS6 (ORCPT ); Fri, 12 Aug 2022 15:18:58 -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 7A148B089A; Fri, 12 Aug 2022 12:18:58 -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 1403F61789; Fri, 12 Aug 2022 19:18:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 23509C433D6; Fri, 12 Aug 2022 19:18:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660331937; bh=WqMhNONXoMI/kYuDoJu2Q0n+iVmHXh49+6LV8nrfmJ4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XG33GjLvIfBnhfHkLKAWFpl8+zGC6lRkCYGvmDYnozjecYbfvOZzztAU4zRIHFqoA wWom2YxWB0EbpuH+xzWQAcTFVEcyzOWjSMpYzXp7JxTR0mhMs+j9k+za4qSfJwxH7E 8UD/I3S5ILHs82KypnZLDk3CG2m8fuppEAywy3RVVDNMMlGtQBuT2M06vcDW/79Blk AWPoTDRcbttLnjEf9LIOnsJuLefspKcSoW4/zgec9Ptd9QqLYRgJd4jmeoZVZ3WQZC grJagSwBXnZBpKDv+I7fulbLdo8wNM2FA7y70Vz5CL9PTP6mBc0muaKabPCIJjwWW8 BhEXop5gx6lgw== Date: Fri, 12 Aug 2022 12:18:56 -0700 From: Jakub Kicinski To: Martin Habets Cc: Bjorn Helgaas , davem , Paolo Abeni , Eric Dumazet , netdev , ecree.xilinx@gmail.com, linux-pci@vger.kernel.org, virtualization , mst Subject: Re: [PATCH net-next v2 0/2] sfc: Add EF100 BAR config support Message-ID: <20220812121856.2e212b4d@kernel.org> In-Reply-To: References: <165719918216.28149.7678451615870416505.stgit@palantir17.mph.net> <20220707155500.GA305857@bhelgaas> <20220711114806.2724b349@kernel.org> <20220713114804.11c7517e@kernel.org> <20220714090500.356846ea@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, 12 Aug 2022 10:38:35 +0100 Martin Habets wrote: > FYI, during my holiday my colleagues found a way to use the vdpa tool for= this. > That means we should not need this series, at least for vDPA. > So we can drop this series. =F0=9F=8E=89 small victories :)