The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mohsin Bashir <mohsin.bashr@gmail.com>
Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
	pabeni@redhat.com, shuah@kernel.org, alexander.duyck@gmail.com
Subject: Re: [PATCH net-next 00/14] selftests: net: shaper: Expand shaper API coverage
Date: Fri, 07 Aug 2026 23:50:40 +0000	[thread overview]
Message-ID: <178614664013.2467553.3659943416881200948.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260805030936.1092907-1-mohsin.bashr@gmail.com>

Hello:

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

On Tue,  4 Aug 2026 20:09:22 -0700 you wrote:
> From: Mohsin Bashir <hmohsin@meta.com>
> 
> Add more net shaper selftest coverage for group operations and nested
> node management.
> 
> The series first prepares shared cleanup and capability helpers, and
> separates the basic netdev grouping coverage from the rate-limited
> variant. It then adds tests for updating node shaper rates through both
> .set and .group, discovering the supported nesting depth, deleting child
> nodes and reparenting their leaves, moving queues between nodes, and
> rejecting node reparenting.
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] selftests: net: shaper: Drop redundant command timeouts
    https://git.kernel.org/netdev/net-next/c/9515a13829df
  - [net-next,02/14] selftests: net: shaper: Prepare helpers for group tests
    https://git.kernel.org/netdev/net-next/c/7ea7db704f51
  - [net-next,03/14] selftests: net: shaper: Decouple basic_groups from netdev rate limiting
    https://git.kernel.org/netdev/net-next/c/1b5c2eb00e59
  - [net-next,04/14] selftests: net: shaper: Add basic_groups_with_rate test
    https://git.kernel.org/netdev/net-next/c/ff0c37b8c134
  - [net-next,05/14] selftests: net: shaper: Add node scope .set rate update test
    https://git.kernel.org/netdev/net-next/c/212410dc81df
  - [net-next,06/14] selftests: net: shaper: Add .group rate update test
    https://git.kernel.org/netdev/net-next/c/047735744ded
  - [net-next,07/14] selftests: net: shaper: Add nested depth limit discovery test
    https://git.kernel.org/netdev/net-next/c/1e89d0d7430c
  - [net-next,08/14] selftests: net: shaper: Add child node deletion reparent test
    https://git.kernel.org/netdev/net-next/c/5c84926ef73c
  - [net-next,09/14] selftests: net: shaper: Add queue migration between nodes test
    https://git.kernel.org/netdev/net-next/c/aa05d8096a9b
  - [net-next,10/14] selftests: net: shaper: Add reparenting rejection test
    https://git.kernel.org/netdev/net-next/c/4f197c44981f
  - [net-next,11/14] selftests: net: shaper: Cover scalar attributes
    https://git.kernel.org/netdev/net-next/c/83731be09057
  - [net-next,12/14] selftests: net: shaper: Reject invalid set requests
    https://git.kernel.org/netdev/net-next/c/3651c7e18c04
  - [net-next,13/14] selftests: net: shaper: Cover mixed-parent grouping
    https://git.kernel.org/netdev/net-next/c/ca157503b5b8
  - [net-next,14/14] selftests: net: shaper: Cover recursive node cleanup
    https://git.kernel.org/netdev/net-next/c/e09d72c1c80d

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



      parent reply	other threads:[~2026-08-07 23:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-05  3:09 [PATCH net-next 00/14] selftests: net: shaper: Expand shaper API coverage Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 01/14] selftests: net: shaper: Drop redundant command timeouts Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 02/14] selftests: net: shaper: Prepare helpers for group tests Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 03/14] selftests: net: shaper: Decouple basic_groups from netdev rate limiting Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 04/14] selftests: net: shaper: Add basic_groups_with_rate test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 05/14] selftests: net: shaper: Add node scope .set rate update test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 06/14] selftests: net: shaper: Add .group " Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 07/14] selftests: net: shaper: Add nested depth limit discovery test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 08/14] selftests: net: shaper: Add child node deletion reparent test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 09/14] selftests: net: shaper: Add queue migration between nodes test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 10/14] selftests: net: shaper: Add reparenting rejection test Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 11/14] selftests: net: shaper: Cover scalar attributes Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 12/14] selftests: net: shaper: Reject invalid set requests Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 13/14] selftests: net: shaper: Cover mixed-parent grouping Mohsin Bashir
2026-08-05  3:09 ` [PATCH net-next 14/14] selftests: net: shaper: Cover recursive node cleanup Mohsin Bashir
2026-08-07 23: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=178614664013.2467553.3659943416881200948.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexander.duyck@gmail.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mohsin.bashr@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=shuah@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