ixgbe: move PMD specific fields out of base driver
authorVlad Zolotarov <vladz@cloudius-systems.com>
Wed, 29 Apr 2015 08:38:13 +0000 (11:38 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Apr 2015 18:08:29 +0000 (20:08 +0200)
commitf0c50e5f56fa276958fa49296eefec90894fe41c
treef28d1f17d04b866bad24e6157ae2d5d8b45f0e0e
parenta6d71fa7146cc04320c2485d6dde44c1d888d652
ixgbe: move PMD specific fields out of base driver

Move rx_bulk_alloc_allowed and rx_vec_allowed from ixgbe_hw to ixgbe_adapter.

Fixes: 01fa1d6215fa ("ixgbe: unify Rx setup")

Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h
lib/librte_pmd_ixgbe/ixgbe_ethdev.c
lib/librte_pmd_ixgbe/ixgbe_ethdev.h
lib/librte_pmd_ixgbe/ixgbe_rxtx.c