Re: [net-next PATCH v2 5/8] net: tc: helper functions to query action types

2016-02-16 Thread John Fastabend
On 16-02-16 12:26 PM, Jiri Pirko wrote: > Tue, Feb 16, 2016 at 07:02:16AM CET, john.fastab...@gmail.com wrote: >> This is a helper function drivers can use to learn if the >> action type is a drop action. >> >> Signed-off-by: John Fastabend >> --- >> include/net/tc_act/tc_gact.h | 16 +++

Re: [net-next PATCH v2 5/8] net: tc: helper functions to query action types

2016-02-16 Thread Jiri Pirko
Tue, Feb 16, 2016 at 07:02:16AM CET, john.fastab...@gmail.com wrote: >This is a helper function drivers can use to learn if the >action type is a drop action. > >Signed-off-by: John Fastabend >--- > include/net/tc_act/tc_gact.h | 16 > 1 file changed, 16 insertions(+) > >diff --g

[net-next PATCH v2 5/8] net: tc: helper functions to query action types

2016-02-15 Thread John Fastabend
This is a helper function drivers can use to learn if the action type is a drop action. Signed-off-by: John Fastabend --- include/net/tc_act/tc_gact.h | 16 1 file changed, 16 insertions(+) diff --git a/include/net/tc_act/tc_gact.h b/include/net/tc_act/tc_gact.h index 592a6bc