netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: <edward.cree@amd.com>
Cc: netdev@vger.kernel.org, linux-net-drivers@amd.com,
	davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, habetsm.xilinx@gmail.com,
	ecree.xilinx@gmail.com
Subject: Re: [PATCH v2 net-next 00/12] sfc: TC offload counters
Date: Wed, 16 Nov 2022 09:20:19 +0000	[thread overview]
Message-ID: <166859041931.4735.9297046813943664208.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1668430870.git.ecree.xilinx@gmail.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Mon, 14 Nov 2022 13:15:49 +0000 you wrote:
> From: Edward Cree <ecree.xilinx@gmail.com>
> 
> EF100 hardware supports attaching counters to action-sets in the MAE.
> Use these counters to implement stats for TC flower offload.
> 
> The counters are delivered to the host over a special hardware RX queue
>  which should only ever receive counter update messages, not 'real'
>  network packets.
> 
> [...]

Here is the summary with links:
  - [v2,net-next,01/12] sfc: fix ef100 RX prefix macro
    https://git.kernel.org/netdev/net-next/c/5ae0c2263402
  - [v2,net-next,02/12] sfc: add ability for an RXQ to grant credits on refill
    https://git.kernel.org/netdev/net-next/c/e39515398487
  - [v2,net-next,03/12] sfc: add start and stop methods to channels
    https://git.kernel.org/netdev/net-next/c/85697f97fd3c
  - [v2,net-next,04/12] sfc: add ability for extra channels to receive raw RX buffers
    https://git.kernel.org/netdev/net-next/c/36df6136a7d0
  - [v2,net-next,05/12] sfc: add ef100 MAE counter support functions
    https://git.kernel.org/netdev/net-next/c/e5731274cdd1
  - [v2,net-next,06/12] sfc: add extra RX channel to receive MAE counter updates on ef100
    https://git.kernel.org/netdev/net-next/c/25730d8be5d8
  - [v2,net-next,07/12] sfc: add hashtables for MAE counters and counter ID mappings
    https://git.kernel.org/netdev/net-next/c/19a0c989104a
  - [v2,net-next,08/12] sfc: add functions to allocate/free MAE counters
    https://git.kernel.org/netdev/net-next/c/0363aa295781
  - [v2,net-next,09/12] sfc: accumulate MAE counter values from update packets
    https://git.kernel.org/netdev/net-next/c/c4bad432b95a
  - [v2,net-next,10/12] sfc: attach an MAE counter to TC actions that need it
    https://git.kernel.org/netdev/net-next/c/2e0f1eb05692
  - [v2,net-next,11/12] sfc: validate MAE action order
    https://git.kernel.org/netdev/net-next/c/83a187a4eb3a
  - [v2,net-next,12/12] sfc: implement counters readout to TC stats
    https://git.kernel.org/netdev/net-next/c/50f8f2f7fbf2

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



      parent reply	other threads:[~2022-11-16  9:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 13:15 [PATCH v2 net-next 00/12] sfc: TC offload counters edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 01/12] sfc: fix ef100 RX prefix macro edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 02/12] sfc: add ability for an RXQ to grant credits on refill edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 03/12] sfc: add start and stop methods to channels edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 04/12] sfc: add ability for extra channels to receive raw RX buffers edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 05/12] sfc: add ef100 MAE counter support functions edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 06/12] sfc: add extra RX channel to receive MAE counter updates on ef100 edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 07/12] sfc: add hashtables for MAE counters and counter ID mappings edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 08/12] sfc: add functions to allocate/free MAE counters edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 09/12] sfc: accumulate MAE counter values from update packets edward.cree
2022-11-14 13:15 ` [PATCH v2 net-next 10/12] sfc: attach an MAE counter to TC actions that need it edward.cree
2022-11-14 13:16 ` [PATCH v2 net-next 11/12] sfc: validate MAE action order edward.cree
2022-11-14 13:16 ` [PATCH v2 net-next 12/12] sfc: implement counters readout to TC stats edward.cree
2022-11-16  9:20 ` 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=166859041931.4735.9297046813943664208.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=ecree.xilinx@gmail.com \
    --cc=edumazet@google.com \
    --cc=edward.cree@amd.com \
    --cc=habetsm.xilinx@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-net-drivers@amd.com \
    --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 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).