commit | 726293f1f851242c1c308e71ef9dfd0c2251f94a | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Thu Dec 01 14:06:39 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 13:28:37 2016 -0500 |
tree | 19cf300116f3a7b1e838462123f9bceb98c99a6c | |
parent | 718f13e72be48e2e088f8a3993017c281f275dcd [diff] |
net/mlx5e: Save the represntor netdevice as part of the representor Replace the representor private data to a net_device pointer holding the representor netdevice, instead of void pointer holding mlx5e_priv. It will be used by a new eswitch service function, returning the uplink representor netdevice. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>