]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:46:23 +0000 (14:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jan 2022 14:46:23 +0000 (14:46 +0000)
commit1dd98cecd64ecccafd8fc22219f4cdc90edcdb7c
tree1961689f2f16da40df337932f2d4b3ef59c29316
parent33f5abcbe054560c7bdf884afbfb0bf59c10570e
parent130f18bda316c83f6b784e59ad48c340197f1413
Merge branch 'dsa-cleanups'

Vladimir Oltean says:

====================
Cleanup to main DSA structures

This series contains changes that do the following:

- struct dsa_port reduced from 576 to 544 bytes, and first cache line a
  bit better organized
- struct dsa_switch from 160 to 136 bytes, and first cache line a bit
  better organized
- struct dsa_switch_tree from 112 to 104 bytes, and first cache line a
  bit better organized
====================

Signed-off-by: David S. Miller <davem@davemloft.net>