ethdev: move the multi-queue mode check to specific drivers
authorJingjing Wu <jingjing.wu@intel.com>
Sat, 31 Oct 2015 15:57:24 +0000 (23:57 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 1 Nov 2015 13:44:31 +0000 (14:44 +0100)
commit27b609cbd1c6ef1f63aa06a2aeb0e365add6db1d
treee0f569f31c3e8540493a89c237fe207bf7d4e674
parentcb60ede6e3b6a87273e6cd565c56c2338ef811c8
ethdev: move the multi-queue mode check to specific drivers

Different NIC has its specific constraint on the multi-queue
configuration, so move the checking from ethdev lib to drivers.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
drivers/net/e1000/igb_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_ethdev.h
lib/librte_ether/rte_ethdev.c