]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_17_11.rst
ethdev: allow returning error on VLAN offload ops
[dpdk.git] / doc / guides / rel_notes / release_17_11.rst
index 8fcbc66ebe29f405034de49677e7c1e492d7539a..93f94fc14126e2ed375af1adb6faac2e5b4327d3 100644 (file)
@@ -362,6 +362,13 @@ API Changes
   - if VLAN is not stripped and TCI is saved: ``PKT_RX_VLAN``
   - if VLAN is stripped and TCI is saved: ``PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED``
 
+* **Modified the vlan_offload_set_t function prototype in the ethdev library.**
+
+  Changed the function prototype of ``vlan_offload_set_t``.  The return value
+  has been changed from ``void`` to ``int`` so the caller to knows whether
+  the backing device supports the operation or if the operation was
+  successfully performed.
+
 
 ABI Changes
 -----------