DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: ferruh.yigit@intel.com, jianfeng.tan@intel.com, declan.doherty@intel.com
Cc: dev@dpdk.org, Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH 1/2] net/bonding: rename map file to standard name
Date: Thu, 14 Sep 2017 16:57:56 +0100	[thread overview]
Message-ID: <20170914155757.94636-2-bruce.richardson@intel.com> (raw)
In-Reply-To: <20170914155757.94636-1-bruce.richardson@intel.com>

Naming convention for net drivers is "rte_pmd_<name>_version.map"

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 drivers/net/bonding/Makefile                                            | 2 +-
 .../net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/net/bonding/{rte_eth_bond_version.map => rte_pmd_bond_version.map} (100%)

diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile
index 910c932da..ab8b6894a 100644
--- a/drivers/net/bonding/Makefile
+++ b/drivers/net/bonding/Makefile
@@ -39,7 +39,7 @@ LIB = librte_pmd_bond.a
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
-EXPORT_MAP := rte_eth_bond_version.map
+EXPORT_MAP := rte_pmd_bond_version.map
 
 LIBABIVER := 1
 
diff --git a/drivers/net/bonding/rte_eth_bond_version.map b/drivers/net/bonding/rte_pmd_bond_version.map
similarity index 100%
rename from drivers/net/bonding/rte_eth_bond_version.map
rename to drivers/net/bonding/rte_pmd_bond_version.map
-- 
2.13.5

  reply	other threads:[~2017-09-14 15:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14 15:57 [dpdk-dev] [PATCH 0/2] have net drivers use a standard map file name format Bruce Richardson
2017-09-14 15:57 ` Bruce Richardson [this message]
2017-09-20 13:42   ` [dpdk-dev] [PATCH 1/2] net/bonding: rename map file to standard name Ferruh Yigit
2017-09-14 15:57 ` [dpdk-dev] [PATCH 2/2] net/xenvirt: " Bruce Richardson
2017-09-20 13:42   ` Ferruh Yigit
2017-09-14 16:34 ` [dpdk-dev] [PATCH 0/2] have net drivers use a standard map file name format Ferruh Yigit
2017-09-14 16:36   ` Richardson, Bruce

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=20170914155757.94636-2-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jianfeng.tan@intel.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).