net/qede: fix PF fastpath status block index
authorHarish Patil <harish.patil@qlogic.com>
Fri, 6 Jan 2017 08:16:47 +0000 (00:16 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 17 Jan 2017 18:40:54 +0000 (19:40 +0100)
commit9dd9cb4274e573d8bc927327f7a73f1a881746f6
treebcf856ee0d5ff48a7cb7a79b7e1102bea183f924
parentf6033f2497e7d01d8c6f0d691e2f86937597aa35
net/qede: fix PF fastpath status block index

Allocate double the number of fastpath status block index
since the PF RX/TX queues are not sharing the status block.
This is an interim solution till other parts of the code
is modified to handle the same.

Fixes: f1e4b6c0acee ("net/qede: fix status block index for VF queues")

Signed-off-by: Harish Patil <harish.patil@qlogic.com>
drivers/net/qede/qede_rxtx.c