ixgbe: fix build with mbuf refcnt disabled
authorOuyang Changchun <changchun.ouyang@intel.com>
Tue, 21 Oct 2014 06:59:16 +0000 (14:59 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 21 Oct 2014 07:51:10 +0000 (09:51 +0200)
commit3ead3080aaf77c984044f1e911a276a54a3c625b
tree101ef4e8ca49cfd41e6bb22d5a44726c334b4e4b
parent455d09e54b92a4626e178b020fe9c23e43ede3f7
ixgbe: fix build with mbuf refcnt disabled

An error has been introduced by commit 1f22652ca8869
("fix perf regression due to moved pool ptr").

Fix the case where RTE_MBUF_REFCNT is disabled.

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c