Re: [ovs-dev] Hardware Offload Scaling

2024-04-10 Thread Eelco Chaudron
On 9 Apr 2024, at 16:58, Shahaji Bhosle wrote: > Thanks Eelco, Sorry for the late reply. > We are not using NVDIA NIC, and are using OVS+DPDK. > It appears the revalidator threads are complaining because it is not able > to get all the stats for million flows within its time window. > Just

Re: [ovs-dev] Hardware Offload Scaling

2024-04-09 Thread Shahaji Bhosle via dev
Thanks Eelco, Sorry for the late reply. We are not using NVDIA NIC, and are using OVS+DPDK. It appears the revalidator threads are complaining because it is not able to get all the stats for million flows within its time window. Just wondering if there are knobs to relax the revalidator to not

Re: [ovs-dev] Hardware Offload Scaling

2024-03-28 Thread Eelco Chaudron
On 28 Mar 2024, at 16:31, Shahaji Bhosle via dev wrote: > Hi, > I am looking for tuning params for scaling OVS-DPDK/TC to million flows. It > seems like flow dump(revalidator) is not able to collect the stats after > about 150K flows per second, thus it is trying to delete the flows. > Any

[ovs-dev] Hardware Offload Scaling

2024-03-28 Thread Shahaji Bhosle via dev
Hi, I am looking for tuning params for scaling OVS-DPDK/TC to million flows. It seems like flow dump(revalidator) is not able to collect the stats after about 150K flows per second, thus it is trying to delete the flows. Any guidance where million flows are offloaded to hardware would be great.