diff options
author | Max Gurtovoy <mgurtovoy@nvidia.com> | 2024-01-23 16:40:25 +0200 |
---|---|---|
committer | Keith Busch <kbusch@kernel.org> | 2024-03-02 15:18:08 -0800 |
commit | 25802f3ab7a589d2b5d9e1266acffad263d9893e (patch) | |
tree | 2d6cf19de98afd6951ddc33dad1c41b3eeeb64d9 /include/linux/nvme-rdma.h | |
parent | 268283244c0f018dec8bf4a9c69ce50684561f46 (diff) |
nvme-rdma: move NVME_RDMA_IP_PORT from common file
The correct place for this definition is the nvme rdma header file and
not the common nvme header file.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Israel Rukshin <israelr@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'include/linux/nvme-rdma.h')
-rw-r--r-- | include/linux/nvme-rdma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nvme-rdma.h b/include/linux/nvme-rdma.h index 4dd7e6fe92fb..146dd2223a5f 100644 --- a/include/linux/nvme-rdma.h +++ b/include/linux/nvme-rdma.h @@ -6,6 +6,8 @@ #ifndef _LINUX_NVME_RDMA_H #define _LINUX_NVME_RDMA_H +#define NVME_RDMA_IP_PORT 4420 + #define NVME_RDMA_MAX_QUEUE_SIZE 128 enum nvme_rdma_cm_fmt { |