net/qede: support unequal number of Rx/Tx queues
authorSony Chacko <sony.chacko@qlogic.com>
Wed, 19 Oct 2016 04:11:29 +0000 (21:11 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 26 Oct 2016 17:42:22 +0000 (19:42 +0200)
commitcfe28a988565101b9672edb5216ca75d8ddd4703
treed2a1d84b635167ef87e8a9cf86a596d151301211
parent301ea2d7147c4c837cd3a88bd734b59c3764623c
net/qede: support unequal number of Rx/Tx queues

Previous release of the qede PMD had a limitation that the
driver expects the number of tx and rx queues to be the same.
This patch fixes this issue by making appropriate changes in
control and data path.

Fixes: 2ea6f76aff40 ("qede: add core driver")

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
doc/guides/nics/qede.rst
drivers/net/qede/qede_ethdev.c
drivers/net/qede/qede_ethdev.h
drivers/net/qede/qede_rxtx.c
drivers/net/qede/qede_rxtx.h