From 231dd9c76a5d2d4b41fb1b48de6672324940e6f2 Mon Sep 17 00:00:00 2001 From: Jingjing Wu Date: Tue, 10 Nov 2015 11:49:46 +0800 Subject: [PATCH] doc: announce ABI change for tunnel filtering Signed-off-by: Jingjing Wu Acked-by: Wenzhuo Lu Acked-by: Helin Zhang Acked-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.20.1