SPDK tcp.c: nvmf_tcp_qpair_set_recv_state: *ERROR*: The recv state of tqpair
"Daivajna, Nagendra Lakshman" <[email protected]> Thu, 11 Jul 2024 11:15:18 +0000
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <DS7PR12MB5742E805936B2655B4ABDEFEE6A52@DS7PR12MB5742.namprd12.prod.outlook.com> |
[Public]
Hello SPDK,
I get the error when I run NVMeOF command using SPDK v24.05:
NVMeOF initiator:
root:/home/NAGENDRA# LD_PRELOAD=3D/home/NAGENDRA/spdk/build/fio/spdk_bdev /=
home/NAGENDRA/fio/fio fio_ran_read-4-kioxia-disks.conf --eta-newline=3D10
NVMeOF target error shown below:
root:/home/NAGENDRA# /home/ NAGENDRA/spdk/build/bin/nvmf_tgt --wait-for-rpc=
-m 0xee
[2024-07-11 12:42:22.171463] Starting SPDK v24.05 git sha1 40a5c2189 / DPDK=
24.03.0 initialization...
[2024-07-11 12:42:22.171550] [ DPDK EAL parameters: nvmf --no-shconf -c 0xe=
e --huge-unlink --no-telemetry --log-level=3Dlib.eal:6 --log-level=3Dlib.cr=
yptodev:5 --log-level=3Duser1:6 --iova-mode=3Dpa --base-virtaddr=3D0x200000=
000000 --match-allocations --file-prefix=3Dspdk_pid187980 ]
[2024-07-11 12:42:22.316222] app.c: 909:spdk_app_start: *NOTICE*: Total cor=
es available: 6
[2024-07-11 12:42:22.363113] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 2
[2024-07-11 12:42:22.363169] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 1
[2024-07-11 12:42:22.363141] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 5
[2024-07-11 12:42:22.363154] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 6
[2024-07-11 12:42:22.363167] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 7
[2024-07-11 12:42:22.363127] reactor.c: 937:reactor_run: *NOTICE*: Reactor =
started on core 3
[2024-07-11 12:42:50.042085] tcp.c: 672:nvmf_tcp_create: *NOTICE*: *** TCP =
Transport Init ***
[2024-07-11 12:42:51.155825] nvmf_rpc.c: 615:decode_rpc_listen_address: *WA=
RNING*: decode_rpc_listen_address: deprecated feature [listen_]address.tran=
sport is deprecated in favor of trtype to be removed in v24.09
[2024-07-11 12:42:51.156487] tcp.c: 967:nvmf_tcp_listen: *NOTICE*: *** NVMe=
/TCP Target Listening on 192.168.100.50 port 4420 ***
[2024-07-11 12:42:51.280573] tcp.c: 967:nvmf_tcp_listen: *NOTICE*: *** NVMe=
/TCP Target Listening on 192.168.100.60 port 4420 ***
[2024-07-11 12:42:51.404730] tcp.c: 967:nvmf_tcp_listen: *NOTICE*: *** NVMe=
/TCP Target Listening on 192.168.100.70 port 4420 ***
[2024-07-11 12:42:51.528963] tcp.c: 967:nvmf_tcp_listen: *NOTICE*: *** NVMe=
/TCP Target Listening on 192.168.100.80 port 4420 ***
[2024-07-11 12:42:56.203327] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133d3da0 is same with the state(5) to=
be set
[2024-07-11 12:42:56.433622] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133d4720 is same with the state(5) to=
be set
[2024-07-11 12:42:56.433675] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133d4720 is same with the state(5) to=
be set
[2024-07-11 12:43:34.378260] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133d7d80 is same with the state(5) to=
be set
[2024-07-11 12:43:34.378326] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133d7d80 is same with the state(5) to=
be set
[2024-07-11 12:52:35.412423] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a5133dab10 is same with the state(5) to=
be set
[2024-07-11 12:52:35.642873] tcp.c:1598:nvmf_tcp_qpair_set_recv_state: *ERR=
OR*: The recv state of tqpair=3D0x61a513589410 is same with the state(5) to=
be set
Regards,
Nagendra