Re: [ovs-dev] [PATCH branch-2.8 0/2] Correct handling of double encap and decap actions

2018-04-16 Thread Ben Pfaff
On Mon, Apr 16, 2018 at 02:32:11PM +0200, Jan Scheurich wrote: > Recent tests with NSH encap have shown that the translation of multiple > subsequent encap() or decap() actions was incorrect. This patch set > corrects the handling and adds a unit test for NSH to cover two NSH > and one Ethernet enc

[ovs-dev] [PATCH branch-2.8 0/2] Correct handling of double encap and decap actions

2018-04-16 Thread Jan Scheurich
Recent tests with NSH encap have shown that the translation of multiple subsequent encap() or decap() actions was incorrect. This patch set corrects the handling and adds a unit test for NSH to cover two NSH and one Ethernet encapsulation levels. This patch retrofits the new NSH test in commit a5b