commit | af98cebcb3e66d349173c33c0aaef352d108a081 | [log] [tgz] |
---|---|---|
author | Alex Vesker <valex@mellanox.com> | Thu Sep 14 16:33:35 2017 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Sat Oct 14 11:22:11 2017 -0700 |
tree | 1946f1a17a6c7a42dc8de3637679a05648567bfe | |
parent | 4c6c615e3f308aee26277abebc7d4ffcd9a6abe2 [diff] |
net/mlx5e: IPoIB, Add PKEY child interface ndos Child interface ndos will be called to support child interface specific behaviour. ndo_init flow: -Acquire shared QPN to net-device HT from parent -Continue with the same flow as parent interface ndo_open flow: -Initialize child underlay QP and connect to shared FT -Create child send TIS -Open child send channels Signed-off-by: Alex Vesker <valex@mellanox.com> Reviewed-by: Erez Shitrit <erezsh@mellanox.com>