Re: [RFC PATCH v2 net-next 1/3] flow_offload: copy tcfa_index into flow_action_entry

2019-05-18 Thread Jamal Hadi Salim
On 2019-05-15 3:42 p.m., Edward Cree wrote: Required for support of shared counters (and possibly other shared per- action entities in future). Signed-off-by: Edward Cree --- include/net/flow_offload.h | 1 + net/sched/cls_api.c| 1 + 2 files changed, 2 insertions(+) diff --git a

[RFC PATCH v2 net-next 1/3] flow_offload: copy tcfa_index into flow_action_entry

2019-05-15 Thread Edward Cree
Required for support of shared counters (and possibly other shared per- action entities in future). Signed-off-by: Edward Cree --- include/net/flow_offload.h | 1 + net/sched/cls_api.c| 1 + 2 files changed, 2 insertions(+) diff --git a/include/net/flow_offload.h b/include/net/flow_off