]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-Add-flow-steering-support-without-masking'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2019 04:46:19 +0000 (21:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2019 04:46:19 +0000 (21:46 -0700)
commitb416b6531614f3885a76c695d11f8c3addeb702f
treeef7e53eccd70f1b6249f27fcb0f01264ce90d67c
parent00246cc42c6201865f499b762d6ae527b3f4acd5
parent76cbe128a43ae8c3d1e19f9bd59e912a93dd599e
Merge branch 'dpaa2-eth-Add-flow-steering-support-without-masking'

Ioana Ciocoi Radulescu says:

====================
dpaa2-eth: Add flow steering support without masking

On DPAA2 platforms that lack a TCAM (like LS1088A), masking of
flow steering keys is not supported. Until now we didn't offer
flow steering capabilities at all on these platforms.

Introduce a limited support for flow steering, where we only
allow ethtool rules that share a common key (i.e. have the same
header fields). If a rule with a new composition key is wanted,
the user must first manually delete all previous rules.

First patch fixes a minor bug, the next two cleanup and prepare
the code and the last one introduces the actual FS support.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>