Hi, "ofproto-dpif - select group with dp_hash selection method" test fails on armv7l.
I saw the problem during build of openvswitch 2.7.0 Fedora package since all other architectures builds fine [1]. I see, also, that Ubuntu is disabling (all) tests on armhf for the same problem [2] I also replied the issue on bananapi (git version 0b4f83e2d) using archlinuxarm [3] It seems the test expect to have recirc(0x3), but it has recirc(0x2). -recirc_id(0),in_port(1),eth_type(0x0800),ipv4(src=192.168.0.1,frag=no), packets:15, bytes:630, used:0.0s, actions:hash(hash_l4(0)),recirc(0x2) -recirc_id(0x2),dp_hash(0xXXXX/0x1),in_port(1),eth_type(0x0800),ipv4(frag=no), packets:15, bytes:630, used:0.0s, actions:11 +recirc_id(0),in_port(1),eth_type(0x0800),ipv4(src=192.168.0.1,frag=no), packets:15, bytes:630, used:0.0s, actions:hash(hash_l4(0)),recirc(0x3) +recirc_id(0x3),dp_hash(0xXXXX/0x1),in_port(1),eth_type(0x0800),ipv4(frag=no), packets:15, bytes:630, used:0.0s, actions:11 I can't replicate the problem on any other architecture supported by Fedora (x86_64, ppc64le, aarch64, ppc64, i686 and s390x). [1]: https://koji.fedoraproject.org/koji/taskinfo?taskID=19676269 [2]: http://pad.lv/1686406 [3]: https://gist.github.com/drizzt/5e8ac80435475b9919907d0779bcc915#file-testsuite-log _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
