patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] bus/fslmc: remove unused macro
@ 2021-05-06  8:41 David Marchand
  2021-05-06 13:11 ` [dpdk-stable] [dpdk-dev] " Hemant Agrawal
  2021-05-10 13:28 ` [dpdk-stable] " Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: David Marchand @ 2021-05-06  8:41 UTC (permalink / raw)
  To: dev; +Cc: stable, Hemant Agrawal, Sachin Saxena, Shreyansh Jain

Fixes: ce9efbf5bb09 ("bus/fslmc: support dynamic logging")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/bus/fslmc/fslmc_logs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/bus/fslmc/fslmc_logs.h b/drivers/bus/fslmc/fslmc_logs.h
index dd74cb7dcf..a1e14dd84e 100644
--- a/drivers/bus/fslmc/fslmc_logs.h
+++ b/drivers/bus/fslmc/fslmc_logs.h
@@ -18,8 +18,6 @@ extern int dpaa2_logtype_bus;
 	rte_log(RTE_LOG_DEBUG, dpaa2_logtype_bus, "fslmc: %s(): " fmt "\n", \
 		__func__, ##args)
 
-#define BUS_INIT_FUNC_TRACE() DPAA2_BUS_DEBUG(" >>")
-
 #define DPAA2_BUS_INFO(fmt, args...) \
 	DPAA2_BUS_LOG(INFO, fmt, ## args)
 #define DPAA2_BUS_ERR(fmt, args...) \
-- 
2.23.0


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

end of thread, other threads:[~2021-05-10 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  8:41 [dpdk-stable] [PATCH] bus/fslmc: remove unused macro David Marchand
2021-05-06 13:11 ` [dpdk-stable] [dpdk-dev] " Hemant Agrawal
2021-05-10 13:28 ` [dpdk-stable] " Thomas Monjalon

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