commit | e9c74cd85c00e46bff62d3bb2ce8c5fd02bf465e | [log] [tgz] |
---|---|---|
author | Ivan Vecera <cera@cera.cz> | Tue Jul 10 22:59:44 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:03:30 2018 -0700 |
tree | b87ef12b122bf3b329a2ccb37df434b9f1000c57 | |
parent | d6d9704af8f42155791dc46d39d380e200c819ae [diff] |
be2net: reorder fields in be_eq_obj structure Re-order fields in struct be_eq_obj to ensure that .napi field begins at start of cache-line. Also the .adapter field is moved to the first cache-line next to .q field and 3 fields (idx,msi_idx,spurious_intr) and the 4-bytes hole to 3rd cache-line. Signed-off-by: Ivan Vecera <cera@cera.cz> Signed-off-by: David S. Miller <davem@davemloft.net>