[dpdk-dev] [PATCH 0/2] prepare function names for bus move

Stephen Hemminger stephen at networkplumber.org
Thu May 4 18:40:11 CEST 2017


On Thu,  4 May 2017 18:18:49 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:

> It is planned to move the bus PCI and VDEV to /drivers/bus/
> during 17.08. So the eal_ prefix will not make sense.
> Let's rename now before releasing 17.05 where EAL API has
> already some breaking changes.
> 
> Thomas Monjalon (2):
>   pci: remove eal prefix
>   vdev: remove eal prefix
> 
>  app/test-pmd/testpmd.c                             |  2 +-
>  doc/guides/cryptodevs/aesni_gcm.rst                |  4 +-
>  doc/guides/cryptodevs/aesni_mb.rst                 |  4 +-
>  doc/guides/cryptodevs/kasumi.rst                   |  4 +-
>  doc/guides/cryptodevs/null.rst                     |  4 +-
>  doc/guides/cryptodevs/scheduler.rst                |  4 +-
>  doc/guides/cryptodevs/snow3g.rst                   |  4 +-
>  doc/guides/cryptodevs/zuc.rst                      |  4 +-
>  doc/guides/eventdevs/octeontx.rst                  |  4 +-
>  doc/guides/eventdevs/sw.rst                        |  4 +-
>  doc/guides/prog_guide/cryptodev_lib.rst            |  4 +-
>  .../sample_app_ug/l2_forward_real_virtual.rst      |  4 +-
>  doc/guides/sample_app_ug/link_status_intr.rst      |  4 +-
>  doc/guides/sample_app_ug/multi_process.rst         |  2 +-
>  doc/guides/sample_app_ug/netmap_compatibility.rst  |  2 +-
>  doc/guides/sample_app_ug/quota_watermark.rst       |  4 +-
>  drivers/net/bnx2x/bnx2x.h                          |  6 +-
>  drivers/net/bonding/rte_eth_bond_api.c             |  4 +-
>  drivers/net/cxgbe/base/adapter.h                   | 10 +--
>  drivers/net/i40e/i40e_ethdev.c                     |  6 +-
>  drivers/net/mlx4/mlx4.c                            |  2 +-
>  drivers/net/mlx5/mlx5.c                            |  2 +-
>  drivers/net/virtio/virtio_ethdev.c                 | 10 +--
>  drivers/net/virtio/virtio_pci.c                    | 81 ++++++++++------------
>  drivers/net/virtio/virtio_user_ethdev.c            |  2 +-
>  lib/librte_cryptodev/rte_cryptodev.c               |  6 +-
>  lib/librte_eal/bsdapp/eal/eal_pci.c                | 40 +++++------
>  lib/librte_eal/bsdapp/eal/rte_eal_version.map      | 38 +++++-----
>  lib/librte_eal/common/eal_common_dev.c             |  8 +--
>  lib/librte_eal/common/eal_common_pci.c             | 42 +++++------
>  lib/librte_eal/common/eal_common_vdev.c            |  8 +--
>  lib/librte_eal/common/eal_private.h                |  8 +--
>  lib/librte_eal/common/include/rte_dev.h            |  4 +-
>  lib/librte_eal/common/include/rte_pci.h            | 46 ++++++------
>  lib/librte_eal/common/include/rte_vdev.h           |  6 +-
>  lib/librte_eal/linuxapp/eal/eal_pci.c              | 38 +++++-----
>  lib/librte_eal/linuxapp/eal/rte_eal_version.map    | 38 +++++-----
>  lib/librte_eventdev/rte_eventdev.c                 |  4 +-
>  test/test/test_cryptodev.c                         | 20 +++---
>  test/test/test_cryptodev_perf.c                    | 10 +--
>  test/test/test_eventdev.c                          |  2 +-
>  test/test/test_eventdev_octeontx.c                 |  2 +-
>  test/test/test_eventdev_sw.c                       |  2 +-
>  test/test/test_link_bonding_rssconf.c              |  2 +-
>  44 files changed, 250 insertions(+), 255 deletions(-)
> 

Acked-by: Stephen Hemminger <stephen at networkplumber.org>


More information about the dev mailing list