On Fri, Mar 11, 2016 at 05:18:54PM +0100, Thomas Monjalon wrote: > This patch does not compile: > lib/librte_vhost/vhost_rxtx.c:386:5: error: ?dev? undeclared
Oops, I acutally did the basic compile test on every commit and every time I did a rebase. I had a quick look, it turned out that it's a build bug when RTE_LIBRTE_VHOST_DEBUG is enabled. It is disabled by default, and that's why I didn't catch it. Thanks for the report, I will fix it soon. --yliu