DCB is split to RX and TX mode. All-queues-drop is set
for TX mode. It's not appropriate because all-queue-drop
is a RX feature. Move this setting from TX to RX.
Fixes: 0807f80d35d0 (ixgbe: DCB / flow control)
CC: stable@dpdk.org
Signed-off-by: Wenzhuo Lu <redacted>
Fixes: f3f9b17bb8a5 ("net/ixgbe: support multiqueue mode VMDq DCB
with SRIOV")
Applied to dpdk-next-net/master, thanks.