From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 8CD65600057; Thu, 3 May 2018 09:24:43 +0000 (UTC) Received: from [192.168.38.17] (84.52.114.114) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Thu, 3 May 2018 10:24:38 +0100 To: Qi Zhang , , CC: References: <20180503060325.153722-1-qi.z.zhang@intel.com> From: Andrew Rybchenko Message-ID: Date: Thu, 3 May 2018 12:24:34 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180503060325.153722-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [84.52.114.114] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-11.0.0.1191-8.100.1062-23820.003 X-TM-AS-Result: No--4.020000-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-MDID: 1525339484-SL31D4KNKN61 Subject: Re: [dpdk-dev] [PATCH] ethdev: convert Tx offloads to Tx queue config X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2018 09:24:44 -0000 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