From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/3 v2] remove code marked as deprecated in 2.0 Date: Mon, 15 Jun 2015 09:51:10 -0700 Message-ID: <1434387073-16951-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 309222716 for ; Mon, 15 Jun 2015 18:51:23 +0200 (CEST) Received: by pacgb13 with SMTP id gb13so38844132pac.1 for ; Mon, 15 Jun 2015 09:51:22 -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 The ring and KNI patches remove functions marked as deprecated. I wanted to do the same thing for ACL but the those functions were not properly marked as deprecated in 2.0 so final removal will have to wait until 2.2. Stephen Hemminger (3): pmd_ring: remove deprecated functions kni: remove deprecated functions acl: mark deprecated functions app/test/Makefile | 8 ++-- app/test/test_kni.c | 36 ----------------- doc/guides/prog_guide/kernel_nic_interface.rst | 2 - drivers/net/ring/rte_eth_ring.c | 55 -------------------------- drivers/net/ring/rte_eth_ring_version.map | 4 +- lib/librte_acl/rte_acl.h | 4 +- lib/librte_kni/rte_kni.c | 50 ----------------------- lib/librte_kni/rte_kni.h | 54 ------------------------- lib/librte_kni/rte_kni_version.map | 4 +- 9 files changed, 8 insertions(+), 209 deletions(-) -- 2.1.4