Public bug reported:

SRU Justification:

Increase flow insertion rate by using rw lock instead of mutex on the
flow block.

* Explain the bug(s)

Insertion rate is done in multiple threads but there is a mutex lock between 
looking for the flow block
which slows things down. So use a rw lock and take a read lock which is 
sufficient.

* brief explanation of fixes

Use a rw lock on the flow block.

* How to test

CT offload and check insertion rate of 5 tuples rules.

* What it could break.

Flow insertion rate.

** Affects: linux-bluefield (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927251

Title:
  Increase flow insertion rate by using rw lock instead of mutex on the
  flow block.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-bluefield/+bug/1927251/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to