Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-26 Thread Ilya Maximets
On 4/4/22 00:26, jan.scheur...@web.de wrote: > From: Jan Scheurich > > A packet received from a tunnel port with legacy_l3 packet-type (e.g. > lisp, L3 gre, gtpu) is conceptually wrapped in a dummy Ethernet header > for processing in an OF pipeline that is not packet-type-aware. Before >

Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread 0-day Robot
Bleep bloop. Greetings Jan Scheurich, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or

Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread Jan Scheurich via dev
> I found this one though: > https://protect2.fireeye.com/v1/url?k=31323334-501d5122-313273af- > 45444731-805e1f47a2a28e92=1=1fbc0307-e0af-4087-98ef- > d9dbff40359a=https%3A%2F%2Fpatchwork.ozlabs.org%2Fproject%2Fopenvs > witch%2Fpatch%2F20220403222617.31688-1-jan.scheurich%40web.de%2F > >

Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread Ilya Maximets
st should no longer block it. Best regards, Ilya Maximets. > > Thanks, Jan > >> -Original Message- >> From: 0-day Robot >> Sent: Monday, 4 April, 2022 09:56 >> To: Jan Scheurich >> Cc: d...@openvswitch.org >> Subject: Re: [ovs-dev] [PAT

[ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread jan . scheurich
From: Jan Scheurich A packet received from a tunnel port with legacy_l3 packet-type (e.g. lisp, L3 gre, gtpu) is conceptually wrapped in a dummy Ethernet header for processing in an OF pipeline that is not packet-type-aware. Before transmission of the packet to another legacy_l3 tunnel port, the

Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread Jan Scheurich via dev
ich > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding > packet between legacy_l3 tunnels > > Bleep bloop. Greetings Jan Scheurich, I am a robot and I have tried out your > patch. > Thanks for your contribution. > >

Re: [ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread 0-day Robot
Bleep bloop. Greetings Jan Scheurich, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: error: corrupt patch at line 85 error: could not build fake ancestor hint: Use 'git am

[ovs-dev] [PATCH v2] ofproto-xlate: Fix crash when forwarding packet between legacy_l3 tunnels

2022-04-04 Thread Jan Scheurich via dev
From: Jan Scheurich A packet received from a tunnel port with legacy_l3 packet-type (e.g. lisp, L3 gre, gtpu) is conceptually wrapped in a dummy Ethernet header for processing in an OF pipeline that is not packet-type-aware. Before transmission of the packet to another legacy_l3 tunnel port, the