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 CA432E7C4EE for ; Wed, 4 Oct 2023 19:18:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245224AbjJDTSH (ORCPT ); Wed, 4 Oct 2023 15:18:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244858AbjJDTSC (ORCPT ); Wed, 4 Oct 2023 15:18:02 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67BBDBD for ; Wed, 4 Oct 2023 12:17:59 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2AD31C433C8; Wed, 4 Oct 2023 19:17:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696447078; bh=1dS0Z9ElgIFUBEHsLYVsPlKwiqE6Sp4y8ahK1w2rhBg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=prcOQ5bRe94hF2LvEsWOm0VuelDW8/mBkP8Okukn2ssJRhwJjqE30UhiqCuDZE3h7 pQEHJcFCeaHbR4KIYSTzPB4zeSjnlfVxQaR+FbFqbc0EPwQfzYX8hY9XHz9f4KfDYL OE82WHKyKMNOJmzVe4eRjsSPAxe8LUFiTmZtORhvO+7N812m4FehZLYLL9Rtl7/vYE /jCgQe9sFSTCGLHzM1qhKkSe23eQWGKcDUE7C9co0Afh8UJ73N0ipk9kdL/15rQpX/ KgbssMrWq06wN7lSaesnPhHwDmeUYZucNW34YYKLmeEOPL314Sy/ICCqtGEYgdNIgg ExBBIRZd+Rqjw== Date: Wed, 4 Oct 2023 12:17:57 -0700 From: Jakub Kicinski To: Jesse Brandeburg , Cc: Ivan Vecera , , , , , , , , , Subject: Re: [PATCH net-next v2 0/9] i40e: House-keeping and clean-up Message-ID: <20231004121757.6812fe64@kernel.org> In-Reply-To: <95a7c916-dd15-624e-3cd4-f9225324df72@intel.com> References: <20230927083135.3237206-1-ivecera@redhat.com> <95a7c916-dd15-624e-3cd4-f9225324df72@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Sep 2023 15:12:09 -0700 Jesse Brandeburg wrote: > On 9/27/2023 1:31 AM, Ivan Vecera wrote: > > The series makes some house-keeping tasks on i40e driver: > > > > Patch 1: Removes unnecessary back pointer from i40e_hw > > Patch 2: Moves I40E_MASK macro to i40e_register.h where is used > > Patch 3: Refactors I40E_MDIO_CLAUSE* to use the common macro > > Patch 4: Add header dependencies to > > Patch 5: Simplifies memory alloction functions > > Patch 6: Moves mem alloc structures to i40e_alloc.h > > Patch 7: Splits i40e_osdep.h to i40e_debug.h and i40e_io.h > > Patch 8: Removes circular header deps, fixes and cleans headers > > Patch 9: Moves DDP specific macros and structs to i40e_ddp.c > > > > Changes: > > v2 - Fixed kdoc comment for i40e_hw_to_pf() > > - Reordered patches 5 and 7-9 to make them simplier > > spelling: simpler > > Thanks for this cleanup series, the changes all seem sane. > > Reviewed-by: Jesse Brandeburg I'm marking as "awaiting upstream" but feel free to ask for these to be applied directly to net-next if you prefer. -- pw-bot: au