[dpdk-dev] [PATCH] pmd: Fixed compilation error due to old RTE_DRV_LOG when bypass=y

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Oct 9 20:38:05 CEST 2014


2014-10-01 23:27, Pablo de Lara:
> RTE_DRV_LOG macro has changed, so now it requires at least 2 arguments,
> which have been added in ixgbe_bypass, specifying log type, to fix compilation error
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied with this commit log:

ixgbe: fix build with bypass enabled
Since commit aae1047905621 ("use the right debug macro"),
DEBUGOUT was replaced by PMD_DRV_LOG which requires at least
2 arguments. But the level argument was missing.

Thanks
-- 
Thomas


More information about the dev mailing list