netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pedro Tammela <pctammela@mojatatu.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us, mleitner@redhat.com
Subject: Re: [PATCH net-next v2 0/4] net/sched: act_api: contiguous action arrays
Date: Tue, 05 Dec 2023 10:40:24 +0000	[thread overview]
Message-ID: <170177282489.23603.56753076130768480.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231201175015.214214-1-pctammela@mojatatu.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri,  1 Dec 2023 14:50:11 -0300 you wrote:
> When dealing with action arrays in act_api it's natural to ask if they
> are always contiguous (no NULL pointers in between). Yes, they are in
> all cases so far, so make use of the already present tcf_act_for_each_action
> macro to explicitly document this assumption.
> 
> There was an instance where it was not, but it was refactorable (patch 2)
> to make the array contiguous.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/4] net/sched: act_api: use tcf_act_for_each_action
    https://git.kernel.org/netdev/net-next/c/3872347e0a16
  - [net-next,v2,2/4] net/sched: act_api: avoid non-contiguous action array
    https://git.kernel.org/netdev/net-next/c/a0e947c9ccff
  - [net-next,v2,3/4] net/sched: act_api: stop loop over ops array on NULL in tcf_action_init
    https://git.kernel.org/netdev/net-next/c/e09ac779f736
  - [net-next,v2,4/4] net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many
    https://git.kernel.org/netdev/net-next/c/f9bfc8eb1342

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-12-05 10:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01 17:50 [PATCH net-next v2 0/4] net/sched: act_api: contiguous action arrays Pedro Tammela
2023-12-01 17:50 ` [PATCH net-next v2 1/4] net/sched: act_api: use tcf_act_for_each_action Pedro Tammela
2023-12-01 18:09   ` Marcelo Ricardo Leitner
2023-12-01 17:50 ` [PATCH net-next v2 2/4] net/sched: act_api: avoid non-contiguous action array Pedro Tammela
2023-12-01 18:10   ` Marcelo Ricardo Leitner
2023-12-01 17:50 ` [PATCH net-next v2 3/4] net/sched: act_api: stop loop over ops array on NULL in tcf_action_init Pedro Tammela
2023-12-01 18:05   ` Marcelo Ricardo Leitner
2023-12-01 18:10     ` Marcelo Ricardo Leitner
2023-12-01 17:50 ` [PATCH net-next v2 4/4] net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many Pedro Tammela
2023-12-01 18:12   ` Marcelo Ricardo Leitner
2023-12-05 10: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=170177282489.23603.56753076130768480.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=mleitner@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pctammela@mojatatu.com \
    --cc=xiyou.wangcong@gmail.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).