From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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; bh=Iq8ueka6hAx0v9pUlMNH4nb+PCalkjXx6ALhVzvAcW8=; b=P4AnCXFim/5LQxHzmELlGC5VfYsQvF/qjUBnOuzXpJoU6PhekxJLjWDMzWCg5jWZwE OjNFfhqlv+GOg0E4gBnUFgcaibh/TtvMUY+Zes6R+8qFMqv8sW5KO3TW7uEUMP21W9dQ LFIx3+CIu7jlZgCz56yJOmY2f2W7pwRs7IW9gHyx37uAJB6/ZYNpUz/ACDysP3h/y+mf BRUUOKDZJlB0pimiuLFNURtLvhoqhSHL/E959kMonNrMtG9BtE6Ny3GBQ4Kfv7EKyno3 fj9SGxR4UycDyEH/OvRbwjWJbPiUEPrAO34eXgzq78VN6nFRsOYMNuYMn7WeDB8hHZUn NA3A== X-Gm-Message-State: ALoCoQmFLpjVYLTpqJSF/8WV+Ny8GjA+fjSeODbHNwEn6btid7swgsv2u3GCPJF4fN2BEwfXIWw+ X-Received: by 10.140.106.101 with SMTP id d92mr15994629qgf.70.1434086312931; Thu, 11 Jun 2015 22:18:32 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id i197sm1253256qhc.36.2015.06.11.22.18.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Jun 2015 22:18:32 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 11 Jun 2015 22:18:31 -0700 Message-Id: <1434086314-14371-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 0/3] do deprecation in 2.1 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: Fri, 12 Jun 2015 05:18:33 -0000 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