commit | f428011b90ec0de7429886f753b7c3293392761c | [log] [tgz] |
---|---|---|
author | Mark Starovoytov <mstarovoitov@marvell.com> | Wed Mar 25 15:52:36 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 26 20:17:36 2020 -0700 |
tree | b4f64d6ab12d03a3777cbda628e533c29cdd219f | |
parent | a249f8050624f92f844605274de3367e2c8ac706 [diff] |
net: macsec: support multicast/broadcast when offloading The idea is simple. If the frame is an exact match for the controlled port (based on DA comparison), then we simply divert this skb to matching port. Multicast/broadcast messages are delivered to all ports. Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>