From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] announce deprecation of functions commented as deprecated Date: Mon, 17 Aug 2015 16:42:04 +0200 Message-ID: <3013073.vj5rafJsF4@xps13> References: <1434387073-16951-1-git-send-email-stephen@networkplumber.org> <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 1318E8E5C for ; Mon, 17 Aug 2015 16:43:18 +0200 (CEST) Received: by wibhh20 with SMTP id hh20so83225980wib.0 for ; Mon, 17 Aug 2015 07:43:18 -0700 (PDT) In-Reply-To: <1439765489-4747-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-08-17 00:51, Thomas Monjalon: > As suugested by Stephen, some functions are marked as deprecated in the code > and should now be removed. > Let's follow the deprecation process and announce it in the release notes. > > Thomas Monjalon (3): > doc: announce legacy 7-tuple acl rule removal > doc: announce removal of kni functions using port id > doc: announce ring PMD functions removal Applied