DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerin.jacob@caviumnetworks.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, thomas@monjalon.net,
	Jerin Jacob <jerin.jacob@caviumnetworks.com>
Subject: [dpdk-dev] [PATCH 1/3] net/octeontx: fix 32bit build with driver debug enabled
Date: Wed, 11 Oct 2017 17:00:33 +0530	[thread overview]
Message-ID: <20171011113035.16757-1-jerin.jacob@caviumnetworks.com> (raw)

squash this to next-next

Fixes: 7c025f92e9f4 ("net/octeontx/base: add base PKO operations")

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 drivers/net/octeontx/base/octeontx_pkovf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/octeontx/base/octeontx_pkovf.c b/drivers/net/octeontx/base/octeontx_pkovf.c
index f0fb930c5..fdfe05ae1 100644
--- a/drivers/net/octeontx/base/octeontx_pkovf.c
+++ b/drivers/net/octeontx/base/octeontx_pkovf.c
@@ -242,7 +242,8 @@ octeontx_pko_dq_range_assign(struct octeontx_pko_vf_ctl_s *ctl, uint64_t chanid,
 	while (dq_cnt < dq_num) {
 		dq = dq_base + dq_cnt;
 
-		octeontx_log_dbg("DQ# %u assigned to CHAN# %lx", dq, chanid);
+		octeontx_log_dbg("DQ# %u assigned to CHAN# %" PRIx64 "", dq,
+			chanid);
 
 		ctl->dq_map[dq].chanid = ~chanid;
 		dq_cnt++;
-- 
2.14.2

             reply	other threads:[~2017-10-11 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-11 11:30 Jerin Jacob [this message]
2017-10-11 11:30 ` [dpdk-dev] [PATCH 2/3] " Jerin Jacob
2017-10-11 11:30 ` [dpdk-dev] [PATCH 3/3] " Jerin Jacob
2017-10-11 17:17 ` [dpdk-dev] [PATCH 1/3] " Ferruh Yigit

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=20171011113035.16757-1-jerin.jacob@caviumnetworks.com \
    --to=jerin.jacob@caviumnetworks.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=thomas@monjalon.net \
    /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).