examples/ethtool: add user-space ethtool sample application
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index 511d7a0..e0724d5 100644 (file)
@@ -125,6 +125,8 @@ New Features
 
 * **Added port hotplug support to xenvirt.**
 
+* **Added ethtool shim and sample application.**
+
 
 Resolved Issues
 ---------------
@@ -197,6 +199,11 @@ Drivers
   Fixed the issue of not freeing memzone in the call to free the memory for
   adminq DMA.
 
+* **mlx: Fixed driver loading.**
+
+  The mlx drivers were unable to load when built as a shared library,
+  due to a missing symbol in mempool library.
+
 * **vhost: Fixed Qemu shutdown.**
 
   Fixed issue with libvirt ``virsh destroy`` not killing the VM.
@@ -234,6 +241,10 @@ Libraries
 Examples
 ~~~~~~~~
 
+* **l3fwd: Fixed crash with IPv6.**
+
+* **vhost_xen: Fixed compile error.**
+
 
 Other
 ~~~~~