From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH] ethdev: convert Tx offloads to Tx queue config Date: Thu, 3 May 2018 12:24:34 +0300 Message-ID: References: <20180503060325.153722-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Qi Zhang , , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 88B1729D6 for ; Thu, 3 May 2018 11:24:44 +0200 (CEST) In-Reply-To: <20180503060325.153722-1-qi.z.zhang@intel.com> Content-Language: en-GB List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 05/03/2018 09:03 AM, Qi Zhang wrote: > Tx offload will be converted to txq_flags automatically during > rte_eth_dev_info_get and rte_eth_tx_queue_info_get. So PMD can > clean the code to get rid of txq_flags at all while keep old APP > not be impacted. > > Signed-off-by: Qi Zhang It is a step in right direction. It allows net/sfc to cut the code which fills in txq_flags in default TxQ config. Tested-by: Andrew Rybchenko