Re: [PATCH net-next 1/1] net sched actions: merge event notification routines

2018-03-26 Thread David Miller
From: Roman Mashak Date: Thu, 22 Mar 2018 18:00:25 -0400 > Collapse tca_get_notify(), tca_add_notify() and tca_del_notify() in a > single function since they repeat the same code pattern. > > Signed-off-by: Roman Mashak This really doesn't improve the situation. Instead of a couple clearly co

[PATCH net-next 1/1] net sched actions: merge event notification routines

2018-03-22 Thread Roman Mashak
Collapse tca_get_notify(), tca_add_notify() and tca_del_notify() in a single function since they repeat the same code pattern. Signed-off-by: Roman Mashak --- net/sched/act_api.c | 111 1 file changed, 33 insertions(+), 78 deletions(-) diff -