public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?Adri=C3=A1n_Moreno_=3Camorenoz=40redhat=2Ecom=3E?=@ci.codeaurora.org
Cc: netdev@vger.kernel.org, aconole@redhat.com, echaudro@redhat.com,
	horms@kernel.org, i.maximets@ovn.org, dev@openvswitch.org,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next v9 00/10] net: openvswitch: Add sample multicasting.
Date: Sat, 06 Jul 2024 01:10:32 +0000	[thread overview]
Message-ID: <172022823267.9162.5749363663019747112.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240704085710.353845-1-amorenoz@redhat.com>

Hello:

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

On Thu,  4 Jul 2024 10:56:51 +0200 you wrote:
> ** Background **
> Currently, OVS supports several packet sampling mechanisms (sFlow,
> per-bridge IPFIX, per-flow IPFIX). These end up being translated into a
> userspace action that needs to be handled by ovs-vswitchd's handler
> threads only to be forwarded to some third party application that
> will somehow process the sample and provide observability on the
> datapath.
> 
> [...]

Here is the summary with links:
  - [net-next,v9,01/10] net: psample: add user cookie
    https://git.kernel.org/netdev/net-next/c/093b0f366567
  - [net-next,v9,02/10] net: sched: act_sample: add action cookie to sample
    https://git.kernel.org/netdev/net-next/c/03448444ae5c
  - [net-next,v9,03/10] net: psample: skip packet copy if no listeners
    https://git.kernel.org/netdev/net-next/c/c35d86a23029
  - [net-next,v9,04/10] net: psample: allow using rate as probability
    https://git.kernel.org/netdev/net-next/c/7b1b2b60c63f
  - [net-next,v9,05/10] net: openvswitch: add psample action
    https://git.kernel.org/netdev/net-next/c/aae0b82b46cb
  - [net-next,v9,06/10] net: openvswitch: store sampling probability in cb.
    https://git.kernel.org/netdev/net-next/c/71763d8a8203
  - [net-next,v9,07/10] selftests: openvswitch: add psample action
    https://git.kernel.org/netdev/net-next/c/60ccf62d3ceb
  - [net-next,v9,08/10] selftests: openvswitch: add userspace parsing
    https://git.kernel.org/netdev/net-next/c/c7815abbea45
  - [net-next,v9,09/10] selftests: openvswitch: parse trunc action
    https://git.kernel.org/netdev/net-next/c/b192bf12dbb0
  - [net-next,v9,10/10] selftests: openvswitch: add psample test
    https://git.kernel.org/netdev/net-next/c/30d772a03582

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-07-06  1:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-04  8:56 [PATCH net-next v9 00/10] net: openvswitch: Add sample multicasting Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 01/10] net: psample: add user cookie Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 02/10] net: sched: act_sample: add action cookie to sample Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 03/10] net: psample: skip packet copy if no listeners Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 04/10] net: psample: allow using rate as probability Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 05/10] net: openvswitch: add psample action Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 06/10] net: openvswitch: store sampling probability in cb Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 07/10] selftests: openvswitch: add psample action Adrian Moreno
2024-07-04  8:56 ` [PATCH net-next v9 08/10] selftests: openvswitch: add userspace parsing Adrian Moreno
2024-07-04  8:57 ` [PATCH net-next v9 09/10] selftests: openvswitch: parse trunc action Adrian Moreno
2024-07-04  8:57 ` [PATCH net-next v9 10/10] selftests: openvswitch: add psample test Adrian Moreno
2024-07-05  9:49 ` [PATCH net-next v9 00/10] net: openvswitch: Add sample multicasting Adrián Moreno
     [not found] ` <f73l6iiysjulc6eb2j3gm7ng4gkpe2uebnjiaun4fhhaogyp23@u3hi32mc4jvb>
2024-07-05 13:58   ` Adrián Moreno
2024-07-06  1:10 ` 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=172022823267.9162.5749363663019747112.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc==?utf-8?q?Adri=C3=A1n_Moreno_=3Camorenoz=40redhat=2Ecom=3E?=@ci.codeaurora.org \
    --cc=aconole@redhat.com \
    --cc=dev@openvswitch.org \
    --cc=echaudro@redhat.com \
    --cc=horms@kernel.org \
    --cc=i.maximets@ovn.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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