diff options
author | Eugenia Emantayev <eugenia@mellanox.com> | 2013-11-07 12:19:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-07 19:22:48 -0500 |
commit | 41d942d56cfd21058fba465804e14ba349541442 (patch) | |
tree | f377a2454a9a9e1ed117851ddf335354e6e3120a /virt/kvm | |
parent | f0f829bf42cdeb027234a1d0e1e5f62d77380a4d (diff) | |
download | talos-obmc-linux-41d942d56cfd21058fba465804e14ba349541442.tar.gz talos-obmc-linux-41d942d56cfd21058fba465804e14ba349541442.zip |
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 <yevgenyp@mellanox.com>
Signed-off-by: Eugenia Emantayev <eugenia@mellanox.com>
Reviewed-by: Hadar Hen Zion <hadarh@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions