linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Xiaoliang Yang <xiaoliang.yang_1@nxp.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, allan.nielsen@microchip.com,
	joergen.andreasen@microchip.com, UNGLinuxDriver@microchip.com,
	vinicius.gomes@intel.com, jiri@mellanox.com, idosch@mellanox.com,
	alexandre.belloni@bootlin.com, po.liu@nxp.com,
	leoyang.li@nxp.com, f.fainelli@gmail.com, andrew@lunn.ch,
	vivien.didelot@gmail.com, claudiu.manoil@nxp.com,
	matthias.bgg@gmail.com, horatiu.vultur@microchip.com,
	vladimir.oltean@nxp.com, kuba@kernel.org, mingkai.hu@nxp.com
Subject: Re: [PATCH v7 net-next 0/8] net: dsa: felix: psfp support on vsc9959
Date: Thu, 18 Nov 2021 13:00:12 +0000	[thread overview]
Message-ID: <163724041253.16944.2537212050004573959.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211118101204.4338-1-xiaoliang.yang_1@nxp.com>

Hello:

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

On Thu, 18 Nov 2021 18:11:56 +0800 you wrote:
> VSC9959 hardware supports Per-Stream Filtering and Policing(PSFP).
> This patch series add PSFP support on tc flower offload of ocelot
> driver. Use chain 30000 to distinguish PSFP from VCAP blocks. Add gate
> and police set to support PSFP in VSC9959 driver.
> 
> v6-v7 changes:
>  - Add a patch to restrict psfp rules on ingress port.
>  - Using stats.drops to show the packet count discarded by the rule.
> 
> [...]

Here is the summary with links:
  - [v7,net-next,1/8] net: mscc: ocelot: add MAC table stream learn and lookup operations
    https://git.kernel.org/netdev/net-next/c/0568c3bf3f34
  - [v7,net-next,2/8] net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
    https://git.kernel.org/netdev/net-next/c/5b1918a54a91
  - [v7,net-next,3/8] net: mscc: ocelot: add gate and police action offload to PSFP
    https://git.kernel.org/netdev/net-next/c/23e2c506ad6c
  - [v7,net-next,4/8] net: dsa: felix: support psfp filter on vsc9959
    https://git.kernel.org/netdev/net-next/c/7d4b564d6add
  - [v7,net-next,5/8] net: dsa: felix: add stream gate settings for psfp
    https://git.kernel.org/netdev/net-next/c/23ae3a787771
  - [v7,net-next,6/8] net: mscc: ocelot: use index to set vcap policer
    https://git.kernel.org/netdev/net-next/c/77043c37096d
  - [v7,net-next,7/8] net: dsa: felix: use vcap policer to set flow meter for psfp
    https://git.kernel.org/netdev/net-next/c/76c13ede7120
  - [v7,net-next,8/8] net: dsa: felix: restrict psfp rules on ingress port
    https://git.kernel.org/netdev/net-next/c/a7e13edf37be

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



      parent reply	other threads:[~2021-11-18 13:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18 10:11 [PATCH v7 net-next 0/8] net: dsa: felix: psfp support on vsc9959 Xiaoliang Yang
2021-11-18 10:11 ` [PATCH v7 net-next 1/8] net: mscc: ocelot: add MAC table stream learn and lookup operations Xiaoliang Yang
2021-11-18 10:11 ` [PATCH v7 net-next 2/8] net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain Xiaoliang Yang
2021-11-18 10:11 ` [PATCH v7 net-next 3/8] net: mscc: ocelot: add gate and police action offload to PSFP Xiaoliang Yang
2021-11-18 10:12 ` [PATCH v7 net-next 4/8] net: dsa: felix: support psfp filter on vsc9959 Xiaoliang Yang
2021-11-18 10:12 ` [PATCH v7 net-next 5/8] net: dsa: felix: add stream gate settings for psfp Xiaoliang Yang
2021-11-18 10:12 ` [PATCH v7 net-next 6/8] net: mscc: ocelot: use index to set vcap policer Xiaoliang Yang
2021-11-18 10:12 ` [PATCH v7 net-next 7/8] net: dsa: felix: use vcap policer to set flow meter for psfp Xiaoliang Yang
2021-11-18 10:12 ` [PATCH v7 net-next 8/8] net: dsa: felix: restrict psfp rules on ingress port Xiaoliang Yang
2021-11-18 13:00 ` 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=163724041253.16944.2537212050004573959.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=allan.nielsen@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=f.fainelli@gmail.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=idosch@mellanox.com \
    --cc=jiri@mellanox.com \
    --cc=joergen.andreasen@microchip.com \
    --cc=kuba@kernel.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mingkai.hu@nxp.com \
    --cc=netdev@vger.kernel.org \
    --cc=po.liu@nxp.com \
    --cc=vinicius.gomes@intel.com \
    --cc=vivien.didelot@gmail.com \
    --cc=vladimir.oltean@nxp.com \
    --cc=xiaoliang.yang_1@nxp.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;
as well as URLs for NNTP newsgroup(s).