DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] event/sw: rename map file to standard name
@ 2017-09-14 14:47 Bruce Richardson
  2017-09-14 16:23 ` Van Haaren, Harry
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2017-09-14 14:47 UTC (permalink / raw)
  To: harry.van.haaren; +Cc: dev, Bruce Richardson

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-21 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 14:47 [dpdk-dev] [PATCH] event/sw: rename map file to standard name Bruce Richardson
2017-09-14 16:23 ` Van Haaren, Harry
2017-09-21 10:21   ` Jerin Jacob

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