[ovs-discuss] ofproto-dpif-upcall: reg. udpif_revalidator thread

Vishal Deep Ajmera vishal.deep.ajmera at ericsson.com
Fri Jul 6 17:22:55 UTC 2018


> 
> At first glance it looks like you're correct, but this code was added in
> 2013 with the following commit and hasn't changed since, so I wonder whether
> we're missing something important.  Ethan, you wrote this code, do you have
> any thoughts?
> 
>     commit e79a6c833e0d72370951d6f8841098103cbb0b2d
>     Author:	Ethan J. Jackson <ejj at eecs.berkeley.edu>  Tue Sep 24 13:39:56
> 2013
>     Committer:	Ethan J. Jackson <ejj at eecs.berkeley.edu>  Thu Dec 19 13:27:23
> 2013
> 
>     ofproto: Handle flow installation and eviction in upcall.
> 
>     This patch moves flow installation and eviction from ofproto-dpif and
>     the main thread, into ofproto-dpif-upcall.  This performs
>     significantly better (approximately 2x TCP_CRR improvement), and
>     allows ovs-vswitchd to maintain significantly larger datapath flow
>     tables.  On top of that, it significantly simplifies the code,
>     retiring "struct facet" and friends.
> 
>     Signed-off-by: Ethan Jackson <ethan at nicira.com>
>     Acked-by: Ben Pfaff <blp at nicira.com>

Thanks Ben for looking into this issue. Should I send a formal patch
for review by removing this check (n_flows > 2000) ?

Warm Regards,
Vishal Ajmera


More information about the discuss mailing list