From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2 00/10] clean deprecated code
Date: Wed, 2 Sep 2015 15:16:33 +0200 [thread overview]
Message-ID: <1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com> (raw)
In-Reply-To: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com>
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.
Changes in v2:
- increment KNI and ring PMD versions
- list library versions in release notes
- list API/ABI changes in release notes
Stephen Hemminger (2):
kni: remove deprecated functions
ring: remove deprecated functions
Thomas Monjalon (8):
doc: init next release notes
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/rel_notes/index.rst | 1 +
doc/guides/rel_notes/release_2_2.rst | 81 ++++++
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/Makefile | 2 +-
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/Makefile | 2 +-
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 -
76 files changed, 385 insertions(+), 1727 deletions(-)
create mode 100644 doc/guides/rel_notes/release_2_2.rst
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
--
2.5.1
next prev parent reply other threads:[~2015-09-02 13:17 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 20:18 [dpdk-dev] [PATCH 0/9] " Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 1/9] ethdev: remove Rx interrupt switch Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 2/9] mbuf: remove packet type from offload flags Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 3/9] ethdev: remove SCTP flow entries switch Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 4/9] eal: remove deprecated function Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 5/9] mem: remove dummy malloc library Thomas Monjalon
2015-09-01 21:30 ` [dpdk-dev] [PATCH 6/9] lpm: remove deprecated field Thomas Monjalon
2015-09-01 21:31 ` [dpdk-dev] [PATCH 7/9] acl: remove old API Thomas Monjalon
2015-09-01 21:31 ` [dpdk-dev] [PATCH 8/9] kni: remove deprecated functions Thomas Monjalon
2015-09-01 21:31 ` [dpdk-dev] [PATCH 9/9] ring: " Thomas Monjalon
2015-09-01 22:10 ` [dpdk-dev] [PATCH 0/9] clean deprecated code Stephen Hemminger
2015-09-02 10:30 ` Neil Horman
2015-09-02 13:16 ` Thomas Monjalon [this message]
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 01/10] doc: init next release notes Thomas Monjalon
2015-09-03 15:39 ` Mcnamara, John
2015-09-03 15:44 ` Mcnamara, John
2015-09-04 7:50 ` Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 02/10] ethdev: remove Rx interrupt switch Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 03/10] mbuf: remove packet type from offload flags Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 04/10] ethdev: remove SCTP flow entries switch Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 05/10] eal: remove deprecated function Thomas Monjalon
2015-09-03 14:29 ` David Marchand
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 06/10] mem: remove dummy malloc library Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 07/10] lpm: remove deprecated field Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 08/10] acl: remove old API Thomas Monjalon
2015-09-02 15:59 ` Ananyev, Konstantin
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 09/10] kni: remove deprecated functions Thomas Monjalon
2015-09-02 13:16 ` [dpdk-dev] [PATCH v2 10/10] ring: " Thomas Monjalon
2015-09-04 7:50 ` [dpdk-dev] [PATCH v2 00/10] clean deprecated code Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).