Message ID | 20230204135307.1036988-1-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | ENETC mqprio/taprio cleanup | expand |
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!
On 2/6/2023 2:10 AM, patchwork-bot+netdevbpf@kernel.org wrote: > 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/ >> >> [...] A little late since it was already merged, but this version seems good to me! Thanks! -Jake > 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!
On Mon, Feb 06, 2023 at 09:51:36AM -0800, Jacob Keller wrote: > On 2/6/2023 2:10 AM, patchwork-bot+netdevbpf@kernel.org wrote: > > 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/ > >> > >> [...] > > > A little late since it was already merged, but this version seems good > to me! > > Thanks! Thanks. Don't worry, there's more coming :)