commit | 3517dfe6f23608951044cbfc833fa108603441fa | [log] [tgz] |
---|---|---|
author | Maxim Mikityanskiy <maximmi@mellanox.com> | Thu Feb 21 12:40:04 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 22 12:55:32 2019 -0800 |
tree | fb2f6a96371dba4b8d0cf9aac18571d8a9447be4 | |
parent | 6437866e493fa5aa5be03dfb94e1d686a7fc984b [diff] |
net/mlx5e: Remove the wrong assumption about transport offset skb_transport_offset() == 0 is not a special value. The only special value is when skb->transport_header is ~0U, and it's checked by skb_transport_header_was_set(). Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com> Reviewed-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>