[ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-10-06 Thread Saurabh Mohan
On Ubuntu depmod's search priority is configured in /etc/depmod to be updates and then the kernel built-in directory. $ cat /etc/depmod.d/ubuntu.conf search updates ubuntu built-in Thus change the placement of openvswitch.ko under updates/ not kernel/updates. Signed-off-by: Saurabh

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-10-14 Thread Saurabh Mohan
On 10/14/2015 04:58 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 4:08 PM, Ben Pfaff wrote: On Wed, Oct 14, 2015 at 03:28:24PM -0700, Joe Stringer wrote: On 14 October 2015 at 15:21, Ben Pfaff wrote: On Tue, Oct 06, 2015 at 04:35:32PM -0700, Saurabh Mohan wrote: On Ubuntu depmod's s

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-10-15 Thread Saurabh Mohan
On 10/14/2015 04:58 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 4:08 PM, Ben Pfaff wrote: On Wed, Oct 14, 2015 at 03:28:24PM -0700, Joe Stringer wrote: On 14 October 2015 at 15:21, Ben Pfaff wrote: On Tue, Oct 06, 2015 at 04:35:32PM -0700, Saurabh Mohan wrote: On Ubuntu depmod's s

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-10-15 Thread Saurabh Mohan
On 10/15/2015 01:55 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 5:33 PM, Saurabh Mohan wrote: On 10/14/2015 04:58 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 4:08 PM, Ben Pfaff wrote: On Wed, Oct 14, 2015 at 03:28:24PM -0700, Joe Stringer wrote: On 14 October 2015 at 15:21, Ben

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-10-16 Thread Saurabh Mohan
On 10/16/2015 11:32 AM, Ansis Atteka wrote: On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan wrote: On 10/15/2015 01:55 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 5:33 PM, Saurabh Mohan wrote: On 10/14/2015 04:58 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 4:08 PM, Ben Pfaff

[ovs-dev] [PATCH ] debian: Fix bringup seq for OVSPort type of vlan.

2015-10-29 Thread Saurabh Mohan
after the other interface scripts in /etc/network/if-pre-up.d/ Signed-off-by: Saurabh Mohan --- debian/openvswitch-switch.links | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openvswitch-switch.links b/debian/openvswitch-switch.links index cf58073..5c7b1f1 1006

Re: [ovs-dev] [PATCH ] debian: Fix bringup seq for OVSPort type of vlan.

2015-10-29 Thread Saurabh Mohan
On 10/29/2015 04:42 PM, Gurucharan Shetty wrote: On Thu, Oct 29, 2015 at 4:00 PM, Saurabh Mohan wrote: Problem: When the OVSPort is a vlan interface there is a sequencing issue when we try to bring up the OVSBridge. Consider the following configuration in /etc/network/interfaces allow-ovs br

Re: [ovs-dev] [PATCH ] debian: Fix bringup seq for OVSPort type of vlan.

2015-11-01 Thread Saurabh Mohan
On 10/29/2015 05:19 PM, Gurucharan Shetty wrote: I do however understand your concern with the proposed fix. We are trying to stay agnostic to the underlay interface (eth, vlan, bond...) and let the kernel handle it. Otherwise the controller would have to be aware of the way each server connects

Re: [ovs-dev] [PATCH ] debian: place kernel module to satisfy depmod search.

2015-11-02 Thread Saurabh Mohan
On 10/16/2015 01:55 PM, Saurabh Mohan wrote: On 10/16/2015 11:32 AM, Ansis Atteka wrote: On Thu, Oct 15, 2015 at 4:52 PM, Saurabh Mohan wrote: On 10/15/2015 01:55 PM, Ansis Atteka wrote: On Wed, Oct 14, 2015 at 5:33 PM, Saurabh Mohan wrote: On 10/14/2015 04:58 PM, Ansis Atteka wrote