From: Andrew Rybchenko <arybchenko@solarflare.com> Cc: <dev@dpdk.org> Subject: [dpdk-dev] [PATCH 00/11] ethdev: change device stop to return status Date: Wed, 14 Oct 2020 14:28:55 +0100 Message-ID: <1602682146-4722-1-git-send-email-arybchenko@solarflare.com> (raw) Very late attempt to close deprecation notice sent long time ago. Together with Thomas's changes for dev_close it will do the job. Ivan Ilchenko (11): ethdev: change eth dev stop function to return int test/event: check eth dev stop status app: check eth dev stop status examples: check eth dev stop status net/bonding: check eth dev stop status kni: check eth dev stop status test/bonding: check eth dev stop status app/flow-perf: check eth dev stop status app/testpmd: check eth dev stop status net/failsafe: check eth dev stop status ethdev: change stop device callback to return int app/test-flow-perf/main.c | 3 +- app/test-pmd/testpmd.c | 4 ++- app/test/test_event_eth_rx_adapter.c | 11 ++++-- app/test/test_kni.c | 3 +- app/test/test_link_bonding.c | 42 +++++++++++++++++------ app/test/test_link_bonding_mode4.c | 8 +++-- app/test/test_link_bonding_rssconf.c | 3 +- app/test/test_pmd_perf.c | 6 +++- app/test/test_pmd_ring.c | 13 +++++-- app/test/test_pmd_ring_perf.c | 3 +- app/test/virtual_pmd.c | 4 ++- doc/guides/rel_notes/deprecation.rst | 1 - drivers/net/af_packet/rte_eth_af_packet.c | 3 +- drivers/net/af_xdp/rte_eth_af_xdp.c | 3 +- drivers/net/ark/ark_ethdev.c | 8 +++-- drivers/net/atlantic/atl_ethdev.c | 11 ++++-- drivers/net/avp/avp_ethdev.c | 6 ++-- drivers/net/axgbe/axgbe_ethdev.c | 8 +++-- drivers/net/bnx2x/bnx2x_ethdev.c | 6 ++-- drivers/net/bnxt/bnxt_ethdev.c | 17 ++++++--- drivers/net/bnxt/bnxt_reps.c | 15 +++++--- drivers/net/bnxt/bnxt_reps.h | 4 +-- drivers/net/bonding/eth_bond_private.h | 2 +- drivers/net/bonding/rte_eth_bond_api.c | 7 +++- drivers/net/bonding/rte_eth_bond_pmd.c | 28 ++++++++++++--- drivers/net/cxgbe/cxgbe_ethdev.c | 6 ++-- drivers/net/cxgbe/cxgbe_pfvf.h | 2 +- drivers/net/dpaa/dpaa_ethdev.c | 11 ++++-- drivers/net/dpaa2/dpaa2_ethdev.c | 6 ++-- drivers/net/e1000/em_ethdev.c | 15 +++++--- drivers/net/e1000/igb_ethdev.c | 26 +++++++++----- drivers/net/ena/ena_ethdev.c | 14 +++++--- drivers/net/enetc/enetc_ethdev.c | 9 +++-- drivers/net/enic/enic_ethdev.c | 6 ++-- drivers/net/enic/enic_vf_representor.c | 6 ++-- drivers/net/failsafe/failsafe_ether.c | 4 ++- drivers/net/failsafe/failsafe_ops.c | 27 ++++++++++++--- drivers/net/fm10k/fm10k_ethdev.c | 11 ++++-- drivers/net/hinic/hinic_pmd_ethdev.c | 11 ++++-- drivers/net/hns3/hns3_ethdev.c | 12 +++++-- drivers/net/hns3/hns3_ethdev_vf.c | 12 +++++-- drivers/net/i40e/i40e_ethdev.c | 12 ++++--- drivers/net/i40e/i40e_ethdev_vf.c | 13 ++++--- drivers/net/i40e/i40e_vf_representor.c | 3 +- drivers/net/iavf/iavf_ethdev.c | 13 +++++-- drivers/net/ice/ice_dcf_ethdev.c | 6 ++-- drivers/net/ice/ice_ethdev.c | 13 ++++--- drivers/net/igc/igc_ethdev.c | 14 +++++--- drivers/net/ionic/ionic_ethdev.c | 6 ++-- drivers/net/ipn3ke/ipn3ke_representor.c | 4 ++- drivers/net/ixgbe/ixgbe_ethdev.c | 37 ++++++++++++-------- drivers/net/ixgbe/ixgbe_vf_representor.c | 3 +- drivers/net/kni/rte_eth_kni.c | 13 +++++-- drivers/net/liquidio/lio_ethdev.c | 20 ++++++++--- drivers/net/mlx4/mlx4.c | 8 +++-- drivers/net/mlx5/mlx5.h | 2 +- drivers/net/mlx5/mlx5_trigger.c | 4 ++- drivers/net/mvneta/mvneta_ethdev.c | 15 +++++--- drivers/net/mvpp2/mrvl_ethdev.c | 4 +-- drivers/net/netvsc/hn_ethdev.c | 8 +++-- drivers/net/netvsc/hn_var.h | 2 +- drivers/net/netvsc/hn_vf.c | 13 +++++-- drivers/net/nfb/nfb_ethdev.c | 9 +++-- drivers/net/nfp/nfp_net.c | 6 ++-- drivers/net/null/rte_eth_null.c | 6 ++-- drivers/net/octeontx/octeontx_ethdev.c | 10 +++--- drivers/net/octeontx2/otx2_ethdev.c | 4 ++- drivers/net/pcap/rte_eth_pcap.c | 4 ++- drivers/net/pfe/pfe_ethdev.c | 16 ++++++--- drivers/net/qede/qede_ethdev.c | 14 +++++--- drivers/net/ring/rte_eth_ring.c | 8 +++-- drivers/net/sfc/sfc_ethdev.c | 4 ++- drivers/net/softnic/rte_eth_softnic.c | 4 ++- drivers/net/szedata2/rte_eth_szedata2.c | 24 +++++++++---- drivers/net/tap/rte_eth_tap.c | 4 ++- drivers/net/thunderx/nicvf_ethdev.c | 6 ++-- drivers/net/vhost/rte_eth_vhost.c | 10 ++++-- drivers/net/virtio/virtio_ethdev.c | 11 ++++-- drivers/net/vmxnet3/vmxnet3_ethdev.c | 13 ++++--- examples/ethtool/lib/rte_ethtool.c | 17 +++++---- examples/eventdev_pipeline/main.c | 3 +- examples/flow_filtering/main.c | 12 ++++--- examples/ioat/ioatfwd.c | 5 ++- examples/ipsec-secgw/event_helper.c | 7 +++- examples/ipsec-secgw/ipsec-secgw.c | 6 +++- examples/kni/main.c | 28 ++++++++++++--- examples/l2fwd-event/main.c | 10 ++++-- examples/l2fwd/main.c | 5 ++- examples/l3fwd-graph/main.c | 6 +++- examples/l3fwd-power/main.c | 6 +++- examples/l3fwd/main.c | 10 ++++-- lib/librte_ethdev/rte_ethdev.c | 32 ++++++++++++----- lib/librte_ethdev/rte_ethdev.h | 2 +- lib/librte_ethdev/rte_ethdev_driver.h | 2 +- lib/librte_ethdev/rte_ethdev_trace.h | 3 +- 95 files changed, 660 insertions(+), 257 deletions(-) -- 2.17.1
next reply other threads:[~2020-10-14 13:29 UTC|newest] Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-14 13:28 Andrew Rybchenko [this message] 2020-10-14 13:28 ` [dpdk-dev] [PATCH 01/11] ethdev: change eth dev stop function to return int Andrew Rybchenko 2020-10-14 13:33 ` Thomas Monjalon 2020-10-14 13:40 ` Andrew Rybchenko 2020-10-14 17:29 ` Ferruh Yigit 2020-10-14 13:28 ` [dpdk-dev] [PATCH 02/11] test/event: check eth dev stop status Andrew Rybchenko 2020-10-14 13:28 ` [dpdk-dev] [PATCH 03/11] app: " Andrew Rybchenko 2020-10-14 17:34 ` Ferruh Yigit 2020-10-14 13:28 ` [dpdk-dev] [PATCH 04/11] examples: " Andrew Rybchenko 2020-10-14 17:38 ` Ferruh Yigit 2020-10-14 13:29 ` [dpdk-dev] [PATCH 05/11] net/bonding: " Andrew Rybchenko 2020-10-14 17:45 ` Ferruh Yigit 2020-10-14 13:29 ` [dpdk-dev] [PATCH 06/11] kni: " Andrew Rybchenko 2020-10-14 13:29 ` [dpdk-dev] [PATCH 07/11] test/bonding: " Andrew Rybchenko 2020-10-14 13:29 ` [dpdk-dev] [PATCH 08/11] app/flow-perf: " Andrew Rybchenko 2020-10-15 8:04 ` Wisam Monther 2020-10-14 13:29 ` [dpdk-dev] [PATCH 09/11] app/testpmd: " Andrew Rybchenko 2020-10-14 13:29 ` [dpdk-dev] [PATCH 10/11] net/failsafe: " Andrew Rybchenko 2020-10-15 10:37 ` [dpdk-dev] [PATCH v2] " Gaetan Rivet 2020-10-14 13:29 ` [dpdk-dev] [PATCH 11/11] ethdev: change stop device callback to return int Andrew Rybchenko 2020-10-14 18:08 ` Ferruh Yigit 2020-10-15 10:40 ` Gaëtan Rivet 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 00/11] ethdev: change device stop to return status Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 01/11] ethdev: change eth dev stop function to return int Andrew Rybchenko 2020-10-16 9:22 ` Ferruh Yigit 2020-10-16 11:20 ` Kinsella, Ray 2020-10-16 17:13 ` Andrew Rybchenko 2020-10-19 9:37 ` Kinsella, Ray 2020-10-16 16:20 ` Ferruh Yigit 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 02/11] test/event: check eth dev stop status Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 03/11] app: " Andrew Rybchenko 2020-10-16 1:28 ` Min Hu (Connor) 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 04/11] examples: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 05/11] net/bonding: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 06/11] kni: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 07/11] test/bonding: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 08/11] app/flow-perf: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 09/11] app/testpmd: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 10/11] net/failsafe: " Andrew Rybchenko 2020-10-15 13:30 ` [dpdk-dev] [PATCH v2 11/11] ethdev: change stop device callback to return int Andrew Rybchenko 2020-10-16 18:37 ` Ferruh Yigit 2020-10-18 8:55 ` Xu, Rosen 2020-10-16 18:54 ` [dpdk-dev] [PATCH v2 00/11] ethdev: change device stop to return status Ferruh Yigit
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=1602682146-4722-1-git-send-email-arybchenko@solarflare.com \ --to=arybchenko@solarflare.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
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git