From: David S. Miller Date: Mon, 30 Jan 2017 19:49:59 +0000 (-0500) Subject: Merge branch 'net-dsa-bcm_sf2-CFP-support' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a3a4de056ed5cfb22085173d8f0f13b0ca6b6d60;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'net-dsa-bcm_sf2-CFP-support' Florian Fainelli says: ==================== net: dsa: bcm_sf2: CFP support This patch series adds support for the Broadcom Compact Field Processor (CFP) which is a classification and matching engine built into most Broadcom switches. We support that using ethtool::rxnfc because it allows all known uses cases from the users I support to work, and more importantly, it allows the selection of a target rule index, which is later used by e.g: offloading hardware, this is an essential feature that I could not find being supported with cls_* for instance. Thanks! Changes in v3: - rebased against latest net-next/master after Vivien's changes Changes in v2: - fixed modular builds reported by kbuild test robot ==================== Signed-off-by: David S. Miller --- a3a4de056ed5cfb22085173d8f0f13b0ca6b6d60