Re: [ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-08 Thread Cong Wang
On Sat, Feb 9, 2013 at 12:46 AM, Ben Pfaff wrote: > On Wed, Feb 06, 2013 at 08:44:36AM -0800, Ben Pfaff wrote: >> On Wed, Feb 06, 2013 at 03:54:14PM +0800, Cong Wang wrote: >> > On 02/06/2013 03:14 AM, Ben Pfaff wrote: >> > >Reported-by: Cong Wang >> > >Signed-off-by: Ben Pfaff >> > >--- >> > >C

Re: [ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-08 Thread Ben Pfaff
On Wed, Feb 06, 2013 at 08:44:36AM -0800, Ben Pfaff wrote: > On Wed, Feb 06, 2013 at 03:54:14PM +0800, Cong Wang wrote: > > On 02/06/2013 03:14 AM, Ben Pfaff wrote: > > >Reported-by: Cong Wang > > >Signed-off-by: Ben Pfaff > > >--- > > >Cong, will you verify that this makes the init script work O

Re: [ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-06 Thread Ben Pfaff
On Wed, Feb 06, 2013 at 03:54:14PM +0800, Cong Wang wrote: > On 02/06/2013 03:14 AM, Ben Pfaff wrote: > >Reported-by: Cong Wang > >Signed-off-by: Ben Pfaff > >--- > >Cong, will you verify that this makes the init script work OK for > >your kernel with OVS built-in? > > I got: > > # ovs-dpctl s

Re: [ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-05 Thread Cong Wang
BTW, I modified ovs-ctl.in manually, skipped inserting the kernel modules, ovs service start successfully and everything works fine so far. I am using openvswitch in fedora 17: # rpm -q openvswitch openvswitch-1.4.2-1.fc17.x86_64 ___ dev mailing list

Re: [ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-05 Thread Cong Wang
On 02/06/2013 03:14 AM, Ben Pfaff wrote: Reported-by: Cong Wang Signed-off-by: Ben Pfaff --- Cong, will you verify that this makes the init script work OK for your kernel with OVS built-in? I got: # ovs-dpctl show -voff ovs-dpctl: processing "off": unknown module "off" # modprobe openvswit

[ovs-dev] [PATCH] ovs-ctl: Add support for built-in (non-modular) kernel support.

2013-02-05 Thread Ben Pfaff
Reported-by: Cong Wang Signed-off-by: Ben Pfaff --- Cong, will you verify that this makes the init script work OK for your kernel with OVS built-in? Thanks, Ben. utilities/ovs-ctl.in |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/utilities/ovs-ctl.in b/utilities