From: Yan Burman Date: Thu, 7 Feb 2013 02:25:22 +0000 (+0000) Subject: net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en X-Git-Tag: v3.9-rc1~139^2~138^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a10ffd20a13215243bdba64c8e57ef277a55b9;p=pandora-kernel.git net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en Move low level code that deals with management of Ethernet MACs and QPs from mlx4_core to mlx4_en. Also convert the new functions to deal with MACs in form of char array instead of u64. Actual functions moved: mlx4_replace_mac mlx4_get_eth_qp mlx4_put_eth_qp To conduct this change, some functionality had to be exported from the core, the following functions were added: mlx4_get_base_qp __mlx4_replace_mac (low level function for CX1/A0 compatibility) Signed-off-by: Yan Burman Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed