From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id BA7835680 for ; Wed, 2 Sep 2015 00:10:13 +0200 (CEST) Received: by pacwi10 with SMTP id wi10so8893391pac.3 for ; Tue, 01 Sep 2015 15:10:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=/RtgSf1UTTDbzAxjVSx8YzrJPSOL7uU7K5zlTwy/QWg=; b=SkISwR4HxEnjPi6haVy3z2+TslS1FDGn4u9+GLWlKkGdRHEztamvg/wWNUeGYECiJg CQWMV0y81QcUwWrqKUuSx5OyB7yJ36yexX9OAGj14AgEkGSOjA0bZMCEySe6eN/qXd4c Ro3TsaZq8OmtZcTdiYMctpvRHeDKZuYq8nR1DlrW7f1cnuWFStD2KSpqU3dimhk/n+lA KE3FhAnJuWOeXkaQKJBIwFwothzrf81uhfwdS/NJCAwD12QGuxxdfxvXUSbS8Zq/ITwo jJ1UreK+jtClYlscBmW05UV/9CTKvQ7eoB+RcnKliAzM6bE/trSOrzHctp/FgbU0DV1a a27w== X-Gm-Message-State: ALoCoQmawOK8bQ0d9JEPAtsmvXDtOBJENyxpISZ88iDYg6PdczQ40AiOmD9/mL9N1dbGi0YYcBw2 X-Received: by 10.66.253.129 with SMTP id aa1mr29599897pad.24.1441145412852; Tue, 01 Sep 2015 15:10:12 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id qb9sm19242123pbb.95.2015.09.01.15.10.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Sep 2015 15:10:12 -0700 (PDT) Date: Tue, 1 Sep 2015 15:10:23 -0700 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20150901151023.7acf8ab9@urahara> In-Reply-To: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com> References: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/9] clean deprecated code 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: Tue, 01 Sep 2015 22:10:14 -0000 On Tue, 1 Sep 2015 22:18:08 +0200 Thomas Monjalon 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