diff options
-rw-r--r-- | src/plugins/rdma/rdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/rdma/rdma.h b/src/plugins/rdma/rdma.h index db8f740d946..e6d0abc0d41 100644 --- a/src/plugins/rdma/rdma.h +++ b/src/plugins/rdma/rdma.h @@ -200,9 +200,9 @@ typedef struct u16x8 cqe_flags8[VLIB_FRAME_SIZE / 8]; u16x16 cqe_flags16[VLIB_FRAME_SIZE / 16]; }; - vlib_buffer_t buffer_template; u32 current_segs[VLIB_FRAME_SIZE]; u32 to_free_buffers[VLIB_FRAME_SIZE]; + vlib_buffer_t buffer_template; } rdma_per_thread_data_t; typedef struct |