aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorSolganik Alexander <solganik@gmail.com>2019-03-30 18:56:06 +0300
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-05-13 06:11:52 +0000
commitb06dcb32c79d5108990e0efb2118fcecb2312022 (patch)
tree7dbeabf8c040aa6cd910658cabe5e1118631c7ae /docbook
parent23744c9be7d6665bcc46d38edd0fb81b56507810 (diff)
nvme-tcp: Add nvme-tcp dissector
This patch adds support of NVMe/TCP (NVM Express over Fabrics for TCP). to wireshark. NVM Express is high speed interface for accessing solid state drives. NVM Express specifications are maintained by NVM Express industry association at https://nvmexpress.org/. NVMe/TCP is the TCP transport binding specification which recently ratified (Technical Proposal 8000) and is a part of NVMe-oF spec version 1.1. Reference can be found here: https://lwn.net/Articles/772556/ and protocol specification: https://nvmexpress.org/welcome-nvme-tcp-to-the-nvme-of-family-of-transports/ Supported commands are *) NVMe/TCP ICREQ, ICRESP. *) NVMe Fabrics commands *) NVMe commands that are supported by packet-nvme dissector. Testing is done with Linux 5.0 nvme-tcp host and target drivers. H2C and C2H termination PDU`s are not supported as Linux NVMe/TCP driver does not support them as well in kernel 5.0 Bug: 15735 Change-Id: I63ae7aa2a42ff843b9832110830fd345f30d9170 Reviewed-on: https://code.wireshark.org/review/32640 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index ce17fd42ac..777a8b8f19 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -56,6 +56,7 @@ since version 3.0.0:
evolved Common Public Radio Interface (eCPRI)
Distributed Replicated Block Device (DRBD)
GSM/3GPP CBSP (Cell Broadcast Service Protocol)
+NVM Express over Fabrics for TCP (nvme-tcp)
--
=== Updated Protocol Support