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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D1F0C43461 for ; Thu, 3 Sep 2020 23:22:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1626A20791 for ; Thu, 3 Sep 2020 23:22:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599175344; bh=M6g66WpLTMQTNAb9mC0cMfugcxarhyhUGBx2mYsX5gY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=fXT4yM/f6+KM3b1IdROIMKR3BYSiTLjLlt/uemwZrmfGji9sRoiL1rz75mG9rpJ8P iPXfCUPtP61YBQY8dZjfJ3O/9ehmqSVfBBG2C9dO4S0Nd+1Ap0tTbDQWNhINqgbc82 KyRZxUcXBxWPSOyd3I3yWqJ7DJhEt+ZDw5BZLK2c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728697AbgICXWX (ORCPT ); Thu, 3 Sep 2020 19:22:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:51392 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725787AbgICXWW (ORCPT ); Thu, 3 Sep 2020 19:22:22 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.5]) (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 46B2A2078E; Thu, 3 Sep 2020 23:22:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599175342; bh=M6g66WpLTMQTNAb9mC0cMfugcxarhyhUGBx2mYsX5gY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nKO5YObpRBUGqmS06dQf7SX6B+MLDYn8/rX2w8hM2wQV/Nxjvwy+LQ2UTdO3SLuSH P2KLptug1WkJ6zbCtI876MrM6x8iI+Bbp7nVSXTuOXaj12zc334T7LvVmzZRHYJqgs 03AoR7n3fjx1uGPbGpl+pq5t8HUaOl1k20+hDSt8= Date: Thu, 3 Sep 2020 16:22:20 -0700 From: Jakub Kicinski To: "Nguyen, Anthony L" Cc: "davem@davemloft.net" , "netdev@vger.kernel.org" , "Kirsher, Jeffrey T" , "intel-wired-lan@lists.osuosl.org" Subject: Re: [PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables Message-ID: <20200903162220.061570d0@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <20200722012716.2814777-1-kuba@kernel.org> <1af4aea7869bdb9f3991536b6449521b214ed103.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 23 Jul 2020 20:06:15 +0000 Nguyen, Anthony L wrote: > On Wed, 2020-07-22 at 14:22 -0700, Tony Nguyen wrote: > > On Tue, 2020-07-21 at 18:27 -0700, Jakub Kicinski wrote: > > > This set converts Intel drivers which have the ability to spawn > > > multiple netdevs, but have only one UDP tunnel port table. > > > > > > Appropriate support is added to the core infra in patch 1, > > > followed by netdevsim support and a selftest. > > > > > > The table sharing works by core attaching the same table > > > structure to all devices sharing the table. This means the > > > reference count has to accommodate potentially large values. > > > > > > Once core is ready i40e and ice are converted. These are > > > complex drivers, and I don't have HW to test so please > > > review.. > > > > I'm requesting our developers to take a look over and validation to > > test the ice and i40e patches. I will report back when I get results. > > Would you mind if I pick these patches up into Jeff's tree? It will > make it easier to test that way. It's been a month. Any ETA on these? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Date: Thu, 3 Sep 2020 16:22:20 -0700 Subject: [Intel-wired-lan] [PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables In-Reply-To: References: <20200722012716.2814777-1-kuba@kernel.org> <1af4aea7869bdb9f3991536b6449521b214ed103.camel@intel.com> Message-ID: <20200903162220.061570d0@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Thu, 23 Jul 2020 20:06:15 +0000 Nguyen, Anthony L wrote: > On Wed, 2020-07-22 at 14:22 -0700, Tony Nguyen wrote: > > On Tue, 2020-07-21 at 18:27 -0700, Jakub Kicinski wrote: > > > This set converts Intel drivers which have the ability to spawn > > > multiple netdevs, but have only one UDP tunnel port table. > > > > > > Appropriate support is added to the core infra in patch 1, > > > followed by netdevsim support and a selftest. > > > > > > The table sharing works by core attaching the same table > > > structure to all devices sharing the table. This means the > > > reference count has to accommodate potentially large values. > > > > > > Once core is ready i40e and ice are converted. These are > > > complex drivers, and I don't have HW to test so please > > > review.. > > > > I'm requesting our developers to take a look over and validation to > > test the ice and i40e patches. I will report back when I get results. > > Would you mind if I pick these patches up into Jeff's tree? It will > make it easier to test that way. It's been a month. Any ETA on these?