Spdk/lib/vhost
Tomasz Zawadzki 389cd71b1c lib/vhost: remove zeroing g_vhost_core_mask on vhost_fini
There is no need to zero out the g_vhost_core_mask on vhost_fini.

Removing it will help later in the series when splitting vhost fini
between vhost.c and virtio abstraction.

g_vhost_core_mask will only be used in vhost.c and any cpu_mask
shall be passed to virtio abstraction after going through
vhost_parse_core_mask. There is no need to make the
g_vhost_core_mask accessible for virtio transports.

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ic936c2a8dd1bb6f93b6f6209ea48e3278b19b54e
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11054
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
2022-06-30 13:32:31 -04:00
..
Makefile lib/vhost: rename rte_vhost_compat to rte_vhost_user 2022-06-30 13:32:31 -04:00
rte_vhost_user.c lib/vhost: move dev_dirname to rte_vhost_user 2022-06-30 13:32:31 -04:00
spdk_vhost.map lib/vhost: Remove and inline spdk_vhost_blk_get_dev 2020-06-08 09:28:27 +00:00
vhost_blk.c vhost: set timeout for session's stop_poller 2022-06-30 13:32:30 -04:00
vhost_internal.h lib/vhost: move dev_dirname to rte_vhost_user 2022-06-30 13:32:31 -04:00
vhost_rpc.c vhost-blk: recover ring base when reconnect 2021-01-15 08:30:18 +00:00
vhost_scsi.c vhost: set timeout for session's stop_poller 2022-06-30 13:32:30 -04:00
vhost.c lib/vhost: remove zeroing g_vhost_core_mask on vhost_fini 2022-06-30 13:32:31 -04:00