]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'add-more-features-for-enetc-v4-round-2'
authorJakub Kicinski <kuba@kernel.org>
Fri, 9 May 2025 02:43:54 +0000 (19:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 May 2025 02:43:55 +0000 (19:43 -0700)
commita9ce2ce1800e04267e6d99016ed0fe132d6049a9
tree6772d2703091b6652fb376d8241731571b9f9f84
parentd97e2634fbdcd238a51bc363267df0139c17f4da
parent932ce98041ff9731e84d9548818db69899ee08ba
Merge branch 'add-more-features-for-enetc-v4-round-2'

Wei Fang says:

====================
Add more features for ENETC v4 - round 2

This patch set adds the following features.
1. Compared with ENETC v1, the formats of tables and command BD of ENETC
v4 have changed significantly, and the two are not compatible. Therefore,
in order to support the NETC Table Management Protocol (NTMP) v2.0, we
introduced the netc-lib driver and added support for MAC address filter
table and RSS table.
2. Add MAC filter and VLAN filter support for i.MX95 ENETC PF.
3. Add RSS support for i.MX95 ENETC PF.
4. Add loopback support for i.MX95 ENETC PF.

Link: https://lore.kernel.org/20250103060610.2233908-1-wei.fang@nxp.com/
Link: https://lore.kernel.org/20250113082245.2332775-1-wei.fang@nxp.com/
Link: https://lore.kernel.org/20250304072201.1332603-1-wei.fang@nxp.com/
Link: https://lore.kernel.org/20250311053830.1516523-1-wei.fang@nxp.com/
Link: https://lore.kernel.org/20250411095752.3072696-1-wei.fang@nxp.com/
Link: https://lore.kernel.org/20250428105657.3283130-1-wei.fang@nxp.com/
====================

Link: https://patch.msgid.link/20250506080735.3444381-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>