On 02/14/2018 05:01 AM, Jianfeng Tan wrote:
Previously, get_device() is a function call. It's OK for slow path configuration, but takes some cycles for data path. To avoid that, we turn this function to inline type. Cc: maxime.coque...@redhat.com Cc: y...@fridaylinux.org Signed-off-by: Jianfeng Tan <jianfeng....@intel.com> --- lib/librte_vhost/vhost.c | 13 ------------- lib/librte_vhost/vhost.h | 13 ++++++++++++- 2 files changed, 12 insertions(+), 14 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime