commit | f870a3c6727db5fcfeaa42d099f75872e4b17553 | [log] [tgz] |
---|---|---|
author | sudarsana.kalluru@cavium.com <sudarsana.kalluru@cavium.com> | Thu May 04 08:15:03 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 04 12:31:02 2017 -0400 |
tree | de7f830c3530b1b5e5e4444fcc7327c6e3a343eb | |
parent | 77ef033b687c3e030017c94a29bf6ea3aaaef678 [diff] |
qed*: Fix possible overflow for status block id field. Value for status block id could be more than 256 in 100G mode, need to update its data type from u8 to u16. Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>