net/enic: support priorities for TCAM flows
[dpdk.git] / doc / guides / rel_notes / release_20_11.rst
index a467cb1..3faafa4 100644 (file)
@@ -55,6 +55,12 @@ New Features
      Also, make sure to start the actual text at the margin.
      =======================================================
 
+* **Updated Cisco enic driver.**
+
+  * Added support for VF representors with single-queue Tx/Rx and flow API
+  * Added support for egress PORT_ID action
+  * Added support for non-zero priorities for group 0 flows
+
 * **Extended flow-perf application.**
 
   * Started supporting user order instead of bit mask:
@@ -63,6 +69,13 @@ New Features
     moreover the app also now starts to support inner
     items matching as well.
   * Added header modify actions.
+  * Added flag action.
+  * Added raw encap/decap actions.
+  * Added VXLAN encap/decap actions.
+  * Added ICMP and ICMP6 matching items.
+  * Added option to set port mask for insertion/deletion:
+    ``--portmask=N``
+    where N represents the hexadecimal bitmask of ports used.
 
 
 Removed Items