Commit 62f81a9e authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

lib/rdma: remove ERRLOG for handling of split memory regions



Originally introduced in:
"(8126509c) rdma: replace improperly aligned buffers in requests."

This behaviour is for handling buffer split over two memory regions.
It is not unique to specific DPDK versions.
As such the comment and ERRLOG is not relevant here.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I31bec435d92d8271d4a040855cfc4ff97f3d9d50
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5345


Community-CI: Broadcom CI
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
parent b52b0204
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1528,8 +1528,6 @@ nvmf_rdma_fill_wr_sge(struct spdk_nvmf_rdma_device *device,
	uint32_t	remaining, data_block_size, md_size, sge_len;

	if (spdk_unlikely(!nvmf_rdma_get_lkey(device, iov, &lkey))) {
		/* This is a very rare case that can occur when using DPDK version < 19.05 */
		SPDK_ERRLOG("Data buffer split over multiple RDMA Memory Regions. Removing it from circulation.\n");
		return false;
	}