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 3/3] net/octeontx: fix 32bit build with driver debug enabled
Date: Wed, 11 Oct 2017 17:00:35 +0530	[thread overview]
Message-ID: <20171011113035.16757-3-jerin.jacob@caviumnetworks.com> (raw)
In-Reply-To: <20171011113035.16757-1-jerin.jacob@caviumnetworks.com>

squash this to next-next

Fixes: 9198e27bca84 ("net/octeontx: add basic stats support")

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

diff --git a/drivers/net/octeontx/octeontx_ethdev.c b/drivers/net/octeontx/octeontx_ethdev.c
index 9889bfffb..82e38c20a 100644
--- a/drivers/net/octeontx/octeontx_ethdev.c
+++ b/drivers/net/octeontx/octeontx_ethdev.c
@@ -221,7 +221,7 @@ octeontx_port_stats(struct octeontx_nic *nic, struct rte_eth_stats *stats)
 	stats->obytes = bgx_stats.tx_bytes;
 	stats->oerrors = bgx_stats.tx_errors;
 
-	octeontx_log_dbg("port %d get stats done inpkts=%ld outpkts=%ld",
+	octeontx_log_dbg("port%d stats inpkts=%" PRIx64 " outpkts=%" PRIx64 "",
 			nic->port_id, stats->ipackets, stats->opackets);
 
 	return 0;
-- 
2.14.2

  parent 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 [dpdk-dev] [PATCH 1/3] " Jerin Jacob
2017-10-11 11:30 ` [dpdk-dev] [PATCH 2/3] " Jerin Jacob
2017-10-11 11:30 ` Jerin Jacob [this message]
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-3-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).