[dpdk-dev] [PATCH] test-pmd: show pci address in port info

2015-07-29 Thread Thomas Monjalon
2015-07-29 09:05, Michael Qiu: > pci address is one important info for port. > This patch make it visible for port info. > > Signed-off-by: Michael Qiu Maybe you missed this thread: http://dpdk.org/ml/archives/dev/2015-July/022107.html > + if (strncmp(":00:00.0", pci_addr, 12))

[dpdk-dev] [PATCH] test-pmd: show pci address in port info

2015-07-29 Thread Michael Qiu
pci address is one important info for port. This patch make it visible for port info. Signed-off-by: Michael Qiu --- app/test-pmd/config.c | 13 + 1 file changed, 13 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 1d29146..c7db5bc 100644 --- a/app/test