From: Stephen Hemminger <shemm...@brocade.com>

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

Reply via email to