On 13/05/2019 13:54, Jianbo Liu wrote: > Could you please push to 5.1 and 5.0-stable? The original patch brought a bug > in mlx5_core driver. Need your patch to fix. > > --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c > +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c > @@ -1615,7 +1615,7 @@ static int __parse_cls_flower(struct mlx5e_priv *priv, > if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_CVLAN)) { > struct flow_match_vlan match; > > - flow_rule_match_vlan(rule, &match); > + flow_rule_match_cvlan(rule, &match); > if (match.mask->vlan_id || > match.mask->vlan_priority || > match.mask->vlan_tpid) { > > Thanks! My patch will be more easily accepted with a user in-tree, so could you give this fix a commit message and SOB? Then I'll roll it into my next posting of this series, thanks!
-Ed