Message ID | 20230330131333.37900-1-mgurtovoy@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b7727e231dad51150ef14e1dbcbf0d185077e54b |
Headers | show |
Series | [1/3] IB/iser: remove unused macros | expand |
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
On Thu, 30 Mar 2023 16:13:31 +0300, Max Gurtovoy wrote: > The removed macros are old leftovers. > > Applied, thanks! [1/3] IB/iser: remove unused macros https://git.kernel.org/rdma/rdma/c/b7727e231dad51 [2/3] IB/iser: centralize setting desc type and done callback https://git.kernel.org/rdma/rdma/c/92363895b6c31b [3/3] IB/iser: remove redundant new line https://git.kernel.org/rdma/rdma/c/070fc1c0e272a0 Best regards,
diff --git a/drivers/infiniband/ulp/iser/iser_verbs.c b/drivers/infiniband/ulp/iser/iser_verbs.c index 1b8eda0dae4e..95b8eebf7e04 100644 --- a/drivers/infiniband/ulp/iser/iser_verbs.c +++ b/drivers/infiniband/ulp/iser/iser_verbs.c @@ -37,12 +37,6 @@ #include "iscsi_iser.h" -#define ISCSI_ISER_MAX_CONN 8 -#define ISER_MAX_RX_LEN (ISER_QP_MAX_RECV_DTOS * ISCSI_ISER_MAX_CONN) -#define ISER_MAX_TX_LEN (ISER_QP_MAX_REQ_DTOS * ISCSI_ISER_MAX_CONN) -#define ISER_MAX_CQ_LEN (ISER_MAX_RX_LEN + ISER_MAX_TX_LEN + \ - ISCSI_ISER_MAX_CONN) - static void iser_qp_event_callback(struct ib_event *cause, void *context) { iser_err("qp event %s (%d)\n",