]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_16_11.rst
mbuf: add functions to dump packet type
[dpdk.git] / doc / guides / rel_notes / release_16_11.rst
index 0c830f4c722cbfa19f98c6df2cd16de8125e5515..25c447dfd7c43449b37c4949a702f4a0962ab7bc 100644 (file)
@@ -43,6 +43,7 @@ New Features
     mbuf chain, linearizing if required.
   * Added a new function ``rte_net_get_ptype()`` to parse an Ethernet packet
     in an mbuf chain and retrieve its packet type by software.
+  * Added new functions ``rte_get_ptype_*()`` to dump a packet type as a string.
 
 * **Added vhost-user indirect descriptors support.**