From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/11] convert testpmd to new ethdev offloads API Date: Mon, 15 Jan 2018 11:00:30 +0100 Message-ID: <4492210.4pv64efigu@xps> References: <20171123120804.143897-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jingjing.wu@intel.com, ferruh.yigit@intel.com To: Shahaf Shuler Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id EAFC42C6E for ; Mon, 15 Jan 2018 11:01:02 +0100 (CET) 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" > Shahaf Shuler (11): > app/testpmd: fix port configuration print > app/testpmd: convert to new Ethdev Rx offloads API > app/testpmd: support check of single port stop > app/testpmd: convert to new Ethdev Tx offloads API > app/testpmd: fix flowgen forwarding ol flags > app/testpmd: cleanup internal Tx offloads flags field > app/testpmd: add command line option for Tx offloads > app/testpmd: remove txqflags > app/testpmd: enforce offloads caps > app/testpmd: adjust on the flight VLAN configuration > app/testpmd: enable fast free Tx offload by default Applied, thanks