Netdev List
 help / color / mirror / Atom feed
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, claudiu.manoil@nxp.com,
	vinicius.gomes@intel.com, kurt@linutronix.de,
	jacob.e.keller@intel.com, jhs@mojatatu.com,
	xiyou.wangcong@gmail.com, jiri@resnulli.us,
	simon.horman@corigine.com, irusskikh@marvell.com,
	yisen.zhuang@huawei.com, salil.mehta@huawei.com,
	jesse.brandeburg@intel.com, anthony.l.nguyen@intel.com,
	thomas.petazzoni@bootlin.com, saeedm@nvidia.com, leon@kernel.org,
	horatiu.vultur@microchip.com, lars.povlsen@microchip.com,
	Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
	UNGLinuxDriver@microchip.com, gerhard@engleder-embedded.com,
	s-vadapalli@ti.com, rogerq@kernel.org
Subject: Re: [PATCH v6 net-next 00/13] ENETC mqprio/taprio cleanup
Date: Mon, 06 Feb 2023 10:10:21 +0000	[thread overview]
Message-ID: <167567822122.32454.18057858947281179194.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230204135307.1036988-1-vladimir.oltean@nxp.com>

Hello:

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

On Sat,  4 Feb 2023 15:52:54 +0200 you wrote:
> v5->v6:
> - patches 01/17 - 04/17 from previous patch set were merged separately
> - small change to a comment in patch 05/13
> - bug fix to patch 07/13 where we introduced allow_overlapping_txqs but
>   we always set it to false, including for the txtime-assist mode that
>   it was intended for
> - add am65_cpsw to the list of drivers with gate mask per TXQ (10/13)
> v5 at:
> https://patchwork.kernel.org/project/netdevbpf/cover/20230202003621.2679603-1-vladimir.oltean@nxp.com/
> 
> [...]

Here is the summary with links:
  - [v6,net-next,01/13] net/sched: mqprio: refactor nlattr parsing to a separate function
    https://git.kernel.org/netdev/net-next/c/feb2cf3dcfb9
  - [v6,net-next,02/13] net/sched: mqprio: refactor offloading and unoffloading to dedicated functions
    https://git.kernel.org/netdev/net-next/c/5cfb45e2fb71
  - [v6,net-next,03/13] net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h
    https://git.kernel.org/netdev/net-next/c/9adafe2b8546
  - [v6,net-next,04/13] net/sched: mqprio: allow reverse TC:TXQ mappings
    https://git.kernel.org/netdev/net-next/c/d7045f520a74
  - [v6,net-next,05/13] net/sched: mqprio: allow offloading drivers to request queue count validation
    https://git.kernel.org/netdev/net-next/c/19278d76915d
  - [v6,net-next,06/13] net/sched: mqprio: add extack messages for queue count validation
    https://git.kernel.org/netdev/net-next/c/d404959fa23a
  - [v6,net-next,07/13] net/sched: taprio: centralize mqprio qopt validation
    https://git.kernel.org/netdev/net-next/c/1dfe086dd7ef
  - [v6,net-next,08/13] net/sched: refactor mqprio qopt reconstruction to a library function
    https://git.kernel.org/netdev/net-next/c/9dd6ad674cc7
  - [v6,net-next,09/13] net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
    https://git.kernel.org/netdev/net-next/c/09c794c0a88d
  - [v6,net-next,10/13] net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
    https://git.kernel.org/netdev/net-next/c/522d15ea831f
  - [v6,net-next,11/13] net: enetc: request mqprio to validate the queue counts
    https://git.kernel.org/netdev/net-next/c/735ef62c2f2c
  - [v6,net-next,12/13] net: enetc: act upon the requested mqprio queue configuration
    https://git.kernel.org/netdev/net-next/c/1a353111b6d4
  - [v6,net-next,13/13] net: enetc: act upon mqprio queue config in taprio offload
    https://git.kernel.org/netdev/net-next/c/06b1c9110ad1

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



  parent reply	other threads:[~2023-02-06 10:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-04 13:52 [PATCH v6 net-next 00/13] ENETC mqprio/taprio cleanup Vladimir Oltean
2023-02-04 13:52 ` [PATCH v6 net-next 01/13] net/sched: mqprio: refactor nlattr parsing to a separate function Vladimir Oltean
2023-02-04 13:52 ` [PATCH v6 net-next 02/13] net/sched: mqprio: refactor offloading and unoffloading to dedicated functions Vladimir Oltean
2023-02-16 13:05   ` Ferenc Fejes
2023-02-16 14:28     ` Vladimir Oltean
2023-02-16 14:41       ` Ferenc Fejes
2023-02-04 13:52 ` [PATCH v6 net-next 03/13] net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h Vladimir Oltean
2023-02-04 13:52 ` [PATCH v6 net-next 04/13] net/sched: mqprio: allow reverse TC:TXQ mappings Vladimir Oltean
2023-02-05 12:42   ` Gerhard Engleder
2023-02-04 13:52 ` [PATCH v6 net-next 05/13] net/sched: mqprio: allow offloading drivers to request queue count validation Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 06/13] net/sched: mqprio: add extack messages for " Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 07/13] net/sched: taprio: centralize mqprio qopt validation Vladimir Oltean
2023-02-05 12:44   ` Gerhard Engleder
2023-02-04 13:53 ` [PATCH v6 net-next 08/13] net/sched: refactor mqprio qopt reconstruction to a library function Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 09/13] net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc() Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 10/13] net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 11/13] net: enetc: request mqprio to validate the queue counts Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 12/13] net: enetc: act upon the requested mqprio queue configuration Vladimir Oltean
2023-02-04 13:53 ` [PATCH v6 net-next 13/13] net: enetc: act upon mqprio queue config in taprio offload Vladimir Oltean
2023-02-06 10:10 ` patchwork-bot+netdevbpf [this message]
2023-02-06 17:51   ` [PATCH v6 net-next 00/13] ENETC mqprio/taprio cleanup Jacob Keller
2023-02-07 12:48     ` Vladimir Oltean

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=167567822122.32454.18057858947281179194.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=daniel.machon@microchip.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gerhard@engleder-embedded.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=irusskikh@marvell.com \
    --cc=jacob.e.keller@intel.com \
    --cc=jesse.brandeburg@intel.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=kurt@linutronix.de \
    --cc=lars.povlsen@microchip.com \
    --cc=leon@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rogerq@kernel.org \
    --cc=s-vadapalli@ti.com \
    --cc=saeedm@nvidia.com \
    --cc=salil.mehta@huawei.com \
    --cc=simon.horman@corigine.com \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vinicius.gomes@intel.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=xiyou.wangcong@gmail.com \
    --cc=yisen.zhuang@huawei.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