]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-dsa-bcm_sf2-CFP-support'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2017 19:49:59 +0000 (14:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jan 2017 19:49:59 +0000 (14:49 -0500)
commit4caa21bf244eab9c5c90b1bd4ef03d9acd00855c
tree3362ad3da2cbfccbc591a04a47d9e5846a0e620f
parente6288bb35701609915e3eae2ef56c0fcb6eb85dd
parentbbce6847c42278cf01831e73dcc255f0e6331ec3
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 <davem@davemloft.net>