Re: [dpdk-dev] [PATCH] app/testpmd: show max number of segments

2019-07-16 Thread Iremonger, Bernard
Hi Viacheslav, > -Original Message- > From: Viacheslav Ovsiienko [mailto:viachesl...@mellanox.com] > Sent: Tuesday, July 16, 2019 9:30 AM > To: dev@dpdk.org > Cc: Iremonger, Bernard > Subject: [PATCH] app/testpmd: show max number of segments > > This patch updates "show port info [port_i

[dpdk-dev] [PATCH] app/testpmd: show max number of segments

2019-07-16 Thread Viacheslav Ovsiienko
This patch updates "show port info [port_id]" command, it shows the tx_desc_lim.nb_seg_max and tx_desc_lim.nb_mtu_seg_max fields of rte_eth_dev_info structure. Signed-off-by: Viacheslav Ovsiienko --- app/test-pmd/config.c | 4 1 file changed, 4 insertions(+) diff --git a/app/test-pmd/confi