]> asedeno.scripts.mit.edu Git - linux.git/commit
net/mlx5e: Move parameter calculation functions to en/params.c
authorMaxim Mikityanskiy <maximmi@mellanox.com>
Wed, 27 Mar 2019 11:09:27 +0000 (13:09 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 23 Apr 2019 19:09:21 +0000 (12:09 -0700)
commit9a22d5d8393fb71a6cc1820c8fb1ef20e26ab149
treeb2c9f49d67ea227f09038cd0de16b1ee9a324e26
parent74bbaebf3c69eb2f92ac8f703399598a5feed316
net/mlx5e: Move parameter calculation functions to en/params.c

This commit moves the parameter calculation functions to a separate file
for better modularity and code sharing with future features.

Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/en/params.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/en/params.h [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/en_main.c