]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'prestera-router-driver'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Dec 2021 13:12:42 +0000 (13:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Dec 2021 13:12:42 +0000 (13:12 +0000)
commitc67939eff8023fd4aaff8ad0fb1c61448efda9ca
treec80a3ac709db1cc7510274129dc389c294b47114
parent47869e82c8b86a4b07eb18d92dbfabe5cc1ed587
parent15fa9e8c5ffbe0c90a0887c509ab95f150953963
Merge branch 'prestera-router-driver'

Yevhen Orlov says:

====================
prestera: add basic router driver support

Add initial router support for Marvell Prestera driver.
Subscribe on inetaddr notifications. TRAP packets, that has to be routed
(if packet has router's destination MAC address).

Add features:
 - Support ip address adding on port.
   e.g.: "ip address add PORT 1.1.1.1/24"

Limitations:
 - Only regular port supported. Vlan will be added soon.
 - It is routing through CPU. Offloading will be added in
   next patches.

Co-developed-by: Taras Chornyi <tchornyi@marvell.com>
Signed-off-by: Taras Chornyi <tchornyi@marvell.com>
Co-developed-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Signed-off-by: Yevhen Orlov <yevhen.orlov@plvision.eu>
Changes for v2:
* Remove useless assignment
====================

Signed-off-by: David S. Miller <davem@davemloft.net>