ethdev: add packet type range function
[dpdk.git] / doc / guides / rel_notes / release_19_11.rst
index da48051..1ec4bf8 100644 (file)
@@ -94,6 +94,13 @@ New Features
   * Rx metadata is delivered to host via a dynamic field of ``rte_mbuf`` with
     PKT_RX_DYNF_METADATA.
 
+* **Added ethdev API to set supported packet types**
+
+  * Added new API ``rte_eth_dev_set_ptypes`` that allows an application to
+    inform PMD about about reduced range of packet types to handle.
+  * This scheme will allow PMDs to avoid lookup to internal ptype table on Rx
+    and thereby improve Rx performance if application wishes do so.
+
 * **Updated the enic driver.**
 
   * Added support for Geneve with options offload.
@@ -280,6 +287,7 @@ New Features
   See :doc:`../prog_guide/lto` for more information:
 
 
+
 Removed Items
 -------------