Hi, all. I add a bloom filter struct into the netflow module, /ofproto/netflow.c. Now I insert items into the bloom filter through command ovs-vsctl, as the same way to update the parameters in netflow module, like active_timeout or targets, etc.. But I find the parameters are written into the ovs database first, under ovs-vsctl command, then sent to the netflow module, in which the update throughput is too slow. Is there any way that I can add items into my bloom filter directly and bypass the database? like the way to add flow item into flow table? Many thanks.
+++++++++++++++++ Best, Hao
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss