ixgbe: fix build with bypass enabled
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 1 Oct 2014 22:27:25 +0000 (23:27 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Oct 2014 18:02:34 +0000 (20:02 +0200)
commit7a10de5e27cec6666190b7e721d808aadb6a9d5a
tree6961c6d5c6ad9ccd822c3ab5d5c7e62ee060b00d
parent0e539d1f9b5c8e8c3102a07cd672aa7d48a444a5
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.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_ixgbe/ixgbe_82599_bypass.c
lib/librte_pmd_ixgbe/ixgbe_bypass.c