Re: [PATCH net-next 1/5] net sched actions: routines to calculate common TLVs size

2018-03-05 Thread Roman Mashak
David Miller writes: > From: Roman Mashak > Date: Fri, 2 Mar 2018 17:01:39 -0500 > >> Introduce routine to calculate size of the common tc netlink attributes, >> and another helper routine to get the full message size including netlink >> header and service header. >> >> Signed-off-by: Roman M

Re: [PATCH net-next 1/5] net sched actions: routines to calculate common TLVs size

2018-03-05 Thread David Miller
From: Roman Mashak Date: Fri, 2 Mar 2018 17:01:39 -0500 > Introduce routine to calculate size of the common tc netlink attributes, > and another helper routine to get the full message size including netlink > header and service header. > > Signed-off-by: Roman Mashak Adding the helpers as sta

[PATCH net-next 1/5] net sched actions: routines to calculate common TLVs size

2018-03-02 Thread Roman Mashak
Introduce routine to calculate size of the common tc netlink attributes, and another helper routine to get the full message size including netlink header and service header. Signed-off-by: Roman Mashak --- net/sched/act_api.c | 27 +++ 1 file changed, 27 insertions(+) di