> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Friday, December 2, 2016 11:31 AM > To: dev@dpdk.org > Cc: Yang, Qiming <qiming.y...@intel.com> > Subject: [dpdk-dev] [PATCH] app/testpmd: supported offload capabilities > query > > Add two new commands "show port capa <port>" and "show port capa 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.
Hi, Thanks for that. New TestPMD functions should have a corresponding entry in the docs. John