All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org,
	jacob.e.keller@intel.com
Subject: Re: [PATCH net-next 00/13][pull request] ice: various virtualization cleanups
Date: Wed, 08 Feb 2023 06:00:19 +0000	[thread overview]
Message-ID: <167583601917.31060.6040165620261123739.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230206214813.20107-1-anthony.l.nguyen@intel.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon,  6 Feb 2023 13:48:00 -0800 you wrote:
> Jacob Keller says:
> 
> This series contains a variety of refactors and cleanups in the VF code for
> the ice driver. Its primary focus is cleanup and simplification of the VF
> operations and addition of a few new operations that will be required by
> Scalable IOV, as well as some other refactors needed for the handling of VF
> subfunctions.
> 
> [...]

Here is the summary with links:
  - [net-next,01/13] ice: Add more usage of existing function ice_get_vf_vsi(vf)
    https://git.kernel.org/netdev/net-next/c/772dec645934
  - [net-next,02/13] ice: fix function comment referring to ice_vsi_alloc
    https://git.kernel.org/netdev/net-next/c/a2ca73eae33f
  - [net-next,03/13] ice: drop unnecessary VF parameter from several VSI functions
    https://git.kernel.org/netdev/net-next/c/157acda5b1fa
  - [net-next,04/13] ice: refactor VSI setup to use parameter structure
    https://git.kernel.org/netdev/net-next/c/5e509ab237f1
  - [net-next,05/13] ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg
    https://git.kernel.org/netdev/net-next/c/e15881970692
  - [net-next,06/13] ice: move ice_vf_vsi_release into ice_vf_lib.c
    https://git.kernel.org/netdev/net-next/c/1efee0734b98
  - [net-next,07/13] ice: Pull common tasks into ice_vf_post_vsi_rebuild
    https://git.kernel.org/netdev/net-next/c/aeead3d04fa0
  - [net-next,08/13] ice: add a function to initialize vf entry
    https://git.kernel.org/netdev/net-next/c/b5dcff1fd57a
  - [net-next,09/13] ice: introduce ice_vf_init_host_cfg function
    https://git.kernel.org/netdev/net-next/c/b1b5694235ef
  - [net-next,10/13] ice: convert vf_ops .vsi_rebuild to .create_vsi
    https://git.kernel.org/netdev/net-next/c/5531bb851fba
  - [net-next,11/13] ice: introduce clear_reset_state operation
    https://git.kernel.org/netdev/net-next/c/fa4a15c85c84
  - [net-next,12/13] ice: introduce .irq_close VF operation
    https://git.kernel.org/netdev/net-next/c/537dfe06acca
  - [net-next,13/13] ice: remove unnecessary virtchnl_ether_addr struct use
    https://git.kernel.org/netdev/net-next/c/e0645311e1ab

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-02-08  6:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 21:48 [PATCH net-next 00/13][pull request] ice: various virtualization cleanups Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 01/13] ice: Add more usage of existing function ice_get_vf_vsi(vf) Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 02/13] ice: fix function comment referring to ice_vsi_alloc Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 03/13] ice: drop unnecessary VF parameter from several VSI functions Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 04/13] ice: refactor VSI setup to use parameter structure Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 05/13] ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 06/13] ice: move ice_vf_vsi_release into ice_vf_lib.c Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 07/13] ice: Pull common tasks into ice_vf_post_vsi_rebuild Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 08/13] ice: add a function to initialize vf entry Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 09/13] ice: introduce ice_vf_init_host_cfg function Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 10/13] ice: convert vf_ops .vsi_rebuild to .create_vsi Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 11/13] ice: introduce clear_reset_state operation Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 12/13] ice: introduce .irq_close VF operation Tony Nguyen
2023-02-06 21:48 ` [PATCH net-next 13/13] ice: remove unnecessary virtchnl_ether_addr struct use Tony Nguyen
2023-02-08  6:00 ` patchwork-bot+netdevbpf [this message]

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=167583601917.31060.6040165620261123739.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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.