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 <ziye.yang@intel.com>
Reviewed-on: https://review.gerrithub.io/414620
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Ziye Yang 2018-06-12 02:09:40 +08:00 committed by Jim Harris
parent 57ae6bf646
commit 336fb2c018

View File

@ -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;