commit | 404f7c9e118e0c92902afe1853d35f5638fe4a4c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Sep 26 07:07:47 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 27 19:29:35 2012 -0400 |
tree | 91fef7641a22df0e1acf262777b29fe8c0be9cad | |
parent | 69b08f62e17439ee3d436faf0b9a7ca6fffb78db [diff] |
net: struct napi_struct fields reordering Remove two holes on 64bit arches, and put dev_list at the end of napi_struct since its not used in fast path. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>