X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fmlx5.rst;h=7ff92b0491a2b5f47bbe69f0b4363477adf10619;hb=50c383793b7b377ed9f733a779976447dbfd8bda;hp=87034358da1ffdd065903d71f28ecdcb4893547e;hpb=5cc6764267e405364d3dee5d0dc512fcf82a7786;p=dpdk.git diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 87034358da..7ff92b0491 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -171,9 +171,9 @@ Limitations - Flow rules having a VLAN pop offload command as one of their actions and are lacking a match on VLAN as one of their items are not supported. - - The command is not supported on egress traffic. + - The command is not supported on egress traffic in NIC mode. -- VLAN push offload is not supported on ingress traffic. +- VLAN push offload is not supported on ingress traffic in NIC mode. - VLAN set PCP offload is not supported on existing headers. @@ -376,8 +376,8 @@ Limitations encapsulation actions. - For NIC Rx flow, supports ``MARK``, ``COUNT``, ``QUEUE``, ``RSS`` in the sample actions list. - - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID`` in the - sample actions list. + - For E-Switch mirroring flow, supports ``RAW ENCAP``, ``Port ID``, + ``VXLAN ENCAP``, ``NVGRE ENCAP`` in the sample actions list. - Modify Field flow: @@ -1566,6 +1566,14 @@ Supported hardware offloads | | of_set_vlan_pcp / | | | | | | | of_set_vlan_vid) | | | | | +-----------------------+-----------------+-----------------+ + | | VLAN | | DPDK 21.05 | | | + | | ingress and / | | OFED 5.3 | | N/A | + | | of_push_vlan / | | ConnectX-6 Dx | | | + +-----------------------+-----------------+-----------------+ + | | VLAN | | DPDK 21.05 | | | + | | egress and / | | OFED 5.3 | | N/A | + | | of_pop_vlan / | | ConnectX-6 Dx | | | + +-----------------------+-----------------+-----------------+ | Encapsulation | | DPDK 19.05 | | DPDK 19.02 | | (VXLAN / NVGRE / RAW) | | OFED 4.7-1 | | OFED 4.6 | | | | rdma-core 24 | | rdma-core 23 | @@ -1829,13 +1837,16 @@ all flows with assistance of external tools. .. code-block:: console - testpmd> flow dump + To dump all flows: + testpmd> flow dump all + and dump one flow: + testpmd> flow dump rule - call rte_flow_dev_dump api: .. code-block:: console - rte_flow_dev_dump(port, file, NULL); + rte_flow_dev_dump(port, flow, file, NULL); #. Dump human-readable flows from raw file: @@ -1843,4 +1854,4 @@ all flows with assistance of external tools. .. code-block:: console - mlx_steering_dump.py -f + mlx_steering_dump.py -f -flowptr