DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] vdpa/ifc: fix log info mismatch
@ 2021-12-13  4:29 Andy Pei
  2021-12-13  6:36 ` [PATCH v2] " Andy Pei
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andy Pei @ 2021-12-13  4:29 UTC (permalink / raw)
  To: dev; +Cc: andy.pei, chenbo.xia, xiao.w.wang

fix log info mismatch.

Signed-off-by: Andy Pei <andy.pei@intel.com>
---
 drivers/vdpa/ifc/base/ifcvf.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/drivers/vdpa/ifc/base/ifcvf.c b/drivers/vdpa/ifc/base/ifcvf.c
index 721cb1d..d10c1fd 100644
--- a/drivers/vdpa/ifc/base/ifcvf.c
+++ b/drivers/vdpa/ifc/base/ifcvf.c
@@ -94,12 +94,14 @@
 		return -1;
 	}
 
-	DEBUGOUT("capability mapping:\ncommon cfg: %p\n"
-			"notify base: %p\nisr cfg: %p\ndevice cfg: %p\n"
-			"multiplier: %u\n",
-			hw->common_cfg, hw->dev_cfg,
-			hw->isr, hw->notify_base,
-			hw->notify_off_multiplier);
+	DEBUGOUT("capability mapping:\n"
+		 "common cfg: %p\n"
+		 "notify base: %p\n"
+		 "isr cfg: %p\n"
+		 "device cfg: %p\n"
+		 "multiplier: %u\n",
+		 hw->common_cfg, hw->notify_base, hw->isr, hw->dev_cfg,
+		 hw->notify_off_multiplier);
 
 	return 0;
 }
-- 
1.8.3.1


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

end of thread, other threads:[~2022-01-27  5:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13  4:29 [PATCH 1/3] vdpa/ifc: fix log info mismatch Andy Pei
2021-12-13  6:36 ` [PATCH v2] " Andy Pei
2021-12-13  7:29   ` Wang, Xiao W
2021-12-13  7:36     ` Pei, Andy
2021-12-13  6:54 ` [PATCH 1/3] " Wang, Xiao W
2021-12-13  7:26   ` Pei, Andy
2021-12-13  7:00 ` [PATCH v3] " Andy Pei
2022-01-14  7:22   ` Xia, Chenbo
2022-01-27  5:14   ` Xia, Chenbo

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