From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: jiri@resnulli.us, pctammela@mojatatu.com, netdev@vger.kernel.org,
richardcochran@gmail.com, jhs@mojatatu.com,
linux-kernel@vger.kernel.org, edumazet@google.com,
intel-wired-lan@lists.osuosl.org, glipus@gmail.com,
xiyou.wangcong@gmail.com, yepeilin.cs@gmail.com, kuba@kernel.org,
shaozhengchao@huawei.com, pabeni@redhat.com, davem@davemloft.net
Subject: Re: [Intel-wired-lan] [PATCH v4 net-next 00/11] Improve the taprio qdisc's relationship with its children
Date: Wed, 09 Aug 2023 23:10:27 +0000 [thread overview]
Message-ID: <169162262755.8257.7127331416998395436.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230807193324.4128292-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 7 Aug 2023 22:33:13 +0300 you wrote:
> Changes in v4:
> - Clean up some leftovers in the ptp_mock driver.
> - Add CONFIG_PTP_1588_CLOCK_MOCK to tools/testing/selftests/tc-testing/config
> - Wait for taprio schedule to become operational in the selftests
>
> Changes in v3:
> Fix ptp_mock compilation as module, fix small mistakes in selftests.
>
> [...]
Here is the summary with links:
- [v4,net-next,01/11] net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()
https://git.kernel.org/netdev/net-next/c/09e0c3bbde90
- [v4,net-next,02/11] net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode
https://git.kernel.org/netdev/net-next/c/25b0d4e4e41f
- [v4,net-next,03/11] net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()
https://git.kernel.org/netdev/net-next/c/98766add2d55
- [v4,net-next,04/11] net/sched: taprio: delete misleading comment about preallocating child qdiscs
https://git.kernel.org/netdev/net-next/c/6e0ec800c174
- [v4,net-next,05/11] net/sched: taprio: dump class stats for the actual q->qdiscs[]
https://git.kernel.org/netdev/net-next/c/665338b2a7a0
- [v4,net-next,06/11] net: ptp: create a mock-up PTP Hardware Clock driver
https://git.kernel.org/netdev/net-next/c/40b0425f8ba1
- [v4,net-next,07/11] net: netdevsim: use mock PHC driver
https://git.kernel.org/netdev/net-next/c/b63e78fca889
- [v4,net-next,08/11] net: netdevsim: mimic tc-taprio offload
https://git.kernel.org/netdev/net-next/c/35da47fe1c47
- [v4,net-next,09/11] selftests/tc-testing: add ptp_mock Kconfig dependency
https://git.kernel.org/netdev/net-next/c/355adce3010b
- [v4,net-next,10/11] selftests/tc-testing: test that taprio can only be attached as root
https://git.kernel.org/netdev/net-next/c/1890cf08bd99
- [v4,net-next,11/11] selftests/tc-testing: verify that a qdisc can be grafted onto a taprio class
https://git.kernel.org/netdev/net-next/c/29c298d2bc82
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
prev parent reply other threads:[~2023-08-09 23:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 19:33 [Intel-wired-lan] [PATCH v4 net-next 00/11] Improve the taprio qdisc's relationship with its children Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 01/11] net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach() Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 02/11] net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 03/11] net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf() Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 04/11] net/sched: taprio: delete misleading comment about preallocating child qdiscs Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 05/11] net/sched: taprio: dump class stats for the actual q->qdiscs[] Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 06/11] net: ptp: create a mock-up PTP Hardware Clock driver Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 07/11] net: netdevsim: use mock PHC driver Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 08/11] net: netdevsim: mimic tc-taprio offload Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 09/11] selftests/tc-testing: add ptp_mock Kconfig dependency Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 10/11] selftests/tc-testing: test that taprio can only be attached as root Vladimir Oltean
2023-08-07 19:33 ` [Intel-wired-lan] [PATCH v4 net-next 11/11] selftests/tc-testing: verify that a qdisc can be grafted onto a taprio class Vladimir Oltean
2023-08-08 9:08 ` [Intel-wired-lan] [PATCH v4 net-next 00/11] Improve the taprio qdisc's relationship with its children Jamal Hadi Salim
2023-08-09 23: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=169162262755.8257.7127331416998395436.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=glipus@gmail.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pctammela@mojatatu.com \
--cc=richardcochran@gmail.com \
--cc=shaozhengchao@huawei.com \
--cc=vladimir.oltean@nxp.com \
--cc=xiyou.wangcong@gmail.com \
--cc=yepeilin.cs@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