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/14][pull request] ice: refactor mailbox overflow detection
Date: Thu, 16 Mar 2023 04:40:20 +0000	[thread overview]
Message-ID: <167894162063.2389.8463430158338725225.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230313182123.483057-1-anthony.l.nguyen@intel.com>

Hello:

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

On Mon, 13 Mar 2023 11:21:09 -0700 you wrote:
> Jake Keller says:
> 
> The primary motivation of this series is to cleanup and refactor the mailbox
> overflow detection logic such that it will work with Scalable IOV. In
> addition a few other minor cleanups are done while I was working on the
> code in the area.
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] ice: re-order ice_mbx_reset_snapshot function
    https://git.kernel.org/netdev/net-next/c/504ce971f260
  - [net-next,02/14] ice: convert ice_mbx_clear_malvf to void and use WARN
    https://git.kernel.org/netdev/net-next/c/28756d9ec93e
  - [net-next,03/14] ice: track malicious VFs in new ice_mbx_vf_info structure
    https://git.kernel.org/netdev/net-next/c/e4eaf8938852
  - [net-next,04/14] ice: move VF overflow message count into struct ice_mbx_vf_info
    https://git.kernel.org/netdev/net-next/c/8cd8a6b17d27
  - [net-next,05/14] ice: remove ice_mbx_deinit_snapshot
    https://git.kernel.org/netdev/net-next/c/4bdf5f258331
  - [net-next,06/14] ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handler
    https://git.kernel.org/netdev/net-next/c/07cc1a942216
  - [net-next,07/14] ice: initialize mailbox snapshot earlier in PF init
    https://git.kernel.org/netdev/net-next/c/dde7db637d99
  - [net-next,08/14] ice: declare ice_vc_process_vf_msg in ice_virtchnl.h
    https://git.kernel.org/netdev/net-next/c/33b035e70611
  - [net-next,09/14] ice: always report VF overflowing mailbox even without PF VSI
    https://git.kernel.org/netdev/net-next/c/4f0636fef61a
  - [net-next,10/14] ice: remove unnecessary &array[0] and just use array
    https://git.kernel.org/netdev/net-next/c/3f22fc3131b8
  - [net-next,11/14] ice: pass mbxdata to ice_is_malicious_vf()
    https://git.kernel.org/netdev/net-next/c/afc24d6584fb
  - [net-next,12/14] ice: print message if ice_mbx_vf_state_handler returns an error
    https://git.kernel.org/netdev/net-next/c/4508bf02bf8a
  - [net-next,13/14] ice: move ice_is_malicious_vf() to ice_virtchnl.c
    https://git.kernel.org/netdev/net-next/c/c414463ab1bb
  - [net-next,14/14] ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()
    https://git.kernel.org/netdev/net-next/c/be96815c6168

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-03-16  4:41 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 18:21 [PATCH net-next 00/14][pull request] ice: refactor mailbox overflow detection Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 01/14] ice: re-order ice_mbx_reset_snapshot function Tony Nguyen
2023-03-14 13:41   ` Leon Romanovsky
2023-03-13 18:21 ` [PATCH net-next 02/14] ice: convert ice_mbx_clear_malvf to void and use WARN Tony Nguyen
2023-03-14 13:41   ` Leon Romanovsky
2023-03-13 18:21 ` [PATCH net-next 03/14] ice: track malicious VFs in new ice_mbx_vf_info structure Tony Nguyen
2023-03-14 13:43   ` Leon Romanovsky
2023-03-14 21:20     ` Keller, Jacob E
2023-03-13 18:21 ` [PATCH net-next 04/14] ice: move VF overflow message count into struct ice_mbx_vf_info Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 05/14] ice: remove ice_mbx_deinit_snapshot Tony Nguyen
2023-03-14 13:48   ` Leon Romanovsky
2023-03-13 18:21 ` [PATCH net-next 06/14] ice: merge ice_mbx_report_malvf with ice_mbx_vf_state_handler Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 07/14] ice: initialize mailbox snapshot earlier in PF init Tony Nguyen
2023-03-14 13:50   ` Leon Romanovsky
2023-03-13 18:21 ` [PATCH net-next 08/14] ice: declare ice_vc_process_vf_msg in ice_virtchnl.h Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 09/14] ice: always report VF overflowing mailbox even without PF VSI Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 10/14] ice: remove unnecessary &array[0] and just use array Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 11/14] ice: pass mbxdata to ice_is_malicious_vf() Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 12/14] ice: print message if ice_mbx_vf_state_handler returns an error Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 13/14] ice: move ice_is_malicious_vf() to ice_virtchnl.c Tony Nguyen
2023-03-13 18:21 ` [PATCH net-next 14/14] ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg() Tony Nguyen
2023-03-14 13:57 ` [PATCH net-next 00/14][pull request] ice: refactor mailbox overflow detection Leon Romanovsky
2023-03-14 21:26   ` Jacob Keller
2023-03-15  9:01     ` Leon Romanovsky
2023-03-16  4:40 ` 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=167894162063.2389.8463430158338725225.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.