commit | 77be8c1c4ceabdb61781e96f8610fdc53c03c072 | [log] [tgz] |
---|---|---|
author | Kalesh AP <kalesh.purayil@emulex.com> | Wed May 06 05:30:35 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 16:27:03 2015 -0400 |
tree | 7aa05779f1e92dd1f15f3028289137ac01317910 | |
parent | 0ed7d7498d61bab40943ccb95d6004b247eead0e [diff] |
be2net: check for INSUFFICIENT_VLANS error When the FW runs out of vlan filters it can either return an INSUFFICIENT_RESOURCES error or an INSUFFICIENT_VLANS error. The driver currently checks only for the former error value. This patch adds a check for the latter value too. Signed-off-by: Kalesh AP <kalesh.purayil@emulex.com> Signed-off-by: Sathya Perla <sathya.perla@avagotech.com> Signed-off-by: David S. Miller <davem@davemloft.net>