Re: [dpdk-dev] [PATCH v7] app/testpmd: supported offload capabilities query

2017-01-30 Thread Thomas Monjalon
> > Add two new commands "show port cap " and "show > > port cap all"to diaplay what offload capabilities supported > > in ports. It will not only display all the capabilities of > > the port, but also the enabling condition for each capability > > in the running time. > > > > Signed-off-by: Qimin

Re: [dpdk-dev] [PATCH v7] app/testpmd: supported offload capabilities query

2017-01-16 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Monday, January 16, 2017 2:31 AM > To: dev@dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH v7] app/testpmd: supported offload capabilities > query > > Add

[dpdk-dev] [PATCH v7] app/testpmd: supported offload capabilities query

2017-01-15 Thread Qiming Yang
Add two new commands "show port cap " and "show port cap all"to diaplay what offload capabilities supported in ports. It will not only display all the capabilities of the port, but also the enabling condition for each capability in the running time. Signed-off-by: Qiming Yang Acked-by: Jingjing W