[ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-11-07 Thread Paul Blakey via dev
Fragmented packets with offset=0 are defragmented by tc act_ct, and only when assembled pass to next action, in ovs offload case, a goto action. Since stats are overwritten on each action dump, only the stats for last action in the tc filter action priority list is taken, the stats on the goto acti

[ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-11-07 Thread Roi Dayan via dev
From: Paul Blakey Fragmented packets with offset=0 are defragmented by tc act_ct, and only when assembled pass to next action, in ovs offload case, a goto action. Since stats are overwritten on each action dump, only the stats for last action in the tc filter action priority list is taken, the st

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2022-02-23 Thread Roi Dayan via dev
On 2021-12-01 9:23 PM, Ilya Maximets wrote: On 12/1/21 20:02, Paul Blakey wrote: On Mon, 29 Nov 2021, Ilya Maximets wrote: On 11/7/21 13:12, Roi Dayan via dev wrote: From: Paul Blakey Fragmented packets with offset=0 are defragmented by tc act_ct, and only when assembled pass to next a

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2022-03-04 Thread Ilya Maximets
On 2/23/22 09:20, Roi Dayan wrote: > > > On 2021-12-01 9:23 PM, Ilya Maximets wrote: >> On 12/1/21 20:02, Paul Blakey wrote: >>> >>> >>> On Mon, 29 Nov 2021, Ilya Maximets wrote: >>> On 11/7/21 13:12, Roi Dayan via dev wrote: > From: Paul Blakey > > Fragmented packets with offse

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-11-16 Thread Maxime Coquelin
On 11/7/21 13:12, Roi Dayan via dev wrote: From: Paul Blakey Fragmented packets with offset=0 are defragmented by tc act_ct, and only when assembled pass to next action, in ovs offload case, a goto action. Since stats are overwritten on each action dump, only the stats for last action in the

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-11-29 Thread Ilya Maximets
On 11/7/21 13:12, Roi Dayan via dev wrote: > From: Paul Blakey > > Fragmented packets with offset=0 are defragmented by tc act_ct, and > only when assembled pass to next action, in ovs offload case, > a goto action. Since stats are overwritten on each action dump, > only the stats for last action

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-12-01 Thread Paul Blakey via dev
On Mon, 29 Nov 2021, Ilya Maximets wrote: > On 11/7/21 13:12, Roi Dayan via dev wrote: > > From: Paul Blakey > > > > Fragmented packets with offset=0 are defragmented by tc act_ct, and > > only when assembled pass to next action, in ovs offload case, > > a goto action. Since stats are overwri

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-12-01 Thread Paul Blakey via dev
On Mon, 29 Nov 2021, Ilya Maximets wrote: > On 11/7/21 13:12, Roi Dayan via dev wrote: > > From: Paul Blakey > > > > Fragmented packets with offset=0 are defragmented by tc act_ct, and > > only when assembled pass to next action, in ovs offload case, > > a goto action. Since stats are overwri

Re: [ovs-dev] [PATCH 2/2] tc: Fix stats byte count on fragmented packets

2021-12-01 Thread Ilya Maximets
On 12/1/21 20:02, Paul Blakey wrote: > > > On Mon, 29 Nov 2021, Ilya Maximets wrote: > >> On 11/7/21 13:12, Roi Dayan via dev wrote: >>> From: Paul Blakey >>> >>> Fragmented packets with offset=0 are defragmented by tc act_ct, and >>> only when assembled pass to next action, in ovs offload case