From: patchwork-bot+netdevbpf@kernel.org
To: Nguyen@ci.codeaurora.org, Anthony L <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
sassmann@redhat.com
Subject: Re: [PATCH net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2021-03-31
Date: Thu, 01 Apr 2021 22:50:11 +0000 [thread overview]
Message-ID: <161731741130.4407.5053214899334528050.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210331230858.782492-1-anthony.l.nguyen@intel.com>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Wed, 31 Mar 2021 16:08:43 -0700 you wrote:
> This series contains updates to ice driver only.
>
> Benita adds support for XPS.
>
> Ani moves netdev registration to the end of probe to prevent use before
> the interface is ready and moves up an error check to possibly avoid
> an unneeded call. He also consolidates the VSI state and flag fields to
> a single field.
>
> [...]
Here is the summary with links:
- [net-next,01/15] ice: Add Support for XPS
https://git.kernel.org/netdev/net-next/c/634da4c11843
- [net-next,02/15] ice: Delay netdev registration
https://git.kernel.org/netdev/net-next/c/1e23f076b254
- [net-next,03/15] ice: Update to use package info from ice segment
https://git.kernel.org/netdev/net-next/c/a05983c3d024
- [net-next,04/15] ice: handle increasing Tx or Rx ring sizes
https://git.kernel.org/netdev/net-next/c/2ec5638559c1
- [net-next,05/15] ice: change link misconfiguration message
https://git.kernel.org/netdev/net-next/c/5c57145a49bd
- [net-next,06/15] ice: remove unnecessary duplicated AQ command flag setting
https://git.kernel.org/netdev/net-next/c/800c1443cbe1
- [net-next,07/15] ice: Check for bail out condition early
https://git.kernel.org/netdev/net-next/c/805f980bfe0e
- [net-next,08/15] ice: correct memory allocation call
https://git.kernel.org/netdev/net-next/c/36ac7911fae7
- [net-next,09/15] ice: rename ptype bitmap
https://git.kernel.org/netdev/net-next/c/94a936981a3e
- [net-next,10/15] ice: Change ice_vsi_setup_q_map() to not depend on RSS
https://git.kernel.org/netdev/net-next/c/8134d5ff9788
- [net-next,11/15] ice: Refactor get/set RSS LUT to use struct parameter
https://git.kernel.org/netdev/net-next/c/e3c53928a3b2
- [net-next,12/15] ice: Refactor ice_set/get_rss into LUT and key specific functions
https://git.kernel.org/netdev/net-next/c/b66a972abb6b
- [net-next,13/15] ice: Consolidate VSI state and flags
https://git.kernel.org/netdev/net-next/c/e97fb1aea905
- [net-next,14/15] ice: cleanup style issues
https://git.kernel.org/netdev/net-next/c/0c3e94c24793
- [net-next,15/15] ice: Correct comment block style
https://git.kernel.org/netdev/net-next/c/a07cc1786dab
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-04-01 22:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 23:08 [PATCH net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2021-03-31 Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 01/15] ice: Add Support for XPS Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 02/15] ice: Delay netdev registration Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 03/15] ice: Update to use package info from ice segment Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 04/15] ice: handle increasing Tx or Rx ring sizes Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 05/15] ice: change link misconfiguration message Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 06/15] ice: remove unnecessary duplicated AQ command flag setting Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 07/15] ice: Check for bail out condition early Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 08/15] ice: correct memory allocation call Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 09/15] ice: rename ptype bitmap Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 10/15] ice: Change ice_vsi_setup_q_map() to not depend on RSS Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 11/15] ice: Refactor get/set RSS LUT to use struct parameter Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 12/15] ice: Refactor ice_set/get_rss into LUT and key specific functions Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 13/15] ice: Consolidate VSI state and flags Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 14/15] ice: cleanup style issues Tony Nguyen
2021-03-31 23:08 ` [PATCH net-next 15/15] ice: Correct comment block style Tony Nguyen
2021-04-01 22:50 ` 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=161731741130.4407.5053214899334528050.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Nguyen@ci.codeaurora.org \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sassmann@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).