ixgbe: remove Rx bulk allocation option
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 23 Jul 2015 14:29:41 +0000 (15:29 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 26 Jul 2015 10:40:09 +0000 (12:40 +0200)
commit7c574623baddfb8fa76a7435c0809a9119b8d485
treea5a5197ad1bdaf5cddab98169d48d99dc46aa340
parent0369957f27aba349bd2b9f8a46c4a75f349aecb8
ixgbe: remove Rx bulk allocation option

RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC config option is not really
necessary, as bulk alloc rx function can be used anyway, as long as the
necessary conditions are satisfied, which are checked already
in the library.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
config/common_bsdapp
config/common_linuxapp
doc/guides/nics/ixgbe.rst
drivers/net/ixgbe/Makefile
drivers/net/ixgbe/ixgbe_rxtx.c
drivers/net/ixgbe/ixgbe_rxtx.h