From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 74BEE8E7D for ; Mon, 17 Aug 2015 00:52:51 +0200 (CEST) Received: by wicja10 with SMTP id ja10so66254502wic.1 for ; Sun, 16 Aug 2015 15:52:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=SFkcG2C4WCArbWtm4F2OKb+cCQxp3NrUGVktis0GVnU=; b=l4j0HYepmc4vaBK9XX5u/kyRIKV8esf8ZLhD27eoHpV8Lkrl/wvWPESCzaVfR3jvRA XdStcK2xYDg4LXFpW2lrFs2XCzuTfvw6tGORMcJSj9hmVmrg6UXvJEU/bZ4b454c3WR6 W//M9/VBbaeWlBP+OSDZXWKsW8KwUAycehpZWgy3H+EZgWPb9Wn5GK0w5zs/yKMCH2ad 1rLOhWTm0s5rXJD4sGAhrDY4LsDx8MC+KVnK28g2426C39F60hoXBpcbRPH7IEwyPUZK 5haOdITByNroqq+azkaJiC3pVkFpWKAVYkGU+6AloetsBdVqXFc2GHgEGUiNvS7Qo0Ri PyFQ== X-Gm-Message-State: ALoCoQlRJWf4NHHZs7pxv9cBTQECQACUL7erT2vpQf3UHX9+2J3MHPFtth5r+qVs5ZylsPAt4nIn X-Received: by 10.194.77.244 with SMTP id v20mr23615008wjw.122.1439765571213; Sun, 16 Aug 2015 15:52:51 -0700 (PDT) Received: from XPS13.localdomain (177.20.90.92.rev.sfr.net. [92.90.20.177]) by smtp.gmail.com with ESMTPSA id v8sm19108477wjr.15.2015.08.16.15.52.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 16 Aug 2015 15:52:50 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 17 Aug 2015 00:51:27 +0200 Message-Id: <1439765489-4747-2-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 In-Reply-To: <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> References: <1434387073-16951-1-git-send-email-stephen@networkplumber.org> <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 1/3] doc: announce legacy 7-tuple acl rule removal X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2015 22:52:52 -0000 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 --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 8365981..a9a12c6 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. -- 2.4.2