mlx5: fix get_ip_proto()
[ Upstream commit ef6fcd455278c2be3032a346cc66d9dd9866b787 ]
IP header is not necessarily located right after struct ethhdr,
there could be multiple 802.1Q headers in between, this is why
we call __vlan_get_protocol().
Fixes: fe1dc069990c ("net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packets")
Cc: Alaa Hleihel <alaa@mellanox.com>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Cc: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by:
Cong Wang <xiyou.wangcong@gmail.com>
Reviewed-by:
Tariq Toukan <tariqt@mellanox.com>
Acked-by:
Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by:
David S. Miller <davem@davemloft.net>
Signed-off-by:
Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
Please register or sign in to comment