[dpdk-dev] [PATCH 0/3] do deprecation in 2.1
Stephen Hemminger
stephen at networkplumber.org
Fri Jun 12 07:18:31 CEST 2015
From: Stephen Hemminger <shemming at brocade.com>
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
More information about the dev
mailing list