]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_19_11.rst
app/testpmd: disable packet type parsing by default
[dpdk.git] / doc / guides / rel_notes / release_19_11.rst
index d2c8d16e503197098e8ef8a8d713f13b952d84ba..0d04b8dc5afa9a9532a6db4707f03dd4f56711f0 100644 (file)
@@ -277,6 +277,7 @@ New Features
 
   * Added a console command to testpmd app, ``show port (port_id) ptypes`` which
     gives ability to print port supported ptypes in different protocol layers.
+  * Packet type detection disabled by default for the supported PMDs.
 
 * **Added new example l2fwd-event application.**