Re: [PATCH net 0/2] flow_offload: fix CVLAN support

2019-05-16 Thread David Miller
From: Edward Cree Date: Tue, 14 May 2019 21:16:08 +0100 > 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

[PATCH net 0/2] flow_offload: fix CVLAN support

2019-05-14 Thread Edward Cree
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 g