ixgbe: add queue start failure check
authorMichael Qiu <michael.qiu@intel.com>
Tue, 27 Jan 2015 12:16:18 +0000 (20:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 Jan 2015 14:09:29 +0000 (15:09 +0100)
For ixgbe, when queue start fails, for example, mbuf allocate
failure, the device will still start successfully, which could be
an issue.

Add return status check of queue start to avoid this issue.

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>

No differences found