On 10/15/20 1:46 PM, Finn, Emma wrote: >> -----Original Message----- >> From: dev <[email protected]> On Behalf Of Sriharsha >> Basavapatna via dev >> Sent: Wednesday 14 October 2020 12:17 >> To: Eli Britstein <[email protected]> >> Cc: ovs dev <[email protected]>; Gaetan Rivet <[email protected]>; Ilya >> Maximets <[email protected]> >> Subject: Re: [ovs-dev] [PATCH V2 1/1] netdev-offload-dpdk: Preserve HW >> statistics for modified flows >> >> On Mon, Oct 12, 2020 at 7:57 PM Eli Britstein <[email protected]> wrote: >>> >>> In case of a flow modification, preserve the HW statistics of the old >>> HW flow to the new one. >>> >>> Fixes: 3c7330ebf036 ("netdev-offload-dpdk: Support offload of output >>> action.") >>> Signed-off-by: Eli Britstein <[email protected]> >>> Reviewed-by: Gaetan Rivet <[email protected]> >> >> Acked-by: Sriharsha Basavapatna <[email protected]> >> > > Tested with X710 devices. > Will do further testing with E810 devices when the patches become available > in DPDK. > Tested-by: Emma Finn <[email protected]>
Thanks! Applied to master and backported down to 2.13. While looking at the patch I noticed that we always return zero stats while removing the flow. That doesn't look right. We should, probably, fix that too. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
