]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
qtnfmac: signal that all packets coming from device are already flooded
authorIgor Mitsyanko <igor.mitsyanko.os@quantenna.com>
Mon, 18 Nov 2019 08:23:12 +0000 (08:23 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 20 Nov 2019 07:42:59 +0000 (09:42 +0200)
commit1db359946bd1602dd7a70ca461c7cfb3835ab270
treeb55b2f8a3f0dc2d7b48ebac02e00472f093eedfb
parent4e14e76cee382619766176095ac0c10651980b66
qtnfmac: signal that all packets coming from device are already flooded

Firmware floods all packets that need to be flooded (multicast, broadcast,
unknown unicast) as required. Tell kernel bridge subsystem it does not
need to flood packet itself by marking each incoming frame
with skb->offload_fwd_mark flag.

Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/quantenna/qtnfmac/core.c
drivers/net/wireless/quantenna/qtnfmac/switchdev.h [new file with mode: 0644]