commit | a35e2c1b6d90544b3c688783869817628e5f9607 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Tue Jun 15 03:27:57 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 15 11:47:12 2010 -0700 |
tree | 64fa6bc6b772248acfb92b5743c5f0d475126891 | |
parent | 93e2c32b5cb2ad92ceb1d7a4684f20a0d25bf530 [diff] |
macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 Register macvlan_port pointer as rx_handler data pointer. As macvlan_port is removed from struct net_device, another netdev priv_flag is added to indicate the device serves as a macvlan port. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>