Re: [PATCH v3 20/22] vhost: workaround the build dependency on mbuf header
From: Maxime Coquelin <hidden>
Date: 2017-03-31 09:14:00
From: Maxime Coquelin <hidden>
Date: 2017-03-31 09:14:00
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 <redacted> --- lib/librte_vhost/rte_vhost.h | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Maxime Coquelin <redacted> Thanks, Maxime