DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
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
Subject: [dpdk-dev] [PATCH v2 0/5] remove old ethdev offload API
Date: Mon,  2 Jul 2018 23:27:45 +0200	[thread overview]
Message-ID: <20180702212750.16758-1-thomas@monjalon.net> (raw)
In-Reply-To: <1571938.317irMz1sZ@xps>

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(-)

-- 
2.17.1

  reply	other threads:[~2018-07-02 21:28 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08 22:41 [dpdk-dev] [RFC] ethdev: remove all " Ferruh Yigit
2018-06-08 21:52 ` Ferruh Yigit
2018-06-09  8:04 ` Andrew Rybchenko
2018-06-11  9:09   ` Ferruh Yigit
2018-06-11 11:00     ` Shahaf Shuler
2018-06-11 11:18       ` Ferruh Yigit
2018-06-11 11:26         ` Ananyev, Konstantin
2018-06-11 11:35           ` Ferruh Yigit
2018-06-11 11:35           ` Shahaf Shuler
2018-06-11 12:12             ` Ferruh Yigit
2018-06-29  1:11 ` Thomas Monjalon
2018-07-02 21:27   ` Thomas Monjalon [this message]
2018-07-02 21:27     ` [dpdk-dev] [PATCH v2 1/5] doc: remove code from KNI example guide Thomas Monjalon
2018-07-02 21:27     ` [dpdk-dev] [PATCH v2 2/5] test: remove unused configuration for bonding Thomas Monjalon
2018-07-02 21:27     ` [dpdk-dev] [PATCH v2 3/5] ethdev: convert remaining apps to new offload API Thomas Monjalon
2018-07-04 11:16       ` Andrew Rybchenko
2018-07-04 12:26         ` Thomas Monjalon
2018-07-04 12:52           ` Andrew Rybchenko
2018-07-02 21:27     ` [dpdk-dev] [PATCH v2 4/5] net/fm10k: remove unused constant Thomas Monjalon
2018-07-02 21:27     ` [dpdk-dev] [PATCH v2 5/5] ethdev: remove old offload API Thomas Monjalon
2018-07-03 12:28       ` Shahaf Shuler
2018-07-04 11:31       ` Andrew Rybchenko
2018-07-03 18:37     ` [dpdk-dev] [PATCH v2 0/5] remove old ethdev " Ferruh Yigit
2018-07-04 18:56       ` Ferruh Yigit
2018-07-02 21:34   ` [dpdk-dev] [RFC] ethdev: remove all " 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=20180702212750.16758-1-thomas@monjalon.net \
    --to=thomas@monjalon.net \
    --cc=arybchenko@solarflare.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=rasesh.mody@cavium.com \
    --cc=ravi1.kumar@amd.com \
    --cc=shahafs@mellanox.com \
    /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).