]> git.kernelconcepts.de Git - karo-tx-linux.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)
commite1dfee8e64c2b30e123080e87c5528fae94f5440
treeb9d986764a85a7a8b9bb7cf6acdb25e3757e681d
parent708e8c247e43482f510a11c6720b0001a68b4404
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