Commit 9f7582c3 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

rdma: reorder qpair elements to plug hole



Saves 8 bytes

Change-Id: Icb429ba79d7a085978950dd3045aa9ef28351101
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448073


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent 91105e20
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -345,14 +345,14 @@ struct spdk_nvmf_rdma_qpair {
	 */
	uint16_t				current_recv_depth;

	/* The current number of active RDMA READ operations */
	uint16_t				current_read_depth;

	/* The current number of posted WRs from this qpair's
	 * send queue. Should not exceed max_send_depth.
	 */
	uint32_t				current_send_depth;

	/* The current number of active RDMA READ operations */
	uint16_t				current_read_depth;

	/* The maximum number of SGEs per WR on the send queue */
	uint32_t				max_send_sge;