Uploaded image for project: 'VinePerf'
  1. VinePerf
  2. VINEPERF-92

Technical Debt - Add appropriate build flags to the OVS makefiles to build OVS for performance

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None

      To have better performance for OVS with DPDK one can enable aggressive compiler optimizations and use the special instructions(popcnt, crc32) that may not be available on all machines. Instead of typing make, type:

      make CFLAGS='-O3 -march=native'

      these compiler flags should be enabled as a build option for the OVS library build in src.

            maryamtahhan Maryam Tahhan
            maryamtahhan Maryam Tahhan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: