f508f50a5e
When using internal vhost library, there is a warning information: taking address of packed member of class or structure may result in an unaligned pointer value [-Werror,-Waddress-of-packed-member]. DPDK disable this check by default, so we will do it same for internal vhost library. Change-Id: I6fb12d5f5339ccb03bb85196f9c100d0521e4620 Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479501 Community-CI: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>