2015-09-02 07:59:58 +00:00
|
|
|
DPDK Release 2.2
|
|
|
|
================
|
|
|
|
|
|
|
|
New Features
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
|
|
Resolved Issues
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
|
|
Known Issues
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
|
|
API Changes
|
|
|
|
-----------
|
|
|
|
|
2015-09-01 12:58:16 +00:00
|
|
|
* The function rte_eal_pci_close_one() is removed.
|
|
|
|
It was replaced by rte_eal_pci_detach().
|
|
|
|
|
2015-09-02 07:59:58 +00:00
|
|
|
|
|
|
|
ABI Changes
|
|
|
|
-----------
|
|
|
|
|
2015-08-26 09:18:53 +00:00
|
|
|
* The EAL and ethdev structures rte_intr_handle and rte_eth_conf were changed
|
|
|
|
to support Rx interrupt. It was already done in 2.1 for CONFIG_RTE_NEXT_ABI.
|
|
|
|
|
2015-08-31 15:18:22 +00:00
|
|
|
* The ethdev flow director entries for SCTP were changed.
|
|
|
|
It was already done in 2.1 for CONFIG_RTE_NEXT_ABI.
|
|
|
|
|
2015-08-31 14:51:21 +00:00
|
|
|
* The mbuf structure was changed to support unified packet type.
|
|
|
|
It was already done in 2.1 for CONFIG_RTE_NEXT_ABI.
|
|
|
|
|
2015-09-01 13:29:37 +00:00
|
|
|
* The dummy malloc library is removed. The content was moved into EAL in 2.1.
|
|
|
|
|
2015-09-01 13:41:05 +00:00
|
|
|
* The LPM structure is changed. The deprecated field mem_location is removed.
|
|
|
|
|
2015-09-02 07:59:58 +00:00
|
|
|
|
|
|
|
Shared Library Versions
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
The libraries prepended with a plus sign were incremented in this version.
|
|
|
|
|
|
|
|
.. code-block:: diff
|
|
|
|
|
2015-08-26 09:18:53 +00:00
|
|
|
+ libethdev.so.2
|
2015-09-02 07:59:58 +00:00
|
|
|
librte_acl.so.1
|
|
|
|
librte_cfgfile.so.1
|
|
|
|
librte_cmdline.so.1
|
|
|
|
librte_distributor.so.1
|
2015-08-26 09:18:53 +00:00
|
|
|
+ librte_eal.so.2
|
2015-09-02 07:59:58 +00:00
|
|
|
librte_hash.so.1
|
|
|
|
librte_ip_frag.so.1
|
|
|
|
librte_ivshmem.so.1
|
|
|
|
librte_jobstats.so.1
|
|
|
|
librte_kni.so.1
|
|
|
|
librte_kvargs.so.1
|
2015-09-01 13:41:05 +00:00
|
|
|
+ librte_lpm.so.2
|
2015-08-31 14:51:21 +00:00
|
|
|
+ librte_mbuf.so.2
|
2015-09-02 07:59:58 +00:00
|
|
|
librte_mempool.so.1
|
|
|
|
librte_meter.so.1
|
|
|
|
librte_pipeline.so.1
|
|
|
|
librte_pmd_bond.so.1
|
|
|
|
librte_pmd_ring.so.1
|
|
|
|
librte_port.so.1
|
|
|
|
librte_power.so.1
|
|
|
|
librte_reorder.so.1
|
|
|
|
librte_ring.so.1
|
|
|
|
librte_sched.so.1
|
|
|
|
librte_table.so.1
|
|
|
|
librte_timer.so.1
|
|
|
|
librte_vhost.so.1
|