net/mlx5: fix flow engine type in function name
authorAsaf Penso <asafp@nvidia.com>
Wed, 28 Jul 2021 09:39:46 +0000 (12:39 +0300)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 29 Jul 2021 16:01:22 +0000 (18:01 +0200)
commite3db2250656883a4de037d3e702187b5dc5b7bfb
tree56efd7625a9cbd175f5c90373cfd60a7edf4d23e
parent6821a57a9b83075abe02031299f1430013dd4602
net/mlx5: fix flow engine type in function name

The concrete function names have a prefix for flow_dv.
This emphasizes the flow engine is Direct Verbs.

The function flow_get_aged_flows doesn’t have this prefix.
It creates an inconsistency with the other functions.

Update the function name to include dv.

Fixes: fa2d01c87d2 ("net/mlx5: support flow aging")
Cc: stable@dpdk.org
Signed-off-by: Asaf Penso <asafp@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/mlx5_flow_dv.c