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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 980A6C07E95 for ; Tue, 20 Jul 2021 10:33:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7679F610D2 for ; Tue, 20 Jul 2021 10:33:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237878AbhGTJwK (ORCPT ); Tue, 20 Jul 2021 05:52:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:60054 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237860AbhGTJuY (ORCPT ); Tue, 20 Jul 2021 05:50:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0FBCA61003; Tue, 20 Jul 2021 10:30:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626777062; bh=BZba0u6E9Kj1O213hoo7yTY3/yz9W+IOIX9KJAiF4e8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=N4GG6hoPQa81JJCoJVxQIAcZlj5NgehDh+P2I+oh6ErOzM2YKXf4X21jbgSmm9c79 hBDpuQH4rgIcnvqXisd3Tb27ZoXoRDLBiNcoyPAeASG3Xil0/FyHk3hB1CfagbrP0U RRDTuguM36tdZUzBohd7K+H+niro65N2VZBjiEzXA1G5LjbVmOQmZ5BSgRiyVADB4o d1wAbHPbkoc4vxEal9E3IebBn+Ok1Q+cB1pnEvKff5/4yDr21uKseagsbyAFNrch2J URm3cbBfAR+vtoeX055mmZgTY59ee0Mfzz9W3CT/eO6KUcBkv1yzpqMJHU32ePWTfQ ZsbBvXgYB9Org== Date: Tue, 20 Jul 2021 12:30:55 +0200 From: Jakub Kicinski To: Ruud Bos Cc: Richard Cochran , Andrew Lunn , "netdev@vger.kernel.org" , "davem@davemloft.net" , "jesse.brandeburg@intel.com" , "anthony.l.nguyen@intel.com" Subject: Re: [PATCH net-next 0/4 resend] igb: support PEROUT and EXTTS PTP pin functions on 82580/i354/i350 Message-ID: <20210720123055.1cee93c7@cakuba> In-Reply-To: <20210719171135.GD5568@hoboy.vegasvil.org> References: <20210719171006.GC5568@hoboy.vegasvil.org> <20210719171135.GD5568@hoboy.vegasvil.org> 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 Mon, 19 Jul 2021 10:11:35 -0700, Richard Cochran wrote: > On Mon, Jul 19, 2021 at 10:10:06AM -0700, Richard Cochran wrote: > > On Mon, Jul 19, 2021 at 02:45:06PM +0000, Ruud Bos wrote: > > > Do I need to resend again? > > > > No need, this time I saw it. > > Actually, on second thought, please resend. While at it please also make sure the patches apply on the right tree, that is this tree most likely: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git unless you're basing them on some Intel tree on purpose.