X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_20_11.rst;h=fafad676ff1f8a827ab5487d2206b5b5faac057a;hb=805b8faa6bb7515a48da5648969f3128a95d3d70;hp=9299353469e0c9e2e6ac42819e48e42bb412abea;hpb=b1088fccb503b88ad47f8f785e2a1b9a4b7a3c75;p=dpdk.git diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 9299353469..fafad676ff 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -94,6 +94,12 @@ New Features whether PMD supports thread safe operations. If PMD doesn't set the flag, rte_flow API level functions will protect the flow operations with mutex. +* **Added flow-based traffic sampling support.** + + Added new action: ``RTE_FLOW_ACTION_TYPE_SAMPLE`` to duplicate the matching + packets with specified ratio, and apply with own set of actions with a fate + action. When the ratio is set to 1 then the packets will be 100% mirrored. + * **Updated Broadcom bnxt driver.** Updated the Broadcom bnxt driver with new features and improvements, including: @@ -101,6 +107,7 @@ New Features * Added support for 200G PAM4 link speed. * Added support for RSS hash level selection. * Updated HWRM structures to 1.10.1.70 version. + * Added TRUFLOW support for Stingray devices. * **Updated Cisco enic driver.** @@ -142,6 +149,11 @@ New Features Updated the Intel qat driver to use write combining stores. +* **Updated Memif PMD.** + + * Added support for abstract socket address. + * Changed default socket address type to abstract. + * **Added Ice Lake (Gen4) support for Intel NTB.** Added NTB device support (4th generation) for Intel Ice Lake platform.