Commit 78d8ba28 authored by wawryk's avatar wawryk Committed by Tomasz Zawadzki
Browse files

markdownlint: enable rule MD022



MD022 - Headers should be surrounded by blank lines
Fixed all errors

Signed-off-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: I035778a9a1bb32107fb2018aec32a8d01e924dfb
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9040


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: default avatarPaul Luse <paul.e.luse@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
parent 29511b3d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6954,6 +6954,7 @@ are 0. This rpc can only be invoked in STARTUP stage. All values are
in units of 100 milliseconds (same as the NVMe specification).

### Parameters

Name                    | Optional | Type        | Description
----------------------- | -------- | ----------- | -----------
crdt1                   | Optional | number      | Command Retry Delay Time 1
@@ -9072,6 +9073,7 @@ This method has no parameters.
### Response

Completion status of enumeration is returned as a boolean.

### Example

Example request:
+6 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ This information enables users to identify CPU cores that are busy doing real wo
needs more or less CPU resources.

# Run spdk_top

Before running spdk_top you need to run the SPDK application whose performance you want to analyze using spdk_top.

Run the spdk_top application
@@ -25,6 +26,7 @@ Run the spdk_top application
~~~

# Bottom menu

Menu at the bottom of SPDK top window shows many options for changing displayed data. Each menu item has a key associated with it in square brackets.

* Quit - quits the SPDK top application.
@@ -35,6 +37,7 @@ of all available pages.
* Help - displays help pop-up window.

# Threads Tab

The threads tab displays a line item for each spdk thread. The information displayed shows:

* Thread name - name of SPDK thread.
@@ -50,6 +53,7 @@ Pop-up then can be closed by pressing ESC key.
To learn more about spdk threads see @ref concurrency.

# Pollers Tab

The pollers tab displays a line item for each poller. The information displayed shows:

* Poller name - name of currently selected poller.
@@ -64,6 +68,7 @@ Poller pop-up window can be displayed by pressing ENTER on a selected data row a
Pop-up can be closed by pressing ESC key.

# Cores Tab

The cores tab provides insights into how the application is using the CPU cores assigned to it. The information displayed for each core shows:

* Core - core number.
@@ -76,4 +81,5 @@ Pressing ENTER key makes a pop-up window appear, showing above information, alon
window allows to select a thread and display thread details pop-up on top of it. To close both pop-ups use ESC key.

# Help Window

Help window pop-up can be invoked by pressing H key inside any tab. It contains explanations for each key used inside the spdk_top application.
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ exclude_rule 'MD003'
exclude_rule 'MD004'
exclude_rule 'MD010'
rule 'MD013', :line_length => 170
exclude_rule 'MD022'
exclude_rule 'MD023'
exclude_rule 'MD024'
exclude_rule 'MD025'