]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Wed, 27 Feb 2019 15:31:18 +0000 (07:31 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 5 Apr 2019 21:10:33 +0000 (14:10 -0700)
commite72845e50e11a7a9832e24aa5f72977d2f121c35
treeb08babae0332eaa8730871d888077fe8dd26d8dc
parent26b99a0eb023e7fe42a8094f1763ee4c20c912d9
net/mlx5e: Deletes unnecessary setting of esw_attr->parse_attr

This patch deletes unnecessary setting of the esw_attr->parse_attr
to parse_attr in parse_tc_fdb_actions() because it is already done
by the mlx5e_flow_esw_attr_init() function.

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Reviewed-by: Roi Dayan <roid@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c