net/mlx5e: TC, Add tc prefix to attach/detach hdr functions
authorRoi Dayan <roid@nvidia.com>
Tue, 20 Sep 2022 14:22:21 +0000 (17:22 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 Jan 2023 18:34:08 +0000 (10:34 -0800)
commitc43182e6db32c867cffcf332894c93de419f0ed2
tree8b8e6715789a1cfb30c052c80fc2ef04f564e592
parent82b564802661536443084debdb8ff7c3a4e72b6d
net/mlx5e: TC, Add tc prefix to attach/detach hdr functions

Currently there are confusing names for attach/detach functions.

mlx5e_attach_mod_hdr() vs mlx5e_mod_hdr_attach()
mlx5e_detach_mod_hdr() vs mlx5e_mod_hdr_detach()

Add tc prefix to the functions that are in en_tc.c to separate
from the functions in mod_hdr.c which has the mod_hdr prefix.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c