]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanup
authorMatan Barak <matanb@mellanox.com>
Thu, 13 Nov 2014 12:45:29 +0000 (14:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Nov 2014 20:16:17 +0000 (15:16 -0500)
commitffc39f6d6fff2878c55ffa5ffb1828d7618c0a29
tree6323cfe73ab51c008a4848fadd6eca128a50e7d8
parent225c6c8c6bbbc32455df3d1c0fb1e1e1fb51c533
net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanup

Refactoring mlx4_cmd_init and mlx4_cmd_cleanup such that partial init
and cleanup are possible. After this refactoring, calling mlx4_cmd_init
several times is safe.

This is necessary in the VF init flow when mlx4_init_hca returns -EACCESS,
we need to issue cleanup and re-attempt to call it with the slave flag.

Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/cmd.c
drivers/net/ethernet/mellanox/mlx4/main.c
drivers/net/ethernet/mellanox/mlx4/mlx4.h