Re: [patch net-next] mlxsw: acl: Use PBS type for forward action

2017-02-15 Thread David Miller
From: Jiri Pirko Date: Wed, 15 Feb 2017 12:09:51 +0100 > From: Jiri Pirko > > Current behaviour of "mirred redirect" action (forward) offload is a bit > odd. For matched packets the action forwards them to the desired > destination, but it also lets the packet duplicates to go the original > wa

[patch net-next] mlxsw: acl: Use PBS type for forward action

2017-02-15 Thread Jiri Pirko
From: Jiri Pirko Current behaviour of "mirred redirect" action (forward) offload is a bit odd. For matched packets the action forwards them to the desired destination, but it also lets the packet duplicates to go the original way down (bridge, router, etc). That is more like "mirred mirror". Fix