From: Jingjing Wu Date: Tue, 10 Nov 2015 03:49:46 +0000 (+0800) Subject: doc: announce ABI change for tunnel filtering X-Git-Tag: spdx-start~7724 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=231dd9c76a5d2d4b41fb1b48de6672324940e6f2;p=dpdk.git doc: announce ABI change for tunnel filtering Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu Acked-by: Helin Zhang Acked-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 867c2821b1..a4abb08955 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -21,6 +21,11 @@ Deprecation Notices extend flow director's input set. The release 2.2 does not contain these ABI changes, but release 2.3 will, and no backwards compatibility is planned. +* ABI changes are planned for rte_eth_tunnel_filter_conf. Change the fields + of outer_mac and inner_mac from pointer to struct in order to keep the + code's readability. The release 2.2 does not contain these ABI changes, but + release 2.3 will, and no backwards compatibility is planned. + * The scheduler statistics structure will change to allow keeping track of RED actions.