[dpdk-dev] [PATCH 0/9] clean deprecated code

Stephen Hemminger stephen at networkplumber.org
Wed Sep 2 00:10:23 CEST 2015


On Tue,  1 Sep 2015 22:18:08 +0200
Thomas Monjalon <thomas.monjalon at 6wind.com> wrote:

> Before starting a new integration cycle (2.2.0-rc0),
> the deprecated code is removed.
> 
> The hash library is not cleaned in this patchset and would be
> better done by its maintainers. Bruce, Pablo, please check the
> file doc/guides/rel_notes/deprecation.rst.
> 
> Stephen Hemminger (2):
>   kni: remove deprecated functions
>   ring: remove deprecated functions
> 
> Thomas Monjalon (7):
>   ethdev: remove Rx interrupt switch
>   mbuf: remove packet type from offload flags
>   ethdev: remove SCTP flow entries switch
>   eal: remove deprecated function
>   mem: remove dummy malloc library
>   lpm: remove deprecated field
>   acl: remove old API
> 
>  MAINTAINERS                                        |   1 -
>  app/test-acl/main.c                                |  17 ++
>  app/test-pipeline/pipeline_hash.c                  |  12 -
>  app/test-pmd/cmdline.c                             |   4 -
>  app/test-pmd/csumonly.c                            |  14 -
>  app/test-pmd/rxonly.c                              |  16 --
>  app/test/Makefile                                  |   6 -
>  app/test/packet_burst_generator.c                  |  12 -
>  app/test/test_acl.c                                | 194 ++++++++++++++
>  app/test/test_acl.h                                |  59 +++++
>  app/test/test_func_reentrancy.c                    |   4 +-
>  app/test/test_kni.c                                |  36 ---
>  app/test/test_lpm.c                                |   4 +-
>  doc/guides/prog_guide/dev_kit_build_system.rst     |   2 +-
>  doc/guides/prog_guide/env_abstraction_layer.rst    |   2 +-
>  doc/guides/prog_guide/kernel_nic_interface.rst     |   2 -
>  doc/guides/prog_guide/source_org.rst               |   1 -
>  .../thread_safety_intel_dpdk_functions.rst         |   2 +-
>  doc/guides/rel_notes/deprecation.rst               |  33 ---
>  doc/guides/sample_app_ug/kernel_nic_interface.rst  |   9 -
>  drivers/net/cxgbe/sge.c                            |  16 --
>  drivers/net/e1000/igb_ethdev.c                     |  26 --
>  drivers/net/e1000/igb_rxtx.c                       |  34 ---
>  drivers/net/enic/enic_main.c                       |  25 --
>  drivers/net/fm10k/fm10k_rxtx.c                     |  15 --
>  drivers/net/i40e/i40e_fdir.c                       |   4 -
>  drivers/net/i40e/i40e_rxtx.c                       | 293 ---------------------
>  drivers/net/ixgbe/ixgbe_ethdev.c                   |  40 ---
>  drivers/net/ixgbe/ixgbe_rxtx.c                     |  87 ------
>  drivers/net/ixgbe/ixgbe_rxtx_vec.c                 | 111 --------
>  drivers/net/mlx4/mlx4.c                            |  29 --
>  drivers/net/ring/rte_eth_ring.c                    |  56 ----
>  drivers/net/ring/rte_eth_ring.h                    |   3 -
>  drivers/net/ring/rte_eth_ring_version.map          |   2 -
>  drivers/net/vmxnet3/vmxnet3_rxtx.c                 |   8 -
>  examples/ip_fragmentation/main.c                   |  10 -
>  examples/ip_reassembly/main.c                      |  10 -
>  examples/l3fwd-acl/main.c                          |  44 ++--
>  examples/l3fwd-power/main.c                        |  11 -
>  examples/l3fwd/main.c                              | 114 --------
>  examples/tep_termination/vxlan.c                   |   5 -
>  lib/Makefile                                       |   1 -
>  lib/librte_acl/Makefile                            |   2 +-
>  lib/librte_acl/rte_acl.c                           | 170 ------------
>  lib/librte_acl/rte_acl.h                           | 104 --------
>  lib/librte_acl/rte_acl_version.map                 |   2 -
>  lib/librte_eal/bsdapp/eal/Makefile                 |   2 +-
>  .../bsdapp/eal/include/exec-env/rte_interrupts.h   |   2 -
>  lib/librte_eal/bsdapp/eal/rte_eal_version.map      |   1 -
>  lib/librte_eal/common/eal_common_pci.c             |   6 -
>  lib/librte_eal/common/include/rte_pci.h            |   2 -
>  lib/librte_eal/linuxapp/eal/Makefile               |   2 +-
>  lib/librte_eal/linuxapp/eal/eal_interrupts.c       |  53 ----
>  .../linuxapp/eal/include/exec-env/rte_interrupts.h |   2 -
>  .../linuxapp/eal/include/exec-env/rte_kni_common.h |   6 -
>  lib/librte_eal/linuxapp/eal/rte_eal_version.map    |   1 -
>  lib/librte_ether/Makefile                          |   2 +-
>  lib/librte_ether/rte_eth_ctrl.h                    |   4 -
>  lib/librte_ether/rte_ethdev.c                      |  40 ---
>  lib/librte_ether/rte_ethdev.h                      |   4 -
>  lib/librte_kni/rte_kni.c                           |  51 ----
>  lib/librte_kni/rte_kni.h                           |  54 ----
>  lib/librte_kni/rte_kni_version.map                 |   3 -
>  lib/librte_lpm/Makefile                            |   2 +-
>  lib/librte_lpm/rte_lpm.h                           |  11 -
>  lib/librte_malloc/Makefile                         |  48 ----
>  lib/librte_malloc/rte_malloc_empty.c               |  34 ---
>  lib/librte_malloc/rte_malloc_version.map           |   3 -
>  lib/librte_mbuf/Makefile                           |   2 +-
>  lib/librte_mbuf/rte_mbuf.c                         |  10 -
>  lib/librte_mbuf/rte_mbuf.h                         |  28 +-
>  mk/rte.app.mk                                      |   1 -
>  72 files changed, 301 insertions(+), 1725 deletions(-)
>  delete mode 100644 lib/librte_malloc/Makefile
>  delete mode 100644 lib/librte_malloc/rte_malloc_empty.c
>  delete mode 100644 lib/librte_malloc/rte_malloc_version.map
> 

Acked-by: Stephen Hemminger <stephen at networkplumber.org>


More information about the dev mailing list