From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DEB117CF6
 for <dev@dpdk.org>; Thu,  4 May 2017 18:18:56 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 7E98A20C13;
 Thu,  4 May 2017 12:18:56 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Thu, 04 May 2017 12:18:56 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 date:from:message-id:subject:to:x-me-sender:x-me-sender
 :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=LV0Bb/JTtPyS/y7yF+G80V/0ZG9
 8kf7eLJpyIM3F6sE=; b=ngdf0ERfSHuxdb5mR8cvP4vIRwZW0SdNOlwvX0MSldW
 rs/3FyZhhO19G+t156WezY+MYe+ZkyeJgTxQlJeOgOM0GP7IdNrT6gbJlCzWtu0L
 avZH9lXZ8zybrp7SummP05vynts6/ArfAWGWbg+CcT1cO81ET0F5wmvzeHCMDBpc
 =
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=date:from:message-id:subject:to
 :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=LV0Bb/
 JTtPyS/y7yF+G80V/0ZG98kf7eLJpyIM3F6sE=; b=A4fZblZeX52h7Igcd1PRye
 Q6wps3p6faIEXXr6e7sQZAfkxyY0LKj20GtgflgGgV+DxSkop3H884ocJsPWtlDc
 6+grQ06+SSIy6rZUbda+uxBQO/wMvScD4gj0Ab7AKkYfFZHLgUk3INIDCGm5sTR5
 F7gVM4q1g3rcqx2pixxshhyvnLWrRrztJhRU3AeeM5hlaVWR8xy10xFdOLEaJGsX
 vhNyyTH8rNaScXH9Hqhkxb/SCoZGtL+FcizV/OFP5/50QY4fLAlfCgFfQxnzNjLV
 UiOuVq7WanL0ulaaDRhfcuTJdz2VFOxcb990ajS7jU092RWQUKNkTmpP6Ca4xsSQ
 ==
X-ME-Sender: <xms:cFQLWWAw3Rom2Uy46N7wPIXHOoI1zYfpkvSRJO6sr0EhgFM056ytbQ>
X-Sasl-enc: +Ne2CFpmx/OgcaVWBn66ypeIf6d+yI5nvOnvNvQAY6b8 1493914736
Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 0A2347E2E3
 for <dev@dpdk.org>; Thu,  4 May 2017 12:18:55 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Date: Thu,  4 May 2017 18:18:49 +0200
Message-Id: <20170504161851.26574-1-thomas@monjalon.net>
X-Mailer: git-send-email 2.12.2
Subject: [dpdk-dev] [PATCH 0/2] prepare function names for bus move
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 04 May 2017 16:18:57 -0000

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

-- 
2.12.2