X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Frel_notes%2Frelease_16_11.rst;h=642a919cb6163d5ef08e14700204c27e174a4f70;hb=db0e952a5c0151169480433618753e6b3f5bc0ff;hp=cc4b4d767af4d956309dcd34f46affba8193c89d;hpb=2304dd73d287cc8ce30fdd9abd2f99f6af890dd4;p=dpdk.git diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index cc4b4d767a..642a919cb6 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -48,6 +48,31 @@ New Features in case of system perturbations. On the downside, small performance degradation is measured when running micro-benchmarks. +* **Added vhost PMD xstats.** + + Added extended statistics to vhost PMD from per port perspective. + +* **Added virtio NEON support for ARM.** + +* **Updated the ixgbe base driver.** + + Updated the ixgbe base driver, including the following changes: + + * add X550em_a 10G PHY support + * support flow control auto negotiation for X550em_a 1G PHY + * add X550em_a FW ALEF support + * increase mailbox version to ixgbe_mbox_api_13 + * add two MAC ops for Hyper-V support + +* **Updated the QAT PMD.** + + The QAT PMD was updated with following support: + + * MD5_HMAC algorithm + * SHA224-HMAC algorithm + * SHA384-HMAC algorithm + * NULL algorithm + Resolved Issues ---------------