All of lore.kernel.org
 help / color / mirror / Atom feed
From: Verkamp, Daniel <daniel.verkamp at intel.com>
To: spdk@lists.01.org
Subject: Re: [SPDK] using nvmf target/initiator in spdk
Date: Tue, 09 Aug 2016 21:16:07 +0000	[thread overview]
Message-ID: <1470777365.40000.38.camel@intel.com> (raw)
In-Reply-To: 149d3d0c6423c829f50a4cd48b3ea8c4@mail.gmail.com

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

Hi,

Splitting off just the I/OAT question (see below).

On Tue, 2016-08-09 at 11:26 +0530, Kirubakaran Kaliannan wrote:
> Hi,
> 
> 1)
> After following the steps in the document to configure the SPDK, I
> verify it
> by running the command
> /examples/ioat/verify/verify, and I get the following message. Is this
> expected ?
> 
> ----------------------------------------------------------------------
> ---
> EAL: Requesting 512 pages of size 2MB from socket 0
> EAL: Requesting 512 pages of size 2MB from socket 1
> EAL: TSC frequency is ~2400080 KHz
> EAL: Master lcore 0 is ready (tid=2fc3c900;cpuset=[0])
> User configuration:
> Run time:       10 seconds
> Core mask:      0x1
> Queue depth:    32
> 
> Not enough ioat channels found. Check that ioatdma driver is unloaded.
> <================
> 
> # lsmod | grep ioat
> ioatdma                52511  0
> dca                    15130  1 ioatdma

What CPU/chipset are you using for this test?

Can you verify that you see some I/OAT devices in lspci? If you use
`lspci -vn`, they should show up something like:

00:04.0 0880: 8086:2f20 (rev 02)
[...]
        Kernel driver in use: uio_pci_generic
        Kernel modules: ioatdma

You can find them based on the ioatdma module or by checking against the
list in lib/ioat/ioat_pci.h.

Any DMA channels you want to use must be unbound from the Linux kernel
ioatdma driver, either by totally unloading it (rmmod ioatdma) or by
using something like scripts/setup.sh to selectively change the driver
for specific devices.

Thanks,
-- Daniel

             reply	other threads:[~2016-08-09 21:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 21:16 Verkamp, Daniel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-09  5:56 [SPDK] using nvmf target/initiator in spdk Kirubakaran Kaliannan
2016-08-07  4:34 Kirubakaran Kaliannan
2016-08-04  7:38 Kirubakaran Kaliannan
2016-08-04  1:46 Kirubakaran Kaliannan
2016-08-03 10:43 Minfei Huang
2016-08-02 16:06 Walker, Benjamin
2016-08-02 10:22 Kirubakaran Kaliannan

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=1470777365.40000.38.camel@intel.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.