Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

IB/iser: remove unused macros

The removed macros are old leftovers.

Reviewed-by: Sergey Gorenko <sergeygo@nvidia.com>
Signed-off-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Link: https://lore.kernel.org/r/20230330131333.37900-1-mgurtovoy@nvidia.com
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Leon Romanovsky <leon@kernel.org>

authored by

Max Gurtovoy and committed by
Leon Romanovsky
b7727e23 b6ba6855

-6
-6
drivers/infiniband/ulp/iser/iser_verbs.c
··· 37 37 38 38 #include "iscsi_iser.h" 39 39 40 - #define ISCSI_ISER_MAX_CONN 8 41 - #define ISER_MAX_RX_LEN (ISER_QP_MAX_RECV_DTOS * ISCSI_ISER_MAX_CONN) 42 - #define ISER_MAX_TX_LEN (ISER_QP_MAX_REQ_DTOS * ISCSI_ISER_MAX_CONN) 43 - #define ISER_MAX_CQ_LEN (ISER_MAX_RX_LEN + ISER_MAX_TX_LEN + \ 44 - ISCSI_ISER_MAX_CONN) 45 - 46 40 static void iser_qp_event_callback(struct ib_event *cause, void *context) 47 41 { 48 42 iser_err("qp event %s (%d)\n",