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
Hello.
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 usi