linux/drivers/infiniband/sw
Guoqing Jiang 84de14baf8 RDMA/siw: Move tx_cpu ahead
We can reduce one cacheline for the usage of struct siw_qp.

Before,

	/* size: 1928, cachelines: 31, members: 38 */
	/* sum members: 1920, holes: 2, sum holes: 8 */
	/* paddings: 4, sum paddings: 13 */
	/* forced alignments: 3 */

after

	/* size: 1920, cachelines: 30, members: 38 */
	/* paddings: 4, sum paddings: 13 */
	/* forced alignments: 3 */

Link: https://lore.kernel.org/r/20231203092655.28102-2-guoqing.jiang@linux.dev
Acked-by: Bernard Metzler <bmt@zurich.ibm.com>
Signed-off-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2023-12-04 20:13:30 -04:00
..
rdmavt IB: Use capital "OR" for multiple licenses in SPDX 2023-09-11 14:14:00 +03:00
rxe v6.6 merge window RDMA pull request 2023-09-01 16:49:33 -07:00
siw RDMA/siw: Move tx_cpu ahead 2023-12-04 20:13:30 -04:00
Makefile rdma/siw: addition to kernel build environment 2019-07-02 17:03:41 -03:00