All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Cc: netdev@vger.kernel.org, anthony.l.nguyen@intel.com,
	intel-wired-lan@lists.osuosl.org, magnus.karlsson@intel.com
Subject: Re: [Intel-wired-lan] [PATCH iwl-next 1/2] ice: make ice_vsi_cfg_rxq() static
Date: Wed, 24 Jan 2024 10:09:25 +0000	[thread overview]
Message-ID: <20240124100925.GS254773@kernel.org> (raw)
In-Reply-To: <20240123115846.559559-2-maciej.fijalkowski@intel.com>

On Tue, Jan 23, 2024 at 12:58:45PM +0100, Maciej Fijalkowski wrote:
> Currently, XSK control path in ice driver calls directly
> ice_vsi_cfg_rxq() whereas we have ice_vsi_cfg_single_rxq() for that
> purpose. Use the latter from XSK side and make ice_vsi_cfg_rxq() static.
> 
> ice_vsi_cfg_rxq() resides in ice_base.c and is rather big, so to reduce
> the code churn let us move two callers of it from ice_lib.c to
> ice_base.c.
> 
> Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>

Reviewed-by: Simon Horman <horms@kernel.org>


WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@kernel.org>
To: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org,
	anthony.l.nguyen@intel.com, magnus.karlsson@intel.com
Subject: Re: [PATCH iwl-next 1/2] ice: make ice_vsi_cfg_rxq() static
Date: Wed, 24 Jan 2024 10:09:25 +0000	[thread overview]
Message-ID: <20240124100925.GS254773@kernel.org> (raw)
In-Reply-To: <20240123115846.559559-2-maciej.fijalkowski@intel.com>

On Tue, Jan 23, 2024 at 12:58:45PM +0100, Maciej Fijalkowski wrote:
> Currently, XSK control path in ice driver calls directly
> ice_vsi_cfg_rxq() whereas we have ice_vsi_cfg_single_rxq() for that
> purpose. Use the latter from XSK side and make ice_vsi_cfg_rxq() static.
> 
> ice_vsi_cfg_rxq() resides in ice_base.c and is rather big, so to reduce
> the code churn let us move two callers of it from ice_lib.c to
> ice_base.c.
> 
> Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>

Reviewed-by: Simon Horman <horms@kernel.org>


  reply	other threads:[~2024-01-24 10:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 11:58 [Intel-wired-lan] [PATCH iwl-next 0/2] ice: use ice_vsi_cfg_single_{r, t}xq in XSK Maciej Fijalkowski
2024-01-23 11:58 ` [PATCH iwl-next 0/2] ice: use ice_vsi_cfg_single_{r,t}xq " Maciej Fijalkowski
2024-01-23 11:58 ` [Intel-wired-lan] [PATCH iwl-next 1/2] ice: make ice_vsi_cfg_rxq() static Maciej Fijalkowski
2024-01-23 11:58   ` Maciej Fijalkowski
2024-01-24 10:09   ` Simon Horman [this message]
2024-01-24 10:09     ` Simon Horman
2024-01-31  3:19   ` [Intel-wired-lan] " Rout, ChandanX
2024-01-31  3:19     ` Rout, ChandanX
2024-01-23 11:58 ` [Intel-wired-lan] [PATCH iwl-next 2/2] ice: make ice_vsi_cfg_txq() static Maciej Fijalkowski
2024-01-23 11:58   ` Maciej Fijalkowski
2024-01-24 10:09   ` [Intel-wired-lan] " Simon Horman
2024-01-24 10:09     ` Simon Horman
2024-01-31  3:16   ` [Intel-wired-lan] " Rout, ChandanX
2024-01-31  3:16     ` Rout, ChandanX
2024-01-24  7:59 ` [Intel-wired-lan] [PATCH iwl-next 0/2] ice: use ice_vsi_cfg_single_{r, t}xq in XSK Magnus Karlsson
2024-01-24  7:59   ` [PATCH iwl-next 0/2] ice: use ice_vsi_cfg_single_{r,t}xq " Magnus Karlsson

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=20240124100925.GS254773@kernel.org \
    --to=horms@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=magnus.karlsson@intel.com \
    --cc=netdev@vger.kernel.org \
    /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.