From: Thomas Monjalon Date: Sun, 16 Aug 2015 21:55:18 +0000 (+0200) Subject: doc: announce legacy 7-tuple acl rule removal X-Git-Tag: spdx-start~8515 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=9bb447d8f9f0f121bdd2f1e6fc2cc9ee5f0069ae;p=dpdk.git doc: announce legacy 7-tuple acl rule removal These functions are marked as deprecated for a long time. As suggested in this patch, it should be removed: http://dpdk.org/ml/archives/dev/2015-June/019255.html Suggested-by: Stephen Hemminger Signed-off-by: Thomas Monjalon --- diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 83659810d0..a9a12c6fa0 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -71,6 +71,10 @@ Deprecation Notices * The scheduler statistics structure will change to allow keeping track of RED actions. +* librte_acl: The structure rte_acl_ipv4vlan_rule is deprecated and should + be removed as well as the associated functions rte_acl_ipv4vlan_add_rules + and rte_acl_ipv4vlan_build. + * librte_cfgfile: In order to allow for longer names and values, the value of macros CFG_NAME_LEN and CFG_NAME_VAL will be increased. Most likely, the new values will be 64 and 256, respectively.