X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_2_2.rst;h=9a6d15e82ae9227672be34a250cd6f0203acc718;hb=cb60ede6e3b6a87273e6cd565c56c2338ef811c8;hp=be6f827394126ecd5a48785c8562e0db9bb5a604;hpb=82fb702077f67585d64a07de0080e5cb6a924a72;p=dpdk.git diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst index be6f827394..9a6d15e82a 100644 --- a/doc/guides/rel_notes/release_2_2.rst +++ b/doc/guides/rel_notes/release_2_2.rst @@ -4,6 +4,8 @@ DPDK Release 2.2 New Features ------------ +* **Added e1000 Rx interrupt support.** + * **Added igb TSO support for both PF and VF.** * **RSS enhancement on Intel x550 NIC** @@ -16,13 +18,33 @@ New Features * Add 2 new flow director modes on x550. * One is MAC VLAN mode, the other is tunnel mode. +* **Added i40e vector RX/TX.** + +* **Added i40e flow control support.** + +* **Added fm10k TSO support for both PF and VF.** + +* **New NIC Boulder Rapid support.** + + Boulder Rapid is a new NIC of Intel's fm10k family. + * **Enhanced support for the Chelsio CXGBE driver.** * Added support for Jumbo Frames. * Optimize forwarding performance for Chelsio T5 40GbE cards. +* **Added support for Mellanox ConnectX-4 adapters (mlx5).** + + The mlx5 poll-mode driver implements support for Mellanox ConnectX-4 EN + and Mellanox ConnectX-4 Lx EN families of 10/25/40/50/100 Gb/s adapters. + + Like mlx4, this PMD is only available for Linux and is disabled by default + due to external dependencies (libibverbs and libmlx5). + * **Added vhost-user multiple queue support.** +* **Added port hotplug support to xenvirt.** + Resolved Issues --------------- @@ -100,6 +122,10 @@ API Changes * The deprecated flow director API is removed. It was replaced by rte_eth_dev_filter_ctrl(). +* The dcb_queue is renamed to dcb_tc in following dcb configuration + structures: rte_eth_dcb_rx_conf, rte_eth_dcb_tx_conf, + rte_eth_vmdq_dcb_conf, rte_eth_vmdq_dcb_tx_conf. + * The function rte_eal_pci_close_one() is removed. It was replaced by rte_eal_pci_detach().