Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-22 Thread Aravind Prasad
Hi Ben, > OVS doesn't support that. Thanks a lot for the quick response and support. Thanks, Aravind Prasad S On Mon, Jan 22, 2018 at 10:02 PM, Ben Pfaff wrote: > On Mon, Jan 22, 2018 at 07:06:59AM +0530, Aravind Prasad wrote: > > Hi Ben, > > > > > I don't understand the

Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-22 Thread Ben Pfaff
On Mon, Jan 22, 2018 at 07:06:59AM +0530, Aravind Prasad wrote: > Hi Ben, > > > I don't understand the question. These are always linked together. > > I want to write a new ofproto provider and netdev provider and have them as > dynamic libraries. The requirement is to have the implementation

Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-21 Thread Aravind Prasad
Hi Ben, > I don't understand the question. These are always linked together. I want to write a new ofproto provider and netdev provider and have them as dynamic libraries. The requirement is to have the implementation of the provider Apis contained in a separate dynamic library and not modify

Re: [ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-19 Thread Ben Pfaff
On Fri, Jan 19, 2018 at 10:15:46AM +0530, Aravind Prasad wrote: > Is there a way to link OFPROTO and NETDEV libraries directly to OVS binary > without recompiling the OVS codebase. Like, downloading the OVS debian > binary directly and link the ofproto and netdev dynamic libraries to it. I don't

[ovs-discuss] Linking of OFPROTO and NETDEV libraries to OVS

2018-01-18 Thread Aravind Prasad
Hi All, Is there a way to link OFPROTO and NETDEV libraries directly to OVS binary without recompiling the OVS codebase. Like, downloading the OVS debian binary directly and link the ofproto and netdev dynamic libraries to it. Afaik, currently, we need to compile the OVS code with ofproto and