app/testpmd: add ability to split outgoing packets
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index 76a1640..eaa906c 100644 (file)
@@ -47,6 +47,8 @@ New Features
 
 * **Added i40e vector RX/TX.**
 
+* **Added i40e Rx interrupt support.**
+
 * **Added i40e flow control support.**
 
 * **Added DCB support to i40e PF driver.**
@@ -55,6 +57,8 @@ New Features
 
 * **Added different GRE key length for input set on Intel X710/XL710.**
 
+* **Added flow director support in i40e VF.**
+
 * **Added fm10k vector RX/TX.**
 
 * **Added fm10k TSO support for both PF and VF.**
@@ -112,6 +116,10 @@ Drivers
   in Intel I210 NIC, as EtherType in RX descriptor is in bits 8:10 of
   Packet Type and not in the default bits 0:2.
 
+* **igb: Fixed VF start with PF stopped.**
+
+  VF needs the PF interrupt support initialized even if not started.
+
 * **ixgbe: Fixed issue with X550 DCB.**
 
   Fixed a DCB issue with x550 where for 8 TCs (Traffic Classes), if a packet
@@ -122,6 +130,10 @@ Drivers
 
   Fixed issue where a burst size less than 32 didn't receive anything.
 
+* **ixgbe: Fixed VF start with PF stopped.**
+
+  VF needs the PF interrupt support initialized even if not started.
+
 * **i40e: Fixed base driver allocation when not using first numa node.**
 
   Fixed i40e issue that occurred when a DPDK application didn't initialize
@@ -138,6 +150,11 @@ Drivers
 
   Added discarding packets on VSI to the stats and rectify the old statistics.
 
+* **i40e: Fixed issue of not freeing memzone.**
+
+  Fixed the issue of not freeing memzone in the call to free the memory for
+  adminq DMA.
+
 * **vhost: Fixed Qemu shutdown.**
 
   Fixed issue with libvirt ``virsh destroy`` not killing the VM.
@@ -150,11 +167,6 @@ Drivers
 
   Fixed issue when releasing null control queue.
 
-* **hash: Fixed thread scaling by reducing contention.**
-
-  Fixed issue in hash library where, using multiple cores with
-  hardware transactional memory support, thread scaling did not work,
-  due to the global ring that is shared by all cores.
 
 Libraries
 ~~~~~~~~~
@@ -170,6 +182,12 @@ Libraries
   key was not added in the table and the key was looked up,
   resulting in an incorrect hit.
 
+* **hash: Fixed thread scaling by reducing contention.**
+
+  Fixed issue in hash library where, using multiple cores with
+  hardware transactional memory support, thread scaling did not work,
+  due to the global ring that is shared by all cores.
+
 
 Examples
 ~~~~~~~~