[dpdk-dev] [PATCH v3 3/8] vhost: refactor virtio_dev_merge_rx

Yuanhan Liu yuanhan.liu at linux.intel.com
Mon Mar 14 07:45:30 CET 2016


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


More information about the dev mailing list