commit | 8cd18ac47f9642bcd0d30d4b3521359b1896c208 | [log] [tgz] |
---|---|---|
author | Dimitris Michailidis <dm@chelsio.com> | Tue Dec 14 21:36:49 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 16 13:16:01 2010 -0800 |
tree | c735b16162da79c10aaa135105ffb75475eaa466 | |
parent | 118969ed21b6895045b0a5a8a32feac1c9341096 [diff] |
cxgb4: allocate more space for MSI-X interrupt names Currently MSI-X names for netdevs with long names are truncated in /proc/interrupts due to insufficient space. Use IFNAMSIZ to size the needed space. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>