Re: [dpdk-dev] [PATCH 1/2] app/testpmd: block xstats for hidden ports

2019-11-04 Thread Iremonger, Bernard
> -Original Message- > From: dev On Behalf Of Stephen Hemminger > Sent: Friday, November 1, 2019 8:13 PM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH 1/2] app/testpmd: block xstats for hidden ports > > All the other testpmd commands

[dpdk-dev] [PATCH 1/2] app/testpmd: block xstats for hidden ports

2019-11-01 Thread Stephen Hemminger
All the other testpmd commands block access to devices that are owned. Looks like xstat got overlooked. Fixes: bfd5051b43b5 ("app/testpmd: new command to get extended statistics") Signed-off-by: Stephen Hemminger --- app/test-pmd/config.c | 8 1 file changed, 8 insertions(+) diff --git