On 03/28/2017 02:45 PM, Yuanhan Liu wrote:
rte_mbuf struct is something more likely will be used only in vhost-user net driver, while we have made vhost-user generic enough that it can be used for implementing other drivers (such as vhost-user SCSI), they have also include <rte_mbuf.h>. Otherwise, the build will be broken. We could workaround it by using forward declaration, so that other non-net drivers won't need include <rte_mbuf.h>. Signed-off-by: Yuanhan Liu <yuanhan....@linux.intel.com> --- lib/librte_vhost/rte_vhost.h | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime