Re: [ovs-discuss] dpif_class minimal requirement

2013-06-20 Thread Ben Pfaff
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

[ovs-discuss] dpif_class minimal requirement

2013-06-20 Thread Igor Ryzhov
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