[ovs-discuss] BUG: Open vSwitch 0.90.4 can't be used with VLANs

Jean Tourrilhes jt at hpl.hp.com
Fri Sep 11 00:01:46 UTC 2009


On Thu, Sep 10, 2009 at 03:29:14PM -0700, Ben Pfaff wrote:
> Jean Tourrilhes <jt at hpl.hp.com> writes:
> 
> > 	To reproduce :
> > -----------------------------------------------------------
> > # rmmod openflow_mod
> > # insmod datapath/linux-2.6/openvswitch_mod.ko
> > insmod: error inserting 'datapath/linux-2.6/openvswitch_mod.ko': -1 Address already in use
> > # rmmod 8021q garp stp
> > # insmod datapath/linux-2.6/openvswitch_mod.ko
> > # 
> > -----------------------------------------------------------
> 
> You can remove the calls to llc_sap_open() and llc_sap_put() from
> dp_init() and dp_cleanup() in datapath/datapath.c.  They are
> there for mutual exclusion only, but that stopped working
> sometime in 2.6.2x.  We will fix this eventually; so far this is
> the first report we've received of it causing trouble "in the
> wild", so maybe it's time to raise the priority.

	Thanks for the super quick answer, it was very helpful.
	I still have a few issue to make it work fully, but I already
made some good progress.

	I've got a little patch for 0.90.4 :
		o The VLAN issue
		o compilation with 2.6.30
		o enable actions other than OFPAT_OUTPUT and OFPAT_VENDOR

	Good luck...

	Jean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openvswitch-various.diff
Type: text/x-diff
Size: 1954 bytes
Desc: not available
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20090910/61477033/attachment-0002.bin>


More information about the discuss mailing list