On Thu, Dec 10, 2015 at 6:44 PM, Joe Stringer <j...@ovn.org> wrote: > On 10 December 2015 at 14:19, Pravin B Shelar <pshe...@nicira.com> wrote: >> 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 <pshe...@nicira.com> >> --- >> datapath/linux/compat/stt.c | 28 ++++++++++++++++++++++------ >> 1 file changed, 22 insertions(+), 6 deletions(-) >> >> diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c >> index 107aa2b..08cf11a 100644 >> --- a/datapath/linux/compat/stt.c >> +++ b/datapath/linux/compat/stt.c >> @@ -1286,8 +1286,24 @@ static bool set_offloads(struct sk_buff *skb) >> return true; >> } >> >> +void rcv_list(struct net_device *dev, struct sk_buff *skb, >> + struct metadata_dst *tun_dst) > > Minor nit, I guess this could be static too. > I made the change.
> Thanks, Travis seems happy, I also compiled on rhel71. Some basic > traffic tests are also positive. > https://travis-ci.org/joestringer/openvswitch/builds/96140433 > > Acked-by: Joe Stringer <j...@ovn.org> Thanks for reviews, I pushed patch to master and branch 2.5. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev