* [dpdk-dev] [PATCH] app/testpmd: dump more port info
@ 2017-12-14 14:33 Olivier Matz
2017-12-14 18:27 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Olivier Matz @ 2017-12-14 14:33 UTC (permalink / raw)
To: dev, Jingjing Wu
Display some more useful information from dev_info when
calling "show port info <portid>".
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
app/test-pmd/config.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c
index cd2ac1164..b2dbd5647 100644
--- a/app/test-pmd/config.c
+++ b/app/test-pmd/config.c
@@ -522,6 +522,16 @@ port_infos_display(portid_t port_id)
}
}
+ printf("Minimum size of RX buffer: %u\n", dev_info.min_rx_bufsize);
+ printf("Maximum configurable length of RX packet: %u\n",
+ dev_info.max_rx_pktlen);
+ if (dev_info.max_vfs)
+ printf("Maximum number of VFs: %u\n", dev_info.max_vfs);
+ if (dev_info.max_vmdq_pools)
+ printf("Maximum number of VMDq pools: %u\n",
+ dev_info.max_vmdq_pools);
+
+ printf("Current number of RX queues: %u\n", dev_info.nb_rx_queues);
printf("Max possible RX queues: %u\n", dev_info.max_rx_queues);
printf("Max possible number of RXDs per queue: %hu\n",
dev_info.rx_desc_lim.nb_max);
@@ -529,6 +539,7 @@ port_infos_display(portid_t port_id)
dev_info.rx_desc_lim.nb_min);
printf("RXDs number alignment: %hu\n", dev_info.rx_desc_lim.nb_align);
+ printf("Current number of TX queues: %u\n", dev_info.nb_tx_queues);
printf("Max possible TX queues: %u\n", dev_info.max_tx_queues);
printf("Max possible number of TXDs per queue: %hu\n",
dev_info.tx_desc_lim.nb_max);
--
2.11.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] app/testpmd: dump more port info
2017-12-14 14:33 [dpdk-dev] [PATCH] app/testpmd: dump more port info Olivier Matz
@ 2017-12-14 18:27 ` Ferruh Yigit
2018-01-09 23:35 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-12-14 18:27 UTC (permalink / raw)
To: Olivier Matz, dev, Jingjing Wu
On 12/14/2017 6:33 AM, Olivier Matz wrote:
> Display some more useful information from dev_info when
> calling "show port info <portid>".
>
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] app/testpmd: dump more port info
2017-12-14 18:27 ` Ferruh Yigit
@ 2018-01-09 23:35 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-01-09 23:35 UTC (permalink / raw)
To: Olivier Matz; +Cc: dev, Ferruh Yigit, Jingjing Wu
14/12/2017 19:27, Ferruh Yigit:
> On 12/14/2017 6:33 AM, Olivier Matz wrote:
> > Display some more useful information from dev_info when
> > calling "show port info <portid>".
> >
> > Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
>
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-09 23:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 14:33 [dpdk-dev] [PATCH] app/testpmd: dump more port info Olivier Matz
2017-12-14 18:27 ` Ferruh Yigit
2018-01-09 23:35 ` 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).