commit | 519a0bf5b20c370fb05ee05ea6c00e1377c13229 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Wed Sep 12 15:02:05 2018 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Oct 10 17:58:14 2018 -0700 |
tree | b8116f3a9dd6e77c925489826e1d6cc93bac9545 | |
parent | 303211b44ce3faa4456f78ed725d80e0212aa842 [diff] |
net/mlx5e: Initialize all netdev common structures in one place Move all mlx5e generic structures initializations to mlx5e_netdev_init. The common structure new initializer function will be used to initialize mlx5 context for netlink created netdevs such as IPoIB mlx5 accelerated child netdevs. Fixes: cd565b4b51e5 ("IB/IPoIB: Support acceleration options callbacks") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: Feras Daoud <ferasda@mellanox.com>