Loading
vhost: fix build with DPDK 17.02 and older
__rte_always_inline was added in DPDK 17.05; replace the single use with a regular 'inline' to restore compatibility with older DPDK versions. Change-Id: Ia8a0f729cc4c39a9aaab0700f3c827a9766d1dd0 Fixes: e30595fb ("rte_vhost: introduce safe API for GPA translation") Signed-off-by:Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/409077 Reviewed-by:
Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>