cfgfile: increase entry name and value sizes
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index 3068ef8..ab1c25f 100644 (file)
@@ -6,6 +6,7 @@ New Features
 
 * **Enhanced support for the Chelsio CXGBE driver.**
 
+  *  Added support for Jumbo Frames.
   *  Optimize forwarding performance for Chelsio T5 40GbE cards.
 
 
@@ -43,6 +44,14 @@ Drivers
 
   Fixed issue with libvirt ``virsh destroy`` not killing the VM.
 
+* **virtio: Fixed crash after changing link state.**
+
+  Fixed io permission in the interrupt handler.
+
+* **virtio: Fixed crash when releasing queue.**
+
+  Fixed issue when releasing null control queue.
+
 
 Libraries
 ~~~~~~~~~
@@ -85,6 +94,8 @@ API Changes
 * The deprecated ring PMD functions are removed:
   rte_eth_ring_pair_create() and rte_eth_ring_pair_attach().
 
+* The devargs union field virtual is renamed to virt for C++ compatibility.
+
 
 ABI Changes
 -----------
@@ -108,6 +119,9 @@ ABI Changes
 * librte_port: Macros to access the packet meta-data stored within the packet
   buffer has been adjusted to cover the packet mbuf structure.
 
+* librte_cfgfile: Allow longer names and values by increasing the constants
+  CFG_NAME_LEN and CFG_VALUE_LEN to 64 and 256 respectively.
+
 
 Shared Library Versions
 -----------------------
@@ -118,7 +132,7 @@ The libraries prepended with a plus sign were incremented in this version.
 
    + libethdev.so.2
    + librte_acl.so.2
-     librte_cfgfile.so.1
+   + librte_cfgfile.so.2
      librte_cmdline.so.1
      librte_distributor.so.1
    + librte_eal.so.2