]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: don't store unnecessary array of strings
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 13 Feb 2014 11:48:51 +0000 (03:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 22:27:30 +0000 (17:27 -0500)
commit8ad557d5bf2a6318827862375f8355e03ecdd038
treeb9d986764a85a7a8b9bb7cf6acdb25e3757e681d
parentb09fbd48d5feee3a9ce3c7dea2912b667a0263fb
i40evf: don't store unnecessary array of strings

Since we store the traffic vector names in the queue vector struct, we
don't need to maintain an array of strings for these names in the
adapter structure. Replace this array with a single string and use it
when allocating the misc irq vector.

Also update copyrights.

Change-ID: I664f096c3c008210d6a04a487163e8aa934fee5b
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_main.c