mbuf: remove packet type from offload flags
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
1 DPDK Release 2.2
2 ================
3
4 New Features
5 ------------
6
7
8 Resolved Issues
9 ---------------
10
11
12 Known Issues
13 ------------
14
15
16 API Changes
17 -----------
18
19
20 ABI Changes
21 -----------
22
23 * The EAL and ethdev structures rte_intr_handle and rte_eth_conf were changed
24   to support Rx interrupt. It was already done in 2.1 for CONFIG_RTE_NEXT_ABI.
25
26 * The mbuf structure was changed to support unified packet type.
27   It was already done in 2.1 for CONFIG_RTE_NEXT_ABI.
28
29
30 Shared Library Versions
31 -----------------------
32
33 The libraries prepended with a plus sign were incremented in this version.
34
35 .. code-block:: diff
36
37    + libethdev.so.2
38      librte_acl.so.1
39      librte_cfgfile.so.1
40      librte_cmdline.so.1
41      librte_distributor.so.1
42    + librte_eal.so.2
43      librte_hash.so.1
44      librte_ip_frag.so.1
45      librte_ivshmem.so.1
46      librte_jobstats.so.1
47      librte_kni.so.1
48      librte_kvargs.so.1
49      librte_lpm.so.1
50      librte_malloc.so.1
51    + librte_mbuf.so.2
52      librte_mempool.so.1
53      librte_meter.so.1
54      librte_pipeline.so.1
55      librte_pmd_bond.so.1
56      librte_pmd_ring.so.1
57      librte_port.so.1
58      librte_power.so.1
59      librte_reorder.so.1
60      librte_ring.so.1
61      librte_sched.so.1
62      librte_table.so.1
63      librte_timer.so.1
64      librte_vhost.so.1