examples/l2fwd-keepalive: add sample application
[dpdk.git] / doc / guides / rel_notes / release_2_2.rst
index a1319ab..2d91bdc 100644 (file)
@@ -4,16 +4,19 @@ DPDK Release 2.2
 New Features
 ------------
 
-* **Introduce ARMv7 architecture**
+* **Introduce ARMv7 and ARMv8 architectures**
 
-  It is now possible to build DPDK for the ARMv7 platform and test with
-  virtual PMD drivers.
+  * It is now possible to build DPDK for the ARMv7 and ARMv8 platforms.
+  * ARMv7 can be tested with virtual PMD drivers.
+  * ARMv8 can be tested with virtual and physical PMD drivers.
 
 * **Enabled freeing of ring.**
 
   New function rte_ring_free() allows the user to free a ring
   if it was created with rte_ring_create().
 
+* **Added keepalive support to EAL and example application.**
+
 * **Added ethdev API to support IEEE1588.**
 
   Added functions to read, write and adjust system time in the NIC.