All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jacob Keller <jacob.e.keller@intel.com>
Cc: vladimir.oltean@nxp.com, akpm@linux-foundation.org,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	anthony.l.nguyen@intel.com, przemyslaw.kitszel@intel.com,
	masahiroy@kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next v10 00/10] lib: packing: introduce and use (un)pack_fields
Date: Thu, 12 Dec 2024 04:30:43 +0000	[thread overview]
Message-ID: <173397784350.1847197.11269459764302654216.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241210-packing-pack-fields-and-ice-implementation-v10-0-ee56a47479ac@intel.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 10 Dec 2024 12:27:09 -0800 you wrote:
> This series improves the packing library with a new API for packing or
> unpacking a large number of fields at once with minimal code footprint. The
> API is then used to replace bespoke packing logic in the ice driver,
> preparing it to handle unpacking in the future. Finally, the ice driver has
> a few other cleanups related to the packing logic.
> 
> The pack_fields and unpack_fields functions have the following improvements
> over the existing pack() and unpack() API:
> 
> [...]

Here is the summary with links:
  - [net-next,v10,01/10] lib: packing: create __pack() and __unpack() variants without error checking
    https://git.kernel.org/netdev/net-next/c/c4117091d029
  - [net-next,v10,02/10] lib: packing: demote truncation error in pack() to a warning in __pack()
    https://git.kernel.org/netdev/net-next/c/48c2752785ad
  - [net-next,v10,03/10] lib: packing: add pack_fields() and unpack_fields()
    (no matching commit)
  - [net-next,v10,04/10] lib: packing: document recently added APIs
    https://git.kernel.org/netdev/net-next/c/a9ad2a8dfb43
  - [net-next,v10,05/10] ice: remove int_q_state from ice_tlan_ctx
    (no matching commit)
  - [net-next,v10,06/10] ice: use structures to keep track of queue context size
    (no matching commit)
  - [net-next,v10,07/10] ice: use <linux/packing.h> for Tx and Rx queue context data
    (no matching commit)
  - [net-next,v10,08/10] ice: reduce size of queue context fields
    https://git.kernel.org/netdev/net-next/c/f72588a4267b
  - [net-next,v10,09/10] ice: move prefetch enable to ice_setup_rx_ctx
    https://git.kernel.org/netdev/net-next/c/ac001acc4d35
  - [net-next,v10,10/10] ice: cleanup Rx queue context programming functions
    https://git.kernel.org/netdev/net-next/c/39be64c34ca3

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



      parent reply	other threads:[~2024-12-12  4:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-10 20:27 [PATCH net-next v10 00/10] lib: packing: introduce and use (un)pack_fields Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 01/10] lib: packing: create __pack() and __unpack() variants without error checking Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 02/10] lib: packing: demote truncation error in pack() to a warning in __pack() Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 03/10] lib: packing: add pack_fields() and unpack_fields() Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 04/10] lib: packing: document recently added APIs Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 05/10] ice: remove int_q_state from ice_tlan_ctx Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 06/10] ice: use structures to keep track of queue context size Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 07/10] ice: use <linux/packing.h> for Tx and Rx queue context data Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 08/10] ice: reduce size of queue context fields Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 09/10] ice: move prefetch enable to ice_setup_rx_ctx Jacob Keller
2024-12-10 20:27 ` [PATCH net-next v10 10/10] ice: cleanup Rx queue context programming functions Jacob Keller
2024-12-11 20:21 ` [PATCH net-next v10 00/10] lib: packing: introduce and use (un)pack_fields Vladimir Oltean
2024-12-12 23:36   ` Jacob Keller
2024-12-12  4:30 ` 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=173397784350.1847197.11269459764302654216.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=anthony.l.nguyen@intel.com \
    --cc=edumazet@google.com \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=vladimir.oltean@nxp.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.