common/cnxk: enable backpressure on CPT with inline inbound
[dpdk.git] / doc / guides / nics / cnxk.rst
index dd955d3..837ffc0 100644 (file)
@@ -35,6 +35,7 @@ Features of the CNXK Ethdev PMD are:
 - Debug utilities - Context dump and error interrupt support
 - Support Rx interrupt
 - Inline IPsec processing support
+- Ingress meter support
 
 Prerequisites
 -------------
@@ -231,7 +232,7 @@ Runtime Config Options
 
       -a 0002:02:00.0,outb_nb_crypto_qs=2
 
-   With the above confiuration, two CPT LF's are setup and distributed among
+   With the above configuration, two CPT LF's are setup and distributed among
    all the Tx queues for outbound processing.
 
 - ``Force using inline ipsec device for inbound`` (default ``0``)
@@ -304,6 +305,11 @@ RTE flow GRE support
 - ``RTE_FLOW_ITEM_TYPE_GRE_KEY`` works only when checksum and routing
   bits in the GRE header are equal to 0.
 
+RTE flow action port_id support
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- ``RTE_FLOW_ACTION_TYPE_PORT_ID`` is only supported between PF and its VFs.
+
 Custom protocols supported in RTE Flow
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~