From patchwork Mon Jul 2 21:27:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 42129 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6D8F01BDD1; Mon, 2 Jul 2018 23:28:02 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8D8221BDCF for ; Mon, 2 Jul 2018 23:28:00 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A822821C6B; Mon, 2 Jul 2018 17:27:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 02 Jul 2018 17:27:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=0ppoOVUK8Arrka XT4eGAKHTkfK7om+h+kkxU1eCHRAc=; b=EjlLkyzxcjUDDczWrRTAgsuumll2tu yK0g+llQp8y4hHDe5GUya5mTRnC5Z5hqjRIMeOWAD+DO/LU+H8VMd0up3tO9yL9j hpzQgGV04hmWzOnJb9l1C+Wlj7H4gvByRnriwjNscNvCdKDDSJZxHBe/dwv4LCas 67QjwZEQnpKPQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=0ppoOVUK8ArrkaXT4eGAKHTkfK7om+h+kkxU1eCHRAc=; b=NW1DheS+ MsVzKDaJcPlNC/WUSwNizIuAEggSddkvtFa8VcZiZ2VonH+poMTasDtidgUYkuO2 +uM765GZjwRONxYN9E97c+Bf1jCYSQ9nUQDY/usbNOhXw3N2NqKdIlO0HtagI2fM RlcRYPncOiV6lNL8kiBgcHypiDhLErvdfShmowxGN/nyzolOPUSlNsH+i9L6RcFX osWrD5kdW6KpEY2nu97qUO53cipaONzuXTsDgqq3j3caqZO1N1hAZUoWYtk01bEt CKkd0FBGvST77DvZwW2NuUr6zysHW4UkO3zeycr2pxk0iLdjrg+8yqbqLf0iEzKx FeXH+jkG73MlPw== X-ME-Proxy: X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ECA3110261; Mon, 2 Jul 2018 17:27:56 -0400 (EDT) From: Thomas Monjalon To: ferruh.yigit@intel.com, arybchenko@solarflare.com, shahafs@mellanox.com Cc: dev@dpdk.org, ravi1.kumar@amd.com, rasesh.mody@cavium.com, maxime.coquelin@redhat.com Date: Mon, 2 Jul 2018 23:27:45 +0200 Message-Id: <20180702212750.16758-1-thomas@monjalon.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: <1571938.317irMz1sZ@xps> References: <1571938.317irMz1sZ@xps> Subject: [dpdk-dev] [PATCH v2 0/5] remove old ethdev offload API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A new offload API has been introduced in DPDK 17.11. This patchset resumes the work started by Ferruh (RFC) to definitely drop the old offload API. There are: - 3 patches to remove some useless code where the old API was found. - 1 patch to remove usage of old API - 1 (big) patch to remove the old API itself Please review the big patch #5 written by Ferruh and me. We would like to apply it shortly for 18.08-rc1. Ferruh Yigit (1): ethdev: remove old offload API Thomas Monjalon (4): doc: remove code from KNI example guide test: remove unused configuration for bonding ethdev: convert remaining apps to new offload API net/fm10k: remove unused constant app/test-eventdev/test_perf_common.c | 8 +- app/test-eventdev/test_pipeline_common.c | 1 - app/test-pmd/testpmd.c | 3 - doc/guides/nics/features.rst | 1 - doc/guides/prog_guide/poll_mode_drv.rst | 5 - doc/guides/rel_notes/deprecation.rst | 9 - doc/guides/sample_app_ug/flow_filtering.rst | 2 - .../sample_app_ug/kernel_nic_interface.rst | 353 +----------------- .../sample_app_ug/l2_forward_job_stats.rst | 19 - .../sample_app_ug/l2_forward_real_virtual.rst | 19 - doc/guides/sample_app_ug/link_status_intr.rst | 5 +- .../sample_app_ug/vmdq_dcb_forwarding.rst | 4 - drivers/net/axgbe/axgbe_ethdev.c | 2 - drivers/net/axgbe/axgbe_rxtx.c | 4 +- drivers/net/fm10k/fm10k.h | 3 - drivers/net/ixgbe/ixgbe_rxtx.c | 2 +- drivers/net/nfp/nfp_net.c | 4 +- drivers/net/qede/qede_ethdev.c | 4 +- drivers/net/sfc/sfc_dp_tx.h | 2 - drivers/net/sfc/sfc_ethdev.c | 5 +- drivers/net/sfc/sfc_rx.c | 1 - drivers/net/sfc/sfc_tx.c | 25 +- drivers/net/sfc/sfc_tx.h | 1 - drivers/net/virtio/virtio_ethdev.c | 3 - drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 - examples/bbdev_app/main.c | 6 +- examples/bond/main.c | 3 - examples/distributor/main.c | 2 - examples/ethtool/ethtool-app/main.c | 2 - examples/eventdev_pipeline/main.c | 2 - examples/exception_path/main.c | 2 - examples/flow_classify/flow_classify.c | 2 - examples/flow_filtering/main.c | 1 - examples/ip_fragmentation/main.c | 2 - examples/ip_pipeline/link.c | 11 +- examples/ip_reassembly/main.c | 2 - examples/ipsec-secgw/ipsec-secgw.c | 2 - examples/ipv4_multicast/main.c | 2 - examples/kni/main.c | 2 - examples/l2fwd-crypto/main.c | 2 - examples/l2fwd-jobstats/main.c | 2 - examples/l2fwd-keepalive/main.c | 2 - examples/l2fwd/main.c | 2 - examples/l3fwd-acl/main.c | 2 - examples/l3fwd-power/main.c | 2 - examples/l3fwd-vf/main.c | 2 - examples/l3fwd/main.c | 2 - examples/link_status_interrupt/main.c | 2 - examples/load_balancer/init.c | 2 - examples/multi_process/l2fwd_fork/main.c | 2 - examples/multi_process/symmetric_mp/main.c | 2 - examples/netmap_compat/bridge/bridge.c | 1 - examples/netmap_compat/lib/compat_netmap.c | 1 - examples/packet_ordering/main.c | 7 +- .../performance-thread/l3fwd-thread/main.c | 2 - examples/ptpclient/ptpclient.c | 3 - examples/qos_meter/main.c | 3 - examples/qos_sched/init.c | 2 - examples/quota_watermark/qw/init.c | 2 - examples/rxtx_callbacks/main.c | 2 - examples/server_node_efd/server/init.c | 2 - examples/skeleton/basicfwd.c | 2 - examples/tep_termination/vxlan_setup.c | 2 - examples/vhost/main.c | 2 - examples/vm_power_manager/main.c | 2 - examples/vmdq/main.c | 2 - examples/vmdq_dcb/main.c | 2 - lib/librte_ethdev/rte_ethdev.c | 115 ------ lib/librte_ethdev/rte_ethdev.h | 60 +-- test/test-pipeline/init.c | 6 +- test/test/test_kni.c | 6 +- test/test/test_link_bonding.c | 32 +- test/test/test_link_bonding_mode4.c | 6 +- test/test/test_link_bonding_rssconf.c | 12 +- test/test/test_pmd_perf.c | 29 +- 75 files changed, 36 insertions(+), 818 deletions(-) Acked-by: Ferruh Yigit