From mboxrd@z Thu Jan 1 00:00:00 1970 From: minwoo.im.dev@gmail.com (Minwoo Im) Date: Mon, 6 May 2019 00:06:11 +0900 Subject: [PATCH 3/3] nvme: 017: fix nvmet pass data with loop In-Reply-To: <20190505150611.15776-1-minwoo.im.dev@gmail.com> References: <20190505150611.15776-1-minwoo.im.dev@gmail.com> Message-ID: <20190505150611.15776-4-minwoo.im.dev@gmail.com> The following commit has affected the result of genctr and treq field printed: genctr would increment two times per a subsystem due to Commit b662a078 ("nvmet: enable Discovery Controller AENs") treq field would be printed out to support TP 8005: nvmet driver: Commit 9b95d2fb ("nvmet: expose support for fabrics SQ flow control disable in treq") nvme-cli: Commit 2cf370c3 ("fabrics: support fabrics sq flow control disable") Signed-off-by: Minwoo Im --- tests/nvme/017.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nvme/017.out b/tests/nvme/017.out index 4b0877a..d7685f6 100644 --- a/tests/nvme/017.out +++ b/tests/nvme/017.out @@ -1,11 +1,11 @@ Running nvme/017 -Discovery Log Number of Records 1, Generation counter 1 +Discovery Log Number of Records 1, Generation counter 2 =====Discovery Log Entry 0====== trtype: loop adrfam: pci subtype: nvme subsystem -treq: not specified +treq: not specified, sq flow control disable supported portid: X trsvcid: subnqn: blktests-subsystem-1 -- 2.7.4