Message ID | 20221203104348.1749811-1-horatiu.vultur@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: lan966x: Enable PTP on bridge interfaces | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Sat, 3 Dec 2022 11:43:44 +0100 you wrote: > Before it was not allowed to run ptp on ports that are part of a bridge > because in case of transparent clock the HW will still forward the frames > so there would be duplicate frames. > Now that there is VCAP support, it is possible to add entries in the VCAP > to trap frames to the CPU and the CPU will forward these frames. > The first part of the patch series, extends the VCAP support to be able to > modify and get the rule, while the last patch uses the VCAP to trap the ptp > frames. > > [...] Here is the summary with links: - [net-next,v3,1/4] net: microchip: vcap: Add vcap_get_rule https://git.kernel.org/netdev/net-next/c/610c32b2ce66 - [net-next,v3,2/4] net: microchip: vcap: Add vcap_mod_rule https://git.kernel.org/netdev/net-next/c/2662b3f93d26 - [net-next,v3,3/4] net: microchip: vcap: Add vcap_rule_get_key_u32 https://git.kernel.org/netdev/net-next/c/6009b61f80e0 - [net-next,v3,4/4] net: lan966x: Add ptp trap rules https://git.kernel.org/netdev/net-next/c/72df3489fb10 You are awesome, thank you!