Re: [PATCH 06/14] net: sched: implement reference counted action release
From: Jiri Pirko
Date: Mon May 14 2018 - 12:28:49 EST
Mon, May 14, 2018 at 04:27:07PM CEST, vladbu@xxxxxxxxxxxx wrote:
>Implement helper function to delete action using new action ops delete
>function implemented by each action for lockless execution.
Reading this sentense for 4 times. I still don't understand what you say :(
>
>Implement action put function that releases reference to action and frees
When you write "Implement action put function" it is cryptic. Just
say "Implement function __tcf_action_put()".
>it if necessary. Refactor action deletion code to use new put function and
>not to rely on rtnl lock. Remove rtnl lock assertions that are no longer
>needed.
[...]