All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Jesse Brandeburg <jesse.brandeburg@intel.com>,
	<anthony.l.nguyen@intel.com>
Cc: Ivan Vecera <ivecera@redhat.com>,
	netdev@vger.kernel.org, edumazet@google.com,
	linux-kernel@vger.kernel.org, intel-wired-lan@lists.osuosl.org,
	przemyslaw.kitszel@intel.com, pabeni@redhat.com,
	davem@davemloft.net
Subject: Re: [Intel-wired-lan] [PATCH net-next v2 0/9] i40e: House-keeping and clean-up
Date: Wed, 4 Oct 2023 12:17:57 -0700	[thread overview]
Message-ID: <20231004121757.6812fe64@kernel.org> (raw)
In-Reply-To: <95a7c916-dd15-624e-3cd4-f9225324df72@intel.com>

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 <linux/avf/virtchnl.h>
> > 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 <jesse.brandeburg@intel.com>

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
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Jesse Brandeburg <jesse.brandeburg@intel.com>,
	<anthony.l.nguyen@intel.com>
Cc: Ivan Vecera <ivecera@redhat.com>, <netdev@vger.kernel.org>,
	<poros@redhat.com>, <mschmidt@redhat.com>, <davem@davemloft.net>,
	<edumazet@google.com>, <pabeni@redhat.com>,
	<intel-wired-lan@lists.osuosl.org>,
	<linux-kernel@vger.kernel.org>, <przemyslaw.kitszel@intel.com>
Subject: Re: [PATCH net-next v2 0/9] i40e: House-keeping and clean-up
Date: Wed, 4 Oct 2023 12:17:57 -0700	[thread overview]
Message-ID: <20231004121757.6812fe64@kernel.org> (raw)
In-Reply-To: <95a7c916-dd15-624e-3cd4-f9225324df72@intel.com>

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 <linux/avf/virtchnl.h>
> > 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 <jesse.brandeburg@intel.com>

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

  reply	other threads:[~2023-10-04 19:18 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27  8:31 [Intel-wired-lan] [PATCH net-next v2 0/9] i40e: House-keeping and clean-up Ivan Vecera
2023-09-27  8:31 ` Ivan Vecera
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 1/9] i40e: Remove back pointer from i40e_hw structure Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:08   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:08     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 2/9] i40e: Move I40E_MASK macro to i40e_register.h Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:10   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:10     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 3/9] i40e: Refactor I40E_MDIO_CLAUSE* macros Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:12   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:12     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 4/9] virtchnl: Add header dependencies Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 5/9] i40e: Simplify memory allocation functions Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:14   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:14     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 6/9] i40e: Move memory allocation structures to i40e_alloc.h Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:16   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:16     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 7/9] i40e: Split i40e_osdep.h Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:18   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:18     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 8/9] i40e: Remove circular header dependencies and fix headers Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:22   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:22     ` Pucha, HimasekharX Reddy
2023-09-27  8:31 ` [Intel-wired-lan] [PATCH net-next v2 9/9] i40e: Move DDP specific macros and structures to i40e_ddp.c Ivan Vecera
2023-09-27  8:31   ` Ivan Vecera
2023-10-05  8:23   ` [Intel-wired-lan] " Pucha, HimasekharX Reddy
2023-10-05  8:23     ` Pucha, HimasekharX Reddy
2023-09-27  8:53 ` [Intel-wired-lan] [PATCH net-next v2 0/9] i40e: House-keeping and clean-up Przemek Kitszel
2023-09-27  8:53   ` Przemek Kitszel
2023-09-28 22:12 ` [Intel-wired-lan] " Jesse Brandeburg
2023-09-28 22:12   ` Jesse Brandeburg
2023-10-04 19:17   ` Jakub Kicinski [this message]
2023-10-04 19:17     ` Jakub Kicinski
     [not found] ` <BL3PR11MB6435BA551F4D1F52BAD37CC1C6C2A@BL3PR11MB6435.namprd11.prod.outlook.com>
2023-09-29 12:23   ` [Intel-wired-lan] " Loktionov, Aleksandr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231004121757.6812fe64@kernel.org \
    --to=kuba@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=ivecera@redhat.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.