[ovs-discuss] [openvswitch 2.3.1] testsuite: 1381 1382 1384 1385 1386 1388 1389 1390 1392 1393 1394 1396 1397 1398 1400 1401 1402 1404 1405 1406 1408 1409 1410 1412 1413 1414 1416 1417 1418 1420 1421 1422 1424 1425 1426 1427 1428 failed

Alex Wang alexw at nicira.com
Tue Feb 24 17:29:44 UTC 2015


Hey,

I think you need to load the 'if_tap.ko'~

Thanks,
Alex Wang,

On Mon, Feb 23, 2015 at 3:29 PM, Atanu Ghosh <atanu at acm.org> wrote:

> Hi,
>
> The code in the master branch now passes all the tests on FreeBSD 10.1.
> However, I still see the same errors when trying to create a bridge.
> Setting the datapath type to netdev doesn't seem to help the situation.
>
>         Atanu.
>
> On Fri, Feb 20, 2015 at 2:32 PM, Alex Wang <alexw at nicira.com> wrote:
>
>> Hey Atanu,
>>
>> We pushed the fixes to master and branch-2.3.  I tested on my FreeBSD-9.3
>> VM.  Everything should work fine now,
>>
>> Thanks,
>> Alex Wang,
>>
>> On Fri, Feb 20, 2015 at 9:54 AM, Alex Wang <alexw at nicira.com> wrote:
>>
>>> Sorry for this delayed reply,
>>>
>>> We found the issue, and working on a fix.  Will send more updates soon,
>>>
>>> Thanks,
>>> Alex Wang,
>>>
>>> On Tue, Feb 17, 2015 at 4:59 PM, Atanu Ghosh <atanu at acm.org> wrote:
>>>
>>>> Hi,
>>>>
>>>> I have been trying to use OVS on FreeBSD 10.1. I have hit a number of
>>>> issues.
>>>>
>>>> 1) This simple command fails:
>>>> k3$ sudo ovs-vsctl add-br br0
>>>> ovs-vsctl: Error detected while setting up 'br0'.  See ovs-vswitchd log
>>>> for details.
>>>>  k3$ sudo ovs-vswitchd
>>>> 2015-02-18T00:29:29Z|00001|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock:
>>>> connecting...
>>>> 2015-02-18T00:29:29Z|00002|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock:
>>>> connected
>>>> 2015-02-18T00:29:29Z|00003|bridge|INFO|ovs-vswitchd (Open vSwitch) 2.3.1
>>>> 2015-02-18T00:29:34Z|00004|ofproto|WARN|unknown datapath type system
>>>> 2015-02-18T00:29:34Z|00005|ofproto|WARN|unknown datapath type system
>>>> 2015-02-18T00:29:34Z|00006|ofproto|WARN|could not create datapath br0
>>>> of unknown type system
>>>> 2015-02-18T00:29:34Z|00007|bridge|ERR|failed to create bridge br0:
>>>> Address family not supported by protocol family
>>>>
>>>> 2) I ran "make check" and hit a number of problems with ovsdb-server
>>>> interactions, which were due to set_dscp failing on FreeBSD. I have not
>>>> looked into how to make it work.
>>>>
>>>> diff --git a/socket-util.c b/socket-util.c
>>>> index aa0c719..c17f0d9 100644
>>>> --- a/socket-util.c
>>>> +++ b/socket-util.c
>>>> @@ -112,6 +112,8 @@ set_dscp(int fd, uint8_t dscp)
>>>>      int val;
>>>>      bool success;
>>>>
>>>> +    return 0;
>>>> +
>>>>      if (dscp > 63) {
>>>>          return EINVAL;
>>>>      }
>>>>
>>>> 3) I ran "make check" again and hit the problems on the subject line. I
>>>> looked at 1381 a little and it doesn't look like it even manages to contact
>>>> the server. I have attached the log file.
>>>>
>>>> My python version:
>>>> k3$ python -V
>>>> Python 2.7.9
>>>>
>>>>         Atanu.
>>>>
>>>>
>>>> _______________________________________________
>>>> discuss mailing list
>>>> discuss at openvswitch.org
>>>> http://openvswitch.org/mailman/listinfo/discuss
>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150224/aebe75e7/attachment-0002.html>


More information about the discuss mailing list