]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: fix proc/int descriptions
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Thu, 11 Dec 2014 07:06:37 +0000 (07:06 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 16 Jan 2015 11:56:51 +0000 (03:56 -0800)
commit7f2e1490e83c37ac4f12cdaaa32a270725e2a9b2
tree6708a19c0481a9fa06d32e3e1063ffefeb84f3d7
parent566e8df0c0edec879e1e05d8ec94b5ef3bdd41b7
i40e: fix proc/int descriptions

This patch fixes a problem where the /proc/interrupts descriptions
from the msix configuration were truncating the needed bus info,
making it hard to distinguish configuration from port to port.
This patch increases the string buffer size in order to allow the
full data to be displayed and sync's the text formatting of the misc
and fdir interrupt names

Change-ID: Ib01d6c61fb3f4ac70fbdf5bcc520b22638ea54b7
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c