From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7] app/testpmd: supported offload capabilities query Date: Mon, 30 Jan 2017 16:59:48 +0100 Message-ID: <1597572.qmXSq0b4CY@xps13> References: <1484309859-57852-1-git-send-email-qiming.yang@intel.com> <1484533886-29846-1-git-send-email-qiming.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: "Yang, Qiming" Return-path: Received: from mail-wj0-f179.google.com (mail-wj0-f179.google.com [209.85.210.179]) by dpdk.org (Postfix) with ESMTP id 5D38D38EB for ; Mon, 30 Jan 2017 16:59:50 +0100 (CET) Received: by mail-wj0-f179.google.com with SMTP id uo9so7553169wjc.1 for ; Mon, 30 Jan 2017 07:59:50 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 Wu > > Acked-by: Beilei Xing > > Acked-by: Pablo de Lara Applied, thanks