From: Tomasz Duszynski <tdu@semihalf.com>
To: dev@dpdk.org
Cc: jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com,
jianbo.liu@arm.com, bruce.richardson@intel.com,
Tomasz Duszynski <tdu@semihalf.com>
Subject: [dpdk-dev] [PATCH 1/2] net/mvpp2: rename the version file to standard
Date: Wed, 11 Apr 2018 13:45:06 +0200 [thread overview]
Message-ID: <1523447107-13324-2-git-send-email-tdu@semihalf.com> (raw)
In-Reply-To: <1523447107-13324-1-git-send-email-tdu@semihalf.com>
Rename the version file to follow standard naming convention.
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
---
drivers/net/mvpp2/Makefile | 2 +-
.../net/mvpp2/{rte_pmd_mrvl_version.map => rte_pmd_mvpp2_version.map} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/net/mvpp2/{rte_pmd_mrvl_version.map => rte_pmd_mvpp2_version.map} (100%)
diff --git a/drivers/net/mvpp2/Makefile b/drivers/net/mvpp2/Makefile
index 2383ec1..492aef9 100644
--- a/drivers/net/mvpp2/Makefile
+++ b/drivers/net/mvpp2/Makefile
@@ -20,7 +20,7 @@ LIB = librte_pmd_mvpp2.a
LIBABIVER := 1
# versioning export map
-EXPORT_MAP := rte_pmd_mrvl_version.map
+EXPORT_MAP := rte_pmd_mvpp2_version.map
# external library dependencies
CFLAGS += -I$(LIBMUSDK_PATH)/include
diff --git a/drivers/net/mvpp2/rte_pmd_mrvl_version.map b/drivers/net/mvpp2/rte_pmd_mvpp2_version.map
similarity index 100%
rename from drivers/net/mvpp2/rte_pmd_mrvl_version.map
rename to drivers/net/mvpp2/rte_pmd_mvpp2_version.map
--
2.7.4
next prev parent reply other threads:[~2018-04-11 11:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-11 11:45 [dpdk-dev] [PATCH 0/2] add MRVL MVPP2 PMD to meson Tomasz Duszynski
2018-04-11 11:45 ` Tomasz Duszynski [this message]
2018-04-11 11:45 ` [dpdk-dev] [PATCH 2/2] net/mvpp2: add meson build file Tomasz Duszynski
2018-04-13 16:12 ` [dpdk-dev] [PATCH 0/2] add MRVL MVPP2 PMD to meson Bruce Richardson
2018-04-13 16:14 ` Bruce Richardson
2018-04-18 15:02 ` Bruce Richardson
2018-04-19 8:55 ` Tomasz Duszynski
2018-04-19 8:58 ` Bruce Richardson
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=1523447107-13324-2-git-send-email-tdu@semihalf.com \
--to=tdu@semihalf.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=dima@marvell.com \
--cc=jck@semihalf.com \
--cc=jianbo.liu@arm.com \
--cc=nsamsono@marvell.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).