All of lore.kernel.org
 help / color / mirror / Atom feed
From: Li Feng <fengli at smartx.com>
To: spdk@lists.01.org
Subject: [SPDK] How to utilize multiple threads?
Date: Tue, 31 Jul 2018 13:32:20 +0800	[thread overview]
Message-ID: <CAHckoCyMj5G1M808KHim3P=-DSwmvWLSw_KDxWwK44h3BXNgqA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

Hi experts,

When I'm digging into SPDK iscsi source codes, I have some doubt about the
threads/reactors.


Look at this example.

Start iscsi target on core 0-7:
```
app/iscsi_tgt/iscsi_tgt -L all -d 1 -m 0xff
```
I can see 8 threads which are polling.

But the acceptor is only running on the core 0, right?

This means all IOs are processed on core 0, no matter how many bdevs are
connecting ?


I can see sending NOP IN is a poller running on all reactors. But this is
not about read/write.

So how to utilize the other threads to maximum the iops and throughput?



Thanks in advance.

-- 
The SmartX email address is only for business purpose. Any sent message 
that is not related to the business is not authorized or permitted by 
SmartX.
本邮箱为北京志凌海纳科技有限公司(SmartX)工作邮箱. 如本邮箱发出的邮件与工作无关,该邮件未得到本公司任何的明示或默示的授权.



[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 1825 bytes --]

             reply	other threads:[~2018-07-31  5:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31  5:32 Li Feng [this message]
2018-07-31  6:06 [SPDK] How to utilize multiple threads? 
2018-07-31  6:50 Yang, Ziye
2018-07-31  7:22 Li Feng
2018-07-31  9:23 
2018-07-31 10:34 Li Feng
2018-07-31 10:46 
2018-07-31 14:55 Harris, James R
2018-08-01  3:25 Li Feng

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='CAHckoCyMj5G1M808KHim3P=-DSwmvWLSw_KDxWwK44h3BXNgqA@mail.gmail.com' \
    --to=spdk@lists.01.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.