datapath: Fix STT packet receive handling.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 10 Dec 2015 22:19:56 +0000 (14:19 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 11 Dec 2015 04:34:00 +0000 (20:34 -0800)
commit68fc34515178c20391864b3b9886f93716bdfd5c
tree439e835d1cf79fc363a6737e14fe19ed22300dcb
parentd05293afdd47b27e672a578705ed7d53db29d04a
datapath: Fix STT packet receive handling.

STT reassembly can generate list of packets. But it was
handled as a single skb. Following patch fixes it.

Fixes: e23775f20 ("datapath: Add support for lwtunnel").
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@kernel.org>
Acked-by: Joe Stringer <joe@ovn.org>
datapath/linux/compat/stt.c