All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 206447] New: __skb_get_hash_symmetric makes tun queue not balance
Date: Fri, 07 Feb 2020 06:58:42 +0000	[thread overview]
Message-ID: <bug-206447-28872@https.bugzilla.kernel.org/> (raw)

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.

             reply	other threads:[~2020-02-07  6:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07  6:58 bugzilla-daemon [this message]
2020-02-07  7:25 ` [Bug 206447] __skb_get_hash_symmetric makes tun queue not balance bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-206447-28872@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.