On Thu, Jun 20, 2013 at 05:44:03PM +0400, Igor Ryzhov wrote:
> I want to implement my own kernel-space datapath for OVS. So I have to
> write my own dpif-provider class. A already implemented some of it's
> functions (open, close and all flow management functions) and I can work
> with my datapath using ovs-dpctl.
> 
> But now I want to work with my datapath using daemon (ovs-vswitchd), but I
> can't understand which minimal functionality (which functions from
> dpif-provider) I have to implement?

Generally the comments in dpif-provider.h should say so if a function
is optional.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to