datapath: STT: Fix checksum handling.
authorPravin B Shelar <pshelar@ovn.org>
Fri, 4 Mar 2016 00:15:40 +0000 (16:15 -0800)
committerPravin B Shelar <pshelar@ovn.org>
Fri, 4 Mar 2016 00:15:40 +0000 (16:15 -0800)
On packet receive STT verifies the checksum if not done in
hardware. But IP and TCP were pulled before the verification
step. The verification expect to see packet with TCP header.
This causes STT to drop packet in certain cases.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>

No differences found