]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 6 Apr 2020 17:14:00 +0000 (10:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Apr 2020 17:14:00 +0000 (10:14 -0700)
commit981fcb8517dc3f0c2d6028623573e3bc74efbd15
tree5c37b95e4e40d8cc3c4cebadc00ee190212989de
parent31260606eea0c9076c8a30520de54f32e34f7456
parentdcb60a114d25da0e213078b7bb35126143b700dd
Merge branch 'mlxsw-fixes'

Ido Schimmel says:

====================
mlxsw: spectrum_flower: Do not stop at FLOW_ACTION_{VLAN_MANGLE, PRIORITY}

Petr says:

The handlers for FLOW_ACTION_VLAN_MANGLE and FLOW_ACTION_PRIORITY end by
returning whatever the lower-level function that they call returns. If
there are more actions lined up after one of these actions, those are
never offloaded. Each of the two patches fixes one of those actions.

v2:
* Patch #1: Use valid SHA1 ID in Fixes line (Dave)
====================

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