Hello:
This patch was applied to netdev/net-next.git (master) by Jakub Kicinski kuba@kernel.org:
On Sun, 1 May 2022 14:29:53 +0300 you wrote:
The Felix VSC9959 switch in NXP LS1028A supports the tc-gate action which enforced time-based access control per stream. A stream as seen by this switch is identified by {MAC DA, VID}.
We use the standard forwarding selftest topology with 2 host interfaces and 2 switch interfaces. The host ports must require timestamping non-IP packets and supporting tc-etf offload, for isochron to work. The isochron program monitors network sync status (ptp4l, phc2sys) and deterministically transmits packets to the switch such that the tc-gate action either (a) always accepts them based on its schedule, or (b) always drops them.
[...]
Here is the summary with links: - [v2,net-next] selftests: forwarding: add Per-Stream Filtering and Policing test for Ocelot https://git.kernel.org/netdev/net-next/c/954f46d2f0b4
You are awesome, thank you!