]> 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)
commite76e3f5db9451d17037c7b57414b3d056a8cfa7f
tree5c37b95e4e40d8cc3c4cebadc00ee190212989de
parentf22a3e2d596b1d5adc945d9ebdb389399bb0d9ff
parent04fd21d3f38bec6ee82c772cf924ebc8c3bc2ba3
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>