commit | 76643555a145b06ec6dcc0d1cc0691575dceffc9 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Sat Oct 19 16:03:53 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 09:22:09 2019 -0700 |
tree | 07f1d41c3051825be2733ad9eb1b3925a1b480bd | |
parent | c871195601793118ab081d82f7ddd987aa6c7da1 [diff] |
net: hns3: make struct hns3_enet_ring cacheline aligned Since struct hns3_enet_ring is a frequently used in critical data path, so make it cacheline aligned as struct hns3_enet_tqp_vector. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>