Announcement

Collapse
No announcement yet.

Linux 5.7 Netfilter To See AVX2 Optimizations For Big Performance Boost - Can Be Up To ~420%

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 5.7 Netfilter To See AVX2 Optimizations For Big Performance Boost - Can Be Up To ~420%

    Phoronix: Linux 5.7 Netfilter To See AVX2 Optimizations For Big Performance Boost - Can Be Up To ~420%

    Linux 5.7's Netfilter framework is set to see better performance on modern Intel and AMD systems thanks to AVX2 optimizations...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I assume it is hand optimized assembler ?

    Comment


    • #3
      Well, that's some... Blazing... Performance

      Comment


      • #4
        Originally posted by Raka555 View Post
        I assume it is hand optimized assembler ?
        A look at the commit (https://git.kernel.org/pub/scm/linux...94d765c8eecbe1) points in that direction.

        Comment


        • #5
          To me as a desktop user this is just gibberish, as about all of the "news" on lxer and linuxtoday.

          Comment


          • #6
            It's always welcome to see performance improvements. Optimizing arm would no doubt hit a larger user base with all of the arm based OpenWRT DdWRT routers (I've got 5 routers running OpenWRT and one of them would benefit from netfilter performance improvements).

            Comment


            • #7
              I hope It's not about some operations that occur once or twice a day, changed from taking 4.2 ms to 1.0 ms (420%).

              Comment


              • #8
                This is what ClearLinux does on a regular basis for all libraries and programs with a few simple avx2 instricts patches to help the program make better use of the -march=haswell compiler flag.

                Comment


                • #9
                  Originally posted by r08z View Post
                  This is what ClearLinux does on a regular basis for all libraries and programs with a few simple avx2 instricts patches to help the program make better use of the -march=haswell compiler flag.
                  Vectorization and architecture support is not the same as structured optimized assembly for complex data.
                  But if the code structure was different, maybe more standard vectorization would have helped.
                  Replacing a functions or calls with a hand optimized intrinsic is not the same either.

                  Comment


                  • #10
                    Originally posted by cbxbiker61 View Post
                    It's always welcome to see performance improvements. Optimizing arm would no doubt hit a larger user base with all of the arm based OpenWRT DdWRT routers (I've got 5 routers running OpenWRT and one of them would benefit from netfilter performance improvements).
                    It seems the author agrees:

                    A similar strategy could be easily reused to implement specialised versions for other SIMD sets, and I plan to post at least a NEON version at a later time.

                    Comment

                    Working...
                    X