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

2016-02-17 Thread Jamal Hadi Salim
On 16-02-17 12:18 AM, John Fastabend wrote: This is a helper function drivers can use to learn if the action type is a drop action. Signed-off-by: John Fastabend Acked-by: Jamal Hadi Salim cheers, jamal

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

2016-02-16 Thread Jiri Pirko
Wed, Feb 17, 2016 at 06:18:03AM 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 Acked-by: Jiri Pirko

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

2016-02-16 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