All of lore.kernel.org
 help / color / mirror / Atom feed
* [SPDK] "nvmf_create_transport" fails with 16 cores
@ 2021-01-18 20:47 Charlie Li
  0 siblings, 0 replies; only message in thread
From: Charlie Li @ 2021-01-18 20:47 UTC (permalink / raw)
  To: spdk

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

Hello,

I am using SPDK 20.10 - "Starting SPDK v20.10 git sha1 e5d26ecc2 / DPDK
20.08.0 initialization..."

If I start SPDK NVMe-oF target with 15 cores - "sudo ./build/bin/nvmf_tgt
-m 0x7FFF",
"sudo ./scripts/rpc.py nvmf_create_transport -t TCP" works fine.

If I start SPDK NVMe-oF target with 16 cores - "sudo ./build/bin/nvmf_tgt
-m 0xFFFF",
"sudo ./scripts/rpc.py nvmf_create_transport -t TCP" fails with the
following message

request:
{
  "trtype": "TCP",
  "c2h_success": true,
  "no_wr_batching": false,
  "method": "nvmf_create_transport",
  "req_id": 1
}
Got JSON-RPC error response
response:
{
  "code": -32603,
  "message": "Transport type 'TCP' create failed"
}

Is there any way to use 16 or more cores?

Thanks,
Charlie

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-18 20:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 20:47 [SPDK] "nvmf_create_transport" fails with 16 cores Charlie Li

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.