CHANNEL_RING_MASK
src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK;
dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK;