]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'flow_offload-fix-CVLAN-support'
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 May 2019 19:02:42 +0000 (12:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 May 2019 19:02:42 +0000 (12:02 -0700)
commitdaed9410bc4627be63a6d269d5d1e61eec2d5a6f
tree5da86db80506018174b86c66d354735874e9439a
parent1cae267f76a28226e6d651207b876293b58a7a0f
parent9d75d8cc6580dd1baaeffc273b2a711ccf25caa7
Merge branch 'flow_offload-fix-CVLAN-support'

Edward Cree says:

====================
flow_offload: fix CVLAN support

When the flow_offload infrastructure was added, CVLAN matches weren't
 plumbed through, and flow_rule_match_vlan() was incorrectly called in
 the mlx5 driver when populating CVLAN match information.  This series
 adds flow_rule_match_cvlan(), and uses it in the mlx5 code.
Both patches should also go to 5.1 stable.
====================

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