Re: [ovs-dev] [PATCH v2 ovn] Build OVN using external OVS directory

2019-08-05 Thread Numan Siddique
On Mon, Aug 5, 2019 at 11:20 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > From: Numan Siddique > > > > With this patch we have to configure OVN to refer to external OVS > source/build > > directory instead of the ovs subtree. > > > > The new configuration options added are: > >

Re: [ovs-dev] [PATCH v2 ovn] Build OVN using external OVS directory

2019-08-05 Thread Lorenzo Bianconi
> From: Numan Siddique > > With this patch we have to configure OVN to refer to external OVS source/build > directory instead of the ovs subtree. > > The new configuration options added are: > * --with-ovs-source=/path/to/ovs/source/dir > * --with-ovs-build=/path/to/ovs/build/dir > > Before c

[ovs-dev] [PATCH v2 ovn] Build OVN using external OVS directory

2019-08-05 Thread nusiddiq
From: Numan Siddique With this patch we have to configure OVN to refer to external OVS source/build directory instead of the ovs subtree. The new configuration options added are: * --with-ovs-source=/path/to/ovs/source/dir * --with-ovs-build=/path/to/ovs/build/dir Before configuring OVN, user