commit | fd0816628a5a60a6d3719281d5c14d3aa45eaba1 | [log] [tgz] |
---|---|---|
author | Alexander Lobakin <alobakin@marvell.com> | Mon Jul 06 18:38:21 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 06 13:18:56 2020 -0700 |
tree | 2cefdc21fe5215aeb3b9be1d199fbd251c775e18 | |
parent | 50089be6bf61310a81e622599d13a68f2309c119 [diff] |
net: qede: fix BE vs CPU comparison Flow Dissector's keys are mostly Network / Big Endian. U{16,32}_MAX are the same in either of byteorders, but let's make sparse happy with wrapping them into noops. Signed-off-by: Alexander Lobakin <alobakin@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>