Hi Ben,
Actually, I modify some parts of OVS 1.2.2 code, and  its using other
module functions through my own dpif interfaces. The problem here is, I
have to load that module first before OVS kernel module. I can write a
script in /etc/init.d/ so that it can load that module, but I am not sure
the order of loading of these modules, and there is no manual loading of
OVS kernel module in Xenserver. The solution might be some where if I
insert "insmod module-name" command before "modprobe openvswicth_mod"
command in the OVS scripts of the Xenserver, it will be solved. This is
quite easy in OVS-1.1.1 as I mentioned in my last mail, but its not true in
OVS-1.2.2. I tried the following alternative in OVS-1.2.2 by adding a line
in OVS-1.2.2/utilities/ovs-ctl.in, but no effect.

Thanks,
Ramana.


On Tue, Nov 29, 2011 at 1:08 AM, Ben Pfaff <[email protected]> wrote:

> On Tue, Nov 29, 2011 at 12:34:00AM +0530, Ramana Reddy wrote:
> > I have one kernel module along with OVS-1.2.2 kernel module, and
> > I have to load this kernel module before OVS kernel module ( some
> > dependency is there).
>
> What module?  Perhaps this is a bug that we should fix, or perhaps you
> don't have module dependencies correctly configured on your system?
>
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to