X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Frel_notes%2Frelease_20_02.rst;h=e57aedee9f7691c8025d582c94c6f0b47cb4a9a8;hb=d6a4fe93810fb1dad78c405ef116e3606dd976a0;hp=2d28a04ab6e0d08000cb0eed033841d48b761253;hpb=09550efac2f65cc8a7430c44b40443044d31c7c9;p=dpdk.git diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst index 2d28a04ab6..e57aedee9f 100644 --- a/doc/guides/rel_notes/release_20_02.rst +++ b/doc/guides/rel_notes/release_20_02.rst @@ -90,6 +90,7 @@ New Features * Added support for MAC rules on specific port. * Added support for MAC/VLAN with TCP/UDP in switch rule. * Added support for 1/10G device. + * Added support for API rte_eth_tx_done_cleanup. * **Updated Intel iavf driver.** @@ -110,7 +111,10 @@ New Features * Added LLDP support. * Extended PHY access AQ cmd. * Added support for reading LPI counters. - * Added support for Energy Efficient Ethernet + * Added support for Energy Efficient Ethernet. + * Added support for API rte_eth_tx_done_cleanup. + * Added support for VF multiple queues interrupt. + * Added support for setting the link to specific speed. * **Updated Mellanox mlx5 driver.** @@ -118,12 +122,21 @@ New Features * Added support for RSS using L3/L4 source/destination only. * Added support for matching on GTP tunnel header item. + * Removed limitation of matching on tagged/untagged packets (when using DV flow engine). * **Add new vDPA PMD based on Mellanox devices** Added a new Mellanox vDPA (``mlx5_vdpa``) PMD. See the :doc:`../vdpadevs/mlx5` guide for more details on this driver. +* **Added support for virtio-PMD notification data.** + + Added support for virtio-PMD notification data so that the driver + passes extra data (besides identifying the virtqueue) in its device + notifications, expanding the notifications to include the avail index and + avail wrap counter (When split ring is used, the avail wrap counter is not + included in the notification data). + * **Updated testpmd application.** Added support for ESP and L2TPv3 over IP rte_flow patterns to the testpmd