On 02/19/2018 09:48 PM, Maxime Coquelin wrote:
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: [email protected]
Cc: [email protected]
Signed-off-by: Jianfeng Tan <[email protected]>
---
lib/librte_vhost/vhost.c | 13 -------------
lib/librte_vhost/vhost.h | 13 ++++++++++++-
2 files changed, 12 insertions(+), 14 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]>
Applied to dpdk-next-virtio/master.
Thanks,
Maxime