From 336fb2c018b7d05f9a31273f986731c17a8de77b Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Tue, 12 Jun 2018 02:09:40 +0800 Subject: [PATCH] iscsi: Remove this SPDK_MAX_POLLERS_PER_CORE MACRO This is not needed since now we have group iSCSI poller Change-Id: I99127a62fc84cee5088b16c908edd78876d0fcfb Signed-off-by: Ziye Yang Reviewed-on: https://review.gerrithub.io/414620 Tested-by: SPDK Automated Test System Reviewed-by: Tomasz Zawadzki Reviewed-by: Shuhei Matsumoto Reviewed-by: Daniel Verkamp --- lib/iscsi/conn.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/iscsi/conn.c b/lib/iscsi/conn.c index b49dc2d0e..8e47ab173 100644 --- a/lib/iscsi/conn.c +++ b/lib/iscsi/conn.c @@ -56,7 +56,6 @@ memset(&(conn)->portal, 0, sizeof(*(conn)) - \ offsetof(struct spdk_iscsi_conn, portal)); -#define SPDK_MAX_POLLERS_PER_CORE 4096 static int g_connections_per_lcore; static uint32_t *g_num_connections;