Re: [PATCH net v2 0/2] net/sched: fix wrong behavior of MPLS push/pop action

2019-10-15 Thread David Miller
From: Davide Caratti Date: Sat, 12 Oct 2019 13:55:05 +0200 > this series contains two fixes for TC 'act_mpls', that try to address > two problems that can be observed configuring simple 'push' / 'pop' > operations: > - patch 1/2 avoids dropping non-MPLS packets that pass through the MPLS > 'pop

Re: [PATCH net v2 0/2] net/sched: fix wrong behavior of MPLS push/pop action

2019-10-12 Thread Simon Horman
On Sat, Oct 12, 2019 at 01:55:05PM +0200, Davide Caratti wrote: > this series contains two fixes for TC 'act_mpls', that try to address > two problems that can be observed configuring simple 'push' / 'pop' > operations: > - patch 1/2 avoids dropping non-MPLS packets that pass through the MPLS > '

[PATCH net v2 0/2] net/sched: fix wrong behavior of MPLS push/pop action

2019-10-12 Thread Davide Caratti
this series contains two fixes for TC 'act_mpls', that try to address two problems that can be observed configuring simple 'push' / 'pop' operations: - patch 1/2 avoids dropping non-MPLS packets that pass through the MPLS 'pop' action. - patch 2/2 fixes corruption of the L2 header that occurs whe