From: Sathya Perla Date: Tue, 27 Aug 2013 11:27:33 +0000 (+0530) Subject: be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not created X-Git-Tag: v3.12-rc1~132^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea5098848925351ed6fc84dc84c88b2765237f7;p=pandora-kernel.git be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not created Currently the IF_CREATE FW cmd is issued only *after* MCCQ is created as it was coded to only use MCCQ. By fixing this, cmd_if_create() can be called before MCCQ is created and the same routine for VF provisioning can be called after. This allows for consolidating all the queue create routines by moving the be_cmd_if_create() call above all queue create calls in be_setup(). Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed