Re: [ovs-dev] [PATCH] tunnel-push-pop.at: Make test more deterministic.

2014-11-21 Thread Jarno Rajahalme
On Nov 21, 2014, at 3:22 PM, Pravin Shelar wrote: > On Thu, Nov 20, 2014 at 2:13 PM, Jarno Rajahalme > wrote: >> Using the '-march=native' broke this test in a i7 laptop, most likely >> due to a different hash implementation, which resulted in different >> datapath port number assignment accro

Re: [ovs-dev] [PATCH] tunnel-push-pop.at: Make test more deterministic.

2014-11-21 Thread Pravin Shelar
On Thu, Nov 20, 2014 at 2:13 PM, Jarno Rajahalme wrote: > Using the '-march=native' broke this test in a i7 laptop, most likely > due to a different hash implementation, which resulted in different > datapath port number assignment accross different compilations. > > Break up the ports setup so th

Re: [ovs-dev] [PATCH] tunnel-push-pop.at: Make test more deterministic.

2014-11-21 Thread Jarno Rajahalme
Pravin, Would you mind reviewing this? Jarno On Nov 20, 2014, at 2:13 PM, Jarno Rajahalme wrote: > Using the '-march=native' broke this test in a i7 laptop, most likely > due to a different hash implementation, which resulted in different > datapath port number assignment accross different c