Re: [ovs-dev] [PATCH 09/10] netdev-offload-tc: stats should be captured on first action in the list

2022-01-31 Thread Roi Dayan via dev
On 2022-01-31 12:16 PM, Eelco Chaudron wrote: On 30 Jan 2022, at 14:30, Roi Dayan wrote: On 2022-01-27 3:35 PM, Eelco Chaudron wrote: Statistics should be captured on the first action in a list of actions, to do this we need to also capture the last update time stamp from the first

Re: [ovs-dev] [PATCH 09/10] netdev-offload-tc: stats should be captured on first action in the list

2022-01-31 Thread Eelco Chaudron
On 30 Jan 2022, at 14:30, Roi Dayan wrote: > On 2022-01-27 3:35 PM, Eelco Chaudron wrote: >> Statistics should be captured on the first action in a list >> of actions, to do this we need to also capture the last update >> time stamp from the first action. > > Why stats should be captured on the

Re: [ovs-dev] [PATCH 09/10] netdev-offload-tc: stats should be captured on first action in the list

2022-01-30 Thread Roi Dayan via dev
On 2022-01-27 3:35 PM, Eelco Chaudron wrote: Statistics should be captured on the first action in a list of actions, to do this we need to also capture the last update time stamp from the first action. Why stats should be captured on the first action? this patch breaks some offloading.

[ovs-dev] [PATCH 09/10] netdev-offload-tc: stats should be captured on first action in the list

2022-01-27 Thread Eelco Chaudron
Statistics should be captured on the first action in a list of actions, to do this we need to also capture the last update time stamp from the first action. Signed-off-by: Eelco Chaudron --- lib/tc.c | 119 +- 1 file changed, 86