Re: [PATCH net-next v5 0/4] TC: refactor act_mirred packets re-injection

2018-07-30 Thread David Miller
From: Paolo Abeni Date: Mon, 30 Jul 2018 14:30:41 +0200 > This series is aimed at improving the act_mirred redirect performances. > Such action is used by OVS to represent TC S/W flows, and it's current largest > bottle-neck is the need for a skb_clone() for each packet. > > The first 2 patches

[PATCH net-next v5 0/4] TC: refactor act_mirred packets re-injection

2018-07-30 Thread Paolo Abeni
This series is aimed at improving the act_mirred redirect performances. Such action is used by OVS to represent TC S/W flows, and it's current largest bottle-neck is the need for a skb_clone() for each packet. The first 2 patches introduce some cleanup and safeguards to allow extending tca_result