Re: [PATCH net-next,v4 05/12] flow_offload: add statistics retrieval infrastructure and use it

2018-12-01 Thread Pablo Neira Ayuso
Hi Jakub, On Thu, Nov 29, 2018 at 12:48:22PM -0800, Jakub Kicinski wrote: > On Thu, 29 Nov 2018 03:22:24 +0100, Pablo Neira Ayuso wrote: > > This patch provides the flow_stats structure that acts as container for > > tc_cls_flower_offload, then we can use to restore the statistics on the > >

Re: [PATCH net-next,v4 05/12] flow_offload: add statistics retrieval infrastructure and use it

2018-11-29 Thread Jakub Kicinski
On Thu, 29 Nov 2018 03:22:24 +0100, Pablo Neira Ayuso wrote: > This patch provides the flow_stats structure that acts as container for > tc_cls_flower_offload, then we can use to restore the statistics on the > existing TC actions. Hence, tcf_exts_stats_update() is not used from > drivers anymore.

RE: [PATCH net-next,v4 05/12] flow_offload: add statistics retrieval infrastructure and use it

2018-11-29 Thread Venkat Duvvuru
elo.leit...@gmail.com > Subject: [PATCH net-next,v4 05/12] flow_offload: add statistics retrieval > infrastructure and use it > > This patch provides the flow_stats structure that acts as container for > tc_cls_flower_offload, then we can use to restore the statistics on the > ex

[PATCH net-next,v4 05/12] flow_offload: add statistics retrieval infrastructure and use it

2018-11-28 Thread Pablo Neira Ayuso
This patch provides the flow_stats structure that acts as container for tc_cls_flower_offload, then we can use to restore the statistics on the existing TC actions. Hence, tcf_exts_stats_update() is not used from drivers anymore. Signed-off-by: Pablo Neira Ayuso --- v4: rebase.