Fix checksum offload sssue caused by overwriten lX_hdr_offset 04/10104/3
authorDamjan Marion <damarion@cisco.com>
Mon, 15 Jan 2018 16:57:00 +0000 (17:57 +0100)
committerDave Barach <openvpp@barachs.net>
Wed, 17 Jan 2018 14:38:24 +0000 (14:38 +0000)
commitfaf9a5a01ea8b20f1282db22c5b6f70880187f3f
tree80a25e47fb2dd4cce6d06aac587a406b98e80283
parentd3046598b0954f20031852ad55bcf2d4900c01bf
Fix checksum offload sssue caused by overwriten lX_hdr_offset

This happens when 2 packets belonging to 2 different interfaces hit
dual loop in the ethernet-input. Packets go to slow path which doesn't
set l2 hdr offset correctly for l3 packets.

Change-Id: I61d87c079db0b2e21f8af6f6b600bff14030535d
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/vnet/ethernet/node.c