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=-5.3 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 724E8C4363D for ; Thu, 24 Sep 2020 22:28:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3022123A1B for ; Thu, 24 Sep 2020 22:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600986487; bh=WeA89t8adCxfN/0OUGWVZYy6Au70JX/nzkj60NX0Bg8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=gYHT2UUQPIbKFNkYKN0Idjcj/yjlbGQyCnBqRGe+DC7v11MoXIMnzxmU/vb/PoHoS 08LA/s8oKAJfYXo6pzmwXZSoHVvew1lqBB0Dug0Sd+5lcdaBZVnqYMxUjn7ilDhbPh OArgfgW80N/JjhUC8g8l19wLGf86DeaKh0FmAkV8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbgIXW2G (ORCPT ); Thu, 24 Sep 2020 18:28:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:51972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726280AbgIXW2G (ORCPT ); Thu, 24 Sep 2020 18:28:06 -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 8E88A221EB; Thu, 24 Sep 2020 22:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600986485; bh=WeA89t8adCxfN/0OUGWVZYy6Au70JX/nzkj60NX0Bg8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PQRQk2q2uj7VBO8d3tgxA7qABhEzFaVVaTNV833hvJZSw9RWyqMO4x8J1/IVUS4Hr Ubya5c8AsUFsAZe7Znl7Nv7DxMJqZdkIW88tQR+m7gqxFXVDV9EpFeOg4KVYC5Lrdn Vqtq2vUTFeyucdGFn2rJQcYFtyYH/HIX1uhp09+w= Date: Thu, 24 Sep 2020 15:28:03 -0700 From: Jakub Kicinski To: "Nguyen, Anthony L" Cc: "Brown, Aaron F" , "davem@davemloft.net" , "netdev@vger.kernel.org" , "intel-wired-lan@lists.osuosl.org" Subject: Re: [Intel-wired-lan] [PATCH net-next v1 4/7] selftests: net: add a test for shared UDP tunnel info tables Message-ID: <20200924152803.00b675b4@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <808d485e3d63a2e10f1fba75c0cac968d8f844aa.camel@intel.com> References: <20200722012716.2814777-1-kuba@kernel.org> <20200722012716.2814777-5-kuba@kernel.org> <20200921144408.19624164@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <808d485e3d63a2e10f1fba75c0cac968d8f844aa.camel@intel.com> 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 Thu, 24 Sep 2020 22:25:46 +0000 Nguyen, Anthony L wrote: > On Mon, 2020-09-21 at 14:44 -0700, Jakub Kicinski wrote: > > Ah, good catch, thanks! Please adjust in your tree or I can send a > > follow up with other patches I still have queued. > > Hi Jakub, > > It'd be great if you could adjust and resend the series. As we're still > working through our email server issue, I don't know if everything > would make it here. No problem, I'll add Aaron's tags and resend. Thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Date: Thu, 24 Sep 2020 15:28:03 -0700 Subject: [Intel-wired-lan] [PATCH net-next v1 4/7] selftests: net: add a test for shared UDP tunnel info tables In-Reply-To: <808d485e3d63a2e10f1fba75c0cac968d8f844aa.camel@intel.com> References: <20200722012716.2814777-1-kuba@kernel.org> <20200722012716.2814777-5-kuba@kernel.org> <20200921144408.19624164@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <808d485e3d63a2e10f1fba75c0cac968d8f844aa.camel@intel.com> Message-ID: <20200924152803.00b675b4@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, 24 Sep 2020 22:25:46 +0000 Nguyen, Anthony L wrote: > On Mon, 2020-09-21 at 14:44 -0700, Jakub Kicinski wrote: > > Ah, good catch, thanks! Please adjust in your tree or I can send a > > follow up with other patches I still have queued. > > Hi Jakub, > > It'd be great if you could adjust and resend the series. As we're still > working through our email server issue, I don't know if everything > would make it here. No problem, I'll add Aaron's tags and resend. Thanks!