From: Eugenia Emantayev Date: Thu, 7 Nov 2013 10:19:52 +0000 (+0200) Subject: net/mlx4_en: Datapath resources allocated dynamically X-Git-Tag: v3.13-rc1~105^2~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d942d56cfd21058fba465804e14ba349541442;p=pandora-kernel.git net/mlx4_en: Datapath resources allocated dynamically Currently all TX/RX rings and completion queues are part of the netdev priv structure and are allocated statically. This patch will change the priv to hold only arrays of pointers and therefore all TX/RX rings and completetion queues will be allocated dynamically. This is in preparation for NUMA aware allocations. Signed-off-by: Yevgeny Petrilin Signed-off-by: Eugenia Emantayev Reviewed-by: Hadar Hen Zion Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed