diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2017-07-03 13:02:55 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-10-09 07:43:06 -0700 |
commit | a39221ce969b316d3c3dcf7fcff8c0d8cf223007 (patch) | |
tree | 46aca632691ce385e45e57fcd0cd6391e0ab0f1d /arch/sparc | |
parent | e0f06bba9629987fb3ec1d6928bf17ef689702e8 (diff) |
ixgbe: fix masking of bits read from IXGBE_VXLANCTRL register
In ixgbe_clear_udp_tunnel_port(), we read the IXGBE_VXLANCTRL register
and then try to mask some bits out of the value, using the logical
instead of bitwise and operator.
Fixes: a21d0822ff69 ("ixgbe: add support for geneve Rx offload")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions