From: David S. Miller Date: Thu, 1 Jul 2021 20:02:38 +0000 (-0700) Subject: Merge branch 'octeontx2-dmasc-filtering' X-Git-Tag: v5.15~716^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=764a4af9f04244621964f148053d6e8703505311;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'octeontx2-dmasc-filtering' Hariprasad Kelam says: ==================== DMAC based packet filtering Each MAC block supports 32 DMAC filters which can be configured to accept or drop packets based on address match This patch series adds mbox handlers and extends ntuple filter callbacks to accomdate DMAC filters such that user can install DMAC based filters on interface from ethtool. Patch1 adds necessary mbox handlers such that mbox consumers like PF netdev can add/delete/update DMAC filters and Patch2 adds debugfs support to dump current list of installed filters. Patch3 adds support to call mbox handlers upon receiving DMAC filters from ethtool ntuple commands. Change-log: v2 - - fixed indentation issues. v3 - - fixed kdoc warnings ==================== Signed-off-by: David S. Miller --- 764a4af9f04244621964f148053d6e8703505311