From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=YJEedM9vgNLK3PuOb7s05MrXg+i6Xj/ruK6G0KNiOD0=; b=Bqzd7uM5KgZuTJJc9EJIHjJRYHGOfijSfgqZVyKDhZjGSacgQ4wcOYRedBpX/0mbPg R1DalpwHPeo7d7n21OFbv0JyinvBBMK8ZdJtK6m849A1HaQEbU8+x+1VwDW+ferQh/Yh Z7UT2iUVoZv7bjsVFHmDveIoEcSkB8tyLeJOjbxu3ADwSxzNU8tCzHdWJ0W8JdMNZKzj cqrsssbCfYuSdk1VAUVZCK12wQtTVuweKdpWsRH34lViMGwbhAaxMdcCf6h7X93cZ3DD Nsr4rn+wsZChlsIa1EQd5Gd3sSpYyhZKtmXYG4tTQVosXk0JuVcUlQtNvtTsvaRe2TnS Xm9w== X-Gm-Message-State: ALoCoQkAbzdP5W98v6eDUUo1J5Qt7mnJJcVhFqVV0hICQgSfGdxBlEvG0OzLRvqbob7zCBH6dHiU X-Received: by 10.68.211.228 with SMTP id nf4mr50533420pbc.116.1434387082466; Mon, 15 Jun 2015 09:51:22 -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 pc9sm12790145pdb.6.2015.06.15.09.51.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 15 Jun 2015 09:51:21 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Mon, 15 Jun 2015 09:51:10 -0700 Message-Id: <1434387073-16951-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 0/3 v2] remove code marked as deprecated in 2.0 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: Mon, 15 Jun 2015 16:51:23 -0000 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