summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
diff options
context:
space:
mode:
authorYuval Mintz2015-07-22 08:16:22 +0200
committerDavid S. Miller2015-07-22 19:47:26 +0200
commit28311f8e7c3f52a810c0e0d2aa62deb549c9687d (patch)
tree5370037f7179bb5909249b08ad58ede191bed540 /drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
parentnet: track success and failure of TCP PMTU probing (diff)
downloadkernel-qcow2-linux-28311f8e7c3f52a810c0e0d2aa62deb549c9687d.tar.gz
kernel-qcow2-linux-28311f8e7c3f52a810c0e0d2aa62deb549c9687d.tar.xz
kernel-qcow2-linux-28311f8e7c3f52a810c0e0d2aa62deb549c9687d.zip
bnx2x: Utilize FW 7.12.30
This moves bnx2x into using 7.12.30 FW. Said firmware fixes the following: - Packets from a VF with pvid configured which were sent with a different vlan were transmitted instead of being discarded. - FCoE traffic might not recover after a failue while there's traffic to another function. In addition, this FW opens the door for the driver to implement several new features; Specifically, this enhances the device's support for encapsulated packets and will allow vxlan/geneve offloads to be added in the future, as well as vlan filtering offload. Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h')
-rw-r--r--drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
index 7636e3c18771..bfda526ffeee 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
@@ -372,7 +372,7 @@
#define MAX_COS_NUMBER 4
#define MAX_TRAFFIC_TYPES 8
#define MAX_PFC_PRIORITIES 8
-
+#define MAX_VLAN_PRIORITIES 8
/* used by array traffic_type_to_priority[] to mark traffic type \
that is not mapped to priority*/
#define LLFC_TRAFFIC_TYPE_TO_PRIORITY_UNMAPPED 0xFF