Re: [PATCH net-next 1/1] flow_offload: Fix flow action infrastructure

2019-02-11 Thread David Miller
From: Eli Britstein Date: Mon, 11 Feb 2019 09:52:59 +0200 > Implementation of macro "flow_action_for_each" introduced in > commit e3ab786b42535 ("flow_offload: add flow action infrastructure") > and used in commit 738678817573c ("drivers: net: use flow action > infrastructure") iterated the first

Re: [PATCH net-next 1/1] flow_offload: Fix flow action infrastructure

2019-02-11 Thread Pablo Neira Ayuso
On Mon, Feb 11, 2019 at 02:30:38PM +0100, Jiri Pirko wrote: > Mon, Feb 11, 2019 at 08:52:59AM CET, el...@mellanox.com wrote: > >Implementation of macro "flow_action_for_each" introduced in > >commit e3ab786b42535 ("flow_offload: add flow action infrastructure") > >and used in commit 738678817573c (

Re: [PATCH net-next 1/1] flow_offload: Fix flow action infrastructure

2019-02-11 Thread Jiri Pirko
Mon, Feb 11, 2019 at 08:52:59AM CET, el...@mellanox.com wrote: >Implementation of macro "flow_action_for_each" introduced in >commit e3ab786b42535 ("flow_offload: add flow action infrastructure") >and used in commit 738678817573c ("drivers: net: use flow action >infrastructure") iterated the first

[PATCH net-next 1/1] flow_offload: Fix flow action infrastructure

2019-02-10 Thread Eli Britstein
Implementation of macro "flow_action_for_each" introduced in commit e3ab786b42535 ("flow_offload: add flow action infrastructure") and used in commit 738678817573c ("drivers: net: use flow action infrastructure") iterated the first item twice and did not reach the last one. Fix it. Fixes: e3ab786b