kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 206447] New: __skb_get_hash_symmetric makes tun queue not balance
@ 2020-02-07  6:58 bugzilla-daemon
  2020-02-07  7:25 ` [Bug 206447] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2020-02-07  6:58 UTC (permalink / raw)
  To: kvm

https://bugzilla.kernel.org/show_bug.cgi?id=206447

            Bug ID: 206447
           Summary: __skb_get_hash_symmetric makes tun queue not balance
           Product: Virtualization
           Version: unspecified
    Kernel Version: 3.10.0-862.14 and later
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: kvm
          Assignee: virtualization_kvm@kernel-bugs.osdl.org
          Reporter: glovejmm@163.com
        Regression: No

We use tun ko to creaste a vm with ovs,  We found thst tun_select_queue changed
the hash method from  skb_get_hash to __skb_get_hash_symmetric, in higher
kernel version.

What refuse us is it is quite balance in tun queue select in old version, while
it is often focus on 1-2 queues in new version with above change.

When we rollback the hash methd  to skb_get_hash with kernel recompile , 
balance recover normal again .


Is there any config or patch relation with this hash not balance problem?


here is the change patch

https://patchwork.ozlabs.org/patch/643209

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 206447] __skb_get_hash_symmetric makes tun queue not balance
  2020-02-07  6:58 [Bug 206447] New: __skb_get_hash_symmetric makes tun queue not balance bugzilla-daemon
@ 2020-02-07  7:25 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2020-02-07  7:25 UTC (permalink / raw)
  To: kvm

https://bugzilla.kernel.org/show_bug.cgi?id=206447

--- Comment #1 from glovejmm@163.com ---
Testcase is vm1 to vm2 in different hosts, use  iperf3 tcp streams with -P 20

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-07  7:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07  6:58 [Bug 206447] New: __skb_get_hash_symmetric makes tun queue not balance bugzilla-daemon
2020-02-07  7:25 ` [Bug 206447] " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).