net/ixgbe: fix DCB configuration
authorQiming Yang <qiming.yang@intel.com>
Fri, 18 May 2018 09:51:56 +0000 (17:51 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 22 May 2018 22:35:00 +0000 (00:35 +0200)
commit3e8d16a0fbb3c9f33b9611e8e1644683e9ece23d
tree203dfb66f4a1c3673f369ad09924727eb929a6d1
parent124909d7e1bf299c959b58c2db7c5fbd7abbb7c0
net/ixgbe: fix DCB configuration

This patch removes unnecessary check in ixgbe_check_mq_mode, which
fixes the DCB configuration issue.

Fixes: 27b609cbd1c6 ("ethdev: move the multi-queue mode check to specific drivers")
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c