From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/3] do deprecation in 2.1 Date: Thu, 11 Jun 2015 22:18:31 -0700 Message-ID: <1434086314-14371-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by dpdk.org (Postfix) with ESMTP id 7FBC3ADA7 for ; Fri, 12 Jun 2015 07:18:33 +0200 (CEST) Received: by qkhp85 with SMTP id p85so5338113qkh.1 for ; Thu, 11 Jun 2015 22:18:33 -0700 (PDT) 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" From: Stephen Hemminger For features that were correctly marked as deprecated in rte_ring and kni in 2.0, go ahead and remove them in 2.1 The ACL deprecation was only a comment, so mark those functions as deprecated (instead or removing right now), to allow users to see the problem. Stephen Hemminger (3): rte_ring: remove deprecated functions kni: remove deprecated functions acl: mark deprecated functions app/test/Makefile | 8 ++--- app/test/test_kni.c | 36 -------------------- drivers/net/ring/rte_eth_ring.c | 55 ------------------------------- drivers/net/ring/rte_eth_ring_version.map | 2 -- lib/librte_acl/rte_acl.h | 4 +-- lib/librte_kni/rte_kni.c | 50 ---------------------------- lib/librte_kni/rte_kni.h | 54 ------------------------------ 7 files changed, 6 insertions(+), 203 deletions(-) -- 2.1.4