From: Bruce Richardson <bruce.richardson@intel.com>
To: harry.van.haaren@intel.com
Cc: dev@dpdk.org, Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH] event/sw: rename map file to standard name
Date: Thu, 14 Sep 2017 15:47:28 +0100 [thread overview]
Message-ID: <20170914144728.84409-1-bruce.richardson@intel.com> (raw)
Naming convention for event drivers is "rte_pmd_<name>_event_version.map"
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
drivers/event/sw/Makefile | 2 +-
.../sw/{rte_pmd_evdev_sw_version.map => rte_pmd_sw_event_version.map} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/event/sw/{rte_pmd_evdev_sw_version.map => rte_pmd_sw_event_version.map} (100%)
diff --git a/drivers/event/sw/Makefile b/drivers/event/sw/Makefile
index 857a87cc5..d6c14da92 100644
--- a/drivers/event/sw/Makefile
+++ b/drivers/event/sw/Makefile
@@ -48,7 +48,7 @@ endif
LIBABIVER := 1
# versioning export map
-EXPORT_MAP := rte_pmd_evdev_sw_version.map
+EXPORT_MAP := rte_pmd_sw_event_version.map
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_SW_EVENTDEV) += sw_evdev.c
diff --git a/drivers/event/sw/rte_pmd_evdev_sw_version.map b/drivers/event/sw/rte_pmd_sw_event_version.map
similarity index 100%
rename from drivers/event/sw/rte_pmd_evdev_sw_version.map
rename to drivers/event/sw/rte_pmd_sw_event_version.map
--
2.13.5
next reply other threads:[~2017-09-14 15:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-14 14:47 Bruce Richardson [this message]
2017-09-14 16:23 ` [PATCH] event/sw: rename map file to standard name Van Haaren, Harry
2017-09-21 10:21 ` Jerin Jacob
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=20170914144728.84409-1-bruce.richardson@intel.com \
--to=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=harry.van.haaren@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.