Re: [ovs-dev] [ovs-dev 1/3] ovs-dev.py: Add aggressive compile optimization options.

2014-09-17 Thread Ethan Jackson
FYI All I've dropped this patch. Ethan On Mon, Sep 8, 2014 at 2:42 PM, Ben Pfaff b...@nicira.com wrote: On Mon, Sep 08, 2014 at 12:51:11PM -0700, Ethan Jackson wrote: Is there any point to testing OVS in a configuration that we won't distribute? This is a subject in which there could

Re: [ovs-dev] [ovs-dev 1/3] ovs-dev.py: Add aggressive compile optimization options.

2014-09-08 Thread Ethan Jackson
Is there any point to testing OVS in a configuration that we won't distribute? This is a subject in which there could legitimately be many points of view, but I'll take a stab at explaining how I think about it. To answer your question: In general no, but with DPDK yes. If you look at how

Re: [ovs-dev] [ovs-dev 1/3] ovs-dev.py: Add aggressive compile optimization options.

2014-09-08 Thread Ben Pfaff
On Mon, Sep 08, 2014 at 12:51:11PM -0700, Ethan Jackson wrote: Is there any point to testing OVS in a configuration that we won't distribute? This is a subject in which there could legitimately be many points of view, but I'll take a stab at explaining how I think about it. To answer

[ovs-dev] [ovs-dev 1/3] ovs-dev.py: Add aggressive compile optimization options.

2014-09-05 Thread Ethan Jackson
These options don't make sense when building portable code, but when using the dev script, OVS is built on the same system it's run on. They make a small difference in the OVS DPDK testing, hence their addition. Signed-off-by: Ethan Jackson et...@nicira.com --- utilities/ovs-dev.py | 6 +++--- 1