From: patchwork-bot+netdevbpf@kernel•org
To: Vladimir Oltean <vladimir.oltean@nxp•com>
Cc: netdev@vger•kernel.org, davem@davemloft•net, edumazet@google•com,
kuba@kernel•org, pabeni@redhat•com, xiaoliang.yang_1@nxp•com,
rui.sousa@nxp•com, claudiu.manoil@nxp•com,
alexandre.belloni@bootlin•com, UNGLinuxDriver@microchip•com,
horatiu.vultur@microchip•com, andrew@lunn•ch,
vivien.didelot@gmail•com, f.fainelli@gmail•com, michael@walle•cc,
vinicius.gomes@intel•com, fido_max@inbox•ru,
colin.foster@in-advantage•com, richard.pearn@nxp•com,
kurt@linutronix•de, olteanv@gmail•com, jhs@mojatatu•com,
xiyou.wangcong@gmail•com, jiri@resnulli•us,
linux-kernel@vger•kernel.org
Subject: Re: [PATCH v4 net-next 0/8] Add tc-taprio support for queueMaxSDU
Date: Fri, 30 Sep 2022 02:21:06 +0000 [thread overview]
Message-ID: <166450446620.30186.14343605844530400334.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220928095204.2093716-1-vladimir.oltean@nxp.com>
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel•org>:
On Wed, 28 Sep 2022 12:51:56 +0300 you wrote:
> Changes in v4:
> - avoid bogus fall-through in the implementations of the tc_query_caps
> methods
> - fix bogus patch splitting in hellcreek
>
> v3 at:
> https://patchwork.kernel.org/project/netdevbpf/cover/20220927234746.1823648-1-vladimir.oltean@nxp.com/
>
> [...]
Here is the summary with links:
- [v4,net-next,1/8] net/sched: query offload capabilities through ndo_setup_tc()
https://git.kernel.org/netdev/net-next/c/aac4daa8941e
- [v4,net-next,2/8] net/sched: taprio: allow user input of per-tc max SDU
https://git.kernel.org/netdev/net-next/c/a54fc09e4cba
- [v4,net-next,3/8] net: dsa: felix: offload per-tc max SDU from tc-taprio
https://git.kernel.org/netdev/net-next/c/1712be05a8a7
- [v4,net-next,4/8] net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/case
https://git.kernel.org/netdev/net-next/c/248376b1b13f
- [v4,net-next,5/8] net: dsa: hellcreek: Offload per-tc max SDU from tc-taprio
https://git.kernel.org/netdev/net-next/c/a745c697830b
- [v4,net-next,6/8] net: enetc: cache accesses to &priv->si->hw
https://git.kernel.org/netdev/net-next/c/715bf2610f1d
- [v4,net-next,7/8] net: enetc: use common naming scheme for PTGCR and PTGCAPR registers
https://git.kernel.org/netdev/net-next/c/9a2ea26d97a9
- [v4,net-next,8/8] net: enetc: offload per-tc max SDU from tc-taprio
https://git.kernel.org/netdev/net-next/c/dfc7175de3b0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-09-30 2:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-28 9:51 [PATCH v4 net-next 0/8] Add tc-taprio support for queueMaxSDU Vladimir Oltean
2022-09-28 9:51 ` [PATCH v4 net-next 1/8] net/sched: query offload capabilities through ndo_setup_tc() Vladimir Oltean
2022-09-28 9:51 ` [PATCH v4 net-next 2/8] net/sched: taprio: allow user input of per-tc max SDU Vladimir Oltean
2022-09-28 9:51 ` [PATCH v4 net-next 3/8] net: dsa: felix: offload per-tc max SDU from tc-taprio Vladimir Oltean
2022-09-28 9:52 ` [PATCH v4 net-next 4/8] net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/case Vladimir Oltean
2022-09-28 13:00 ` Kurt Kanzenbach
2022-09-28 9:52 ` [PATCH v4 net-next 5/8] net: dsa: hellcreek: Offload per-tc max SDU from tc-taprio Vladimir Oltean
2022-09-28 9:52 ` [PATCH v4 net-next 6/8] net: enetc: cache accesses to &priv->si->hw Vladimir Oltean
2022-09-28 9:52 ` [PATCH v4 net-next 7/8] net: enetc: use common naming scheme for PTGCR and PTGCAPR registers Vladimir Oltean
2022-09-28 9:52 ` [PATCH v4 net-next 8/8] net: enetc: offload per-tc max SDU from tc-taprio Vladimir Oltean
2022-09-30 2:21 ` 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=166450446620.30186.14343605844530400334.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=UNGLinuxDriver@microchip$(echo .)com \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=andrew@lunn$(echo .)ch \
--cc=claudiu.manoil@nxp$(echo .)com \
--cc=colin.foster@in-advantage$(echo .)com \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=f.fainelli@gmail$(echo .)com \
--cc=fido_max@inbox$(echo .)ru \
--cc=horatiu.vultur@microchip$(echo .)com \
--cc=jhs@mojatatu$(echo .)com \
--cc=jiri@resnulli$(echo .)us \
--cc=kuba@kernel$(echo .)org \
--cc=kurt@linutronix$(echo .)de \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=michael@walle$(echo .)cc \
--cc=netdev@vger$(echo .)kernel.org \
--cc=olteanv@gmail$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=richard.pearn@nxp$(echo .)com \
--cc=rui.sousa@nxp$(echo .)com \
--cc=vinicius.gomes@intel$(echo .)com \
--cc=vivien.didelot@gmail$(echo .)com \
--cc=vladimir.oltean@nxp$(echo .)com \
--cc=xiaoliang.yang_1@nxp$(echo .)com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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