commit | ba905f5e2f63d86ed4cfbd3d9096fb28d156f1ee | [log] [tgz] |
---|---|---|
author | Kim Jones <kim-marie.jones@intel.com> | Tue Feb 02 03:51:16 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 06 03:13:49 2016 -0500 |
tree | 7e28780cf157ed7c135e10a06a52757538201b63 | |
parent | ef44967850265fc6595de0d408a05e856f2da586 [diff] |
ethtool: Declare netdev_rss_key as __read_mostly. netdev_rss_key is written to once and thereafter is read by drivers when they are initialising. The fact that it is mostly read and not written to makes it a candidate for a __read_mostly declaration. Signed-off-by: Kim Jones <kim-marie.jones@intel.com> Signed-off-by: Alan Carey <alan.carey@intel.com> Acked-by: Rami Rosen <rami.rosen@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>