DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/1] ixgbe: fix a log
@ 2016-08-27  3:28 Yunjian Wang
  2016-09-21 11:07 ` Remy Horton
  0 siblings, 1 reply; 3+ messages in thread
From: Yunjian Wang @ 2016-08-27  3:28 UTC (permalink / raw)
  To: helin.zhang, dev; +Cc: caihe

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
---
 drivers/net/ixgbe/ixgbe_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c
index fb618ef..e3fcf33 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.c
+++ b/drivers/net/ixgbe/ixgbe_ethdev.c
@@ -3467,7 +3467,7 @@ ixgbe_dev_link_status_print(struct rte_eth_dev *dev)
 		PMD_INIT_LOG(INFO, " Port %d: Link Down",
 				(int)(dev->data->port_id));
 	}
-	PMD_INIT_LOG(DEBUG, "PCI Address: %04d:%02d:%02d:%d",
+	PMD_INIT_LOG(DEBUG, "PCI Address: " PCI_PRI_FMT,
 				dev->pci_dev->addr.domain,
 				dev->pci_dev->addr.bus,
 				dev->pci_dev->addr.devid,
-- 
1.8.3.1

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

* Re: [dpdk-dev] [PATCH 1/1] ixgbe: fix a log
  2016-08-27  3:28 [dpdk-dev] [PATCH 1/1] ixgbe: fix a log Yunjian Wang
@ 2016-09-21 11:07 ` Remy Horton
  2016-09-27 13:32   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Remy Horton @ 2016-09-21 11:07 UTC (permalink / raw)
  To: Yunjian Wang, helin.zhang, dev; +Cc: caihe


On 27/08/2016 04:28, Yunjian Wang wrote:
> Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Remy Horton <remy.horton@intel.com>

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

* Re: [dpdk-dev] [PATCH 1/1] ixgbe: fix a log
  2016-09-21 11:07 ` Remy Horton
@ 2016-09-27 13:32   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2016-09-27 13:32 UTC (permalink / raw)
  To: Remy Horton; +Cc: Yunjian Wang, helin.zhang, dev, caihe

On Wed, Sep 21, 2016 at 12:07:32PM +0100, Remy Horton wrote:
> 
> On 27/08/2016 04:28, Yunjian Wang wrote:
> >Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
> >---
> > drivers/net/ixgbe/ixgbe_ethdev.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Acked-by: Remy Horton <remy.horton@intel.com>

Applied to dpdk-next-net/rel_16_11 as "net/ixgbe: use macro for log format"

Thanks,
/Bruce

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

end of thread, other threads:[~2016-09-27 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-27  3:28 [dpdk-dev] [PATCH 1/1] ixgbe: fix a log Yunjian Wang
2016-09-21 11:07 ` Remy Horton
2016-09-27 13:32   ` Bruce Richardson

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