Skip to content

Commit dc1c90d

Browse files
committed
fix note format
1 parent 732f47e commit dc1c90d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-network/setup-dpdk-mana.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ MANA DPDK requires the following set of drivers:
3838
1. [DPDK MANA poll-mode driver](https://github.com/DPDK/dpdk/tree/main/drivers/net/mana) (DPDK 22.11 and later)
3939
1. [Libmana user-space drivers](https://github.com/linux-rdma/rdma-core/tree/master/providers/mana) (rdma-core v44 and later)
4040

41-
> [!NOTE]
42-
> MANA DPDK is not available for Windows; it will only work on Linux VMs.
41+
>[!NOTE]
42+
>MANA DPDK is not available for Windows; it will only work on Linux VMs.
4343
4444
## Example: Check for MANA
4545

46-
> [!NOTE]
47-
> This article assumes the pciutils package containing the lspci command is installed on the system.
46+
>[!NOTE]
47+
>This article assumes the pciutils package containing the lspci command is installed on the system.
4848
4949
```bash
5050
# check for pci devices with ID:
@@ -61,8 +61,8 @@ fi
6161

6262
## Example: DPDK installation (Ubuntu 22.04)
6363

64-
> [!NOTE]
65-
> This article assumes compatible kernel and rdma-core are installed on the system.
64+
>[!NOTE]
65+
>This article assumes compatible kernel and rdma-core are installed on the system.
6666
6767
```bash
6868
DEBIAN_FRONTEND=noninteractive sudo apt-get install -q -y build-essential libudev-dev libnl-3-dev libnl-route-3-dev ninja-build libssl-dev libelf-dev python3-pip meson libnuma-dev
@@ -83,8 +83,8 @@ popd
8383

8484
Note the following example code for running DPDK with MANA. The direct-to-vf 'netvsc' configuration on Azure is recommended for maximum performance with MANA.
8585

86-
> [!NOTE]
87-
> DPDK requires either 2MB or 1GB hugepages to be enabled
86+
>[!NOTE]
87+
>DPDK requires either 2MB or 1GB hugepages to be enabled
8888
8989
```bash
9090
# Enable 2MB hugepages.

0 commit comments

Comments
 (0)