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 20BE1C433EF for ; Wed, 11 May 2022 22:30:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348760AbiEKWaW (ORCPT ); Wed, 11 May 2022 18:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348751AbiEKWaR (ORCPT ); Wed, 11 May 2022 18:30:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B33320CDAE for ; Wed, 11 May 2022 15:30:16 -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 ams.source.kernel.org (Postfix) with ESMTPS id AB326B82641 for ; Wed, 11 May 2022 22:30:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5DD6EC34116; Wed, 11 May 2022 22:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652308213; bh=l2vuG3/CDuDwGit+CM7BmZ1VfjxfaeA7tweJHxqX6GA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dT5REhB2npkjB0oX3R5AUsXPwIzp3ngoLWDXl5zIac60cN19hn2KAXCHoBRVVY+pL 98mCF7IvR87ulbBChWZvvqE1VkpuyK5zbMmns8Ze82PQW6tz2DWMYTl0DNQQdzF+sN lNbgvEKokU8xCoHOqV9TFh7OTgr+jPGoK7yZxWHEt+gmbvIFVZB1khVZrXt9QB05O3 WiW5xYlbzd+p41SuI8AnU1vAl7Nm11k7X6ibf0wic25BzzD1u7d/e6UpNmpuC0QSFe eza4Rk7+vAR6fMKd0f/aAMhRCWaPMrTrvLYOyvqv0Hj/bVjDTGS6ae3rY6HErj7YAA Vad9Zc+CL0Axg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 43196F03933; Wed, 11 May 2022 22:30:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-05-10 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165230821327.9762.14528839058570975303.git-patchwork-notify@kernel.org> Date: Wed, 11 May 2022 22:30:13 +0000 References: <20220510210656.2168393-1-anthony.l.nguyen@intel.com> In-Reply-To: <20220510210656.2168393-1-anthony.l.nguyen@intel.com> To: Tony Nguyen Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, sasha.neftin@intel.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by Tony Nguyen : On Tue, 10 May 2022 14:06:53 -0700 you wrote: > This series contains updates to igc driver only. > > Sasha cleans up the code by removing an unused function and removing an > enum for PHY type as there is only one PHY. The return type for > igc_check_downshift() is changed to void as it always returns success. > > The following are changes since commit ecd17a87eb78b5bd5ca6d1aa20c39f2bc3591337: > x25: remove redundant pointer dev > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE > > [...] Here is the summary with links: - [net-next,1/3] igc: Remove igc_set_spd_dplx method https://git.kernel.org/netdev/net-next/c/d098538ed4e8 - [net-next,2/3] igc: Remove unused phy_type enum https://git.kernel.org/netdev/net-next/c/7241069f7a07 - [net-next,3/3] igc: Change type of the 'igc_check_downshift' method https://git.kernel.org/netdev/net-next/c/95073d08154a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html