OSDN Git Service

Merge branch 'Allow-unknown-unicast-traffic-to-CPU-for-Felix-DSA'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 22:19:23 +0000 (14:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 22:19:23 +0000 (14:19 -0800)
commit5a1c63f129415bb8382a369275c3f2eb9cd92265
treeaf08be11f354c682a6e6b57273787e639dd495d0
parentf6f8ef9a8691c8709f67beefdaff2807a949f25f
parent1cf3299b038b9083cb62012d6050ac565d277f59
Merge branch 'Allow-unknown-unicast-traffic-to-CPU-for-Felix-DSA'

Vladimir Oltean says:

====================
Allow unknown unicast traffic to CPU for Felix DSA

This is the continuation of the previous "[PATCH net-next] net: mscc:
ocelot: Workaround to allow traffic to CPU in standalone mode":

https://www.spinics.net/lists/netdev/msg631067.html

Following the feedback received from Allan Nielsen, the Ocelot and Felix
drivers were made to use the CPU port module in the same way (patch 1),
and Felix was made to additionally allow unknown unicast frames towards
the CPU port module (patch 2).
====================

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