vhost: increase max number of vhost devices

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I9f2debc0a9404f4fc36ab307c73ead95a41cbd75

Reviewed-on: https://review.gerrithub.io/371021
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Jim Harris 2017-07-24 15:41:37 -07:00 committed by Ben Walker
parent 9b847c1574
commit 76414a00c6

View File

@ -46,7 +46,7 @@ static uint32_t g_num_ctrlrs[RTE_MAX_LCORE];
/* Path to folder where character device will be created. Can be set by user. */
static char dev_dirname[PATH_MAX] = "";
#define MAX_VHOST_DEVICES 15
#define MAX_VHOST_DEVICES 64
static struct spdk_vhost_dev *g_spdk_vhost_devices[MAX_VHOST_DEVICES];