From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 53FDE1B01B for ; Tue, 9 Jan 2018 11:47:10 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 02:47:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="17812059" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2018 02:47:08 -0800 To: Hemant Agrawal , dev@dpdk.org References: <1513166759-13466-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: Date: Tue, 9 Jan 2018 10:47:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1513166759-13466-1-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/18] DPAA PMD improvements 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: Tue, 09 Jan 2018 10:47:10 -0000 On 12/13/2017 12:05 PM, Hemant Agrawal wrote: > This patch series add various improvement and performance related > optimizations for DPAA PMD > > Ashish Jain (2): > net/dpaa: fix the mbuf packet type if zero > net/dpaa: set the correct frame size in device MTU > > Hemant Agrawal (11): > net/dpaa: fix coverity reported issues > net/dpaa: fix FW version code > bus/dpaa: update platform soc value register routines > net/dpaa: add frame count based tail drop with CGR > bus/dpaa: add support to create dynamic HW portal > bus/dpaa: query queue frame count support > net/dpaa: add Rx queue count support > net/dpaa: add support for loopback API > app/testpmd: add support for loopback config for dpaa > bus/dpaa: add support for static queues > net/dpaa: integrate the support of push mode in PMD > > Nipun Gupta (5): > bus/dpaa: optimize the qman HW stashing settings > bus/dpaa: optimize the endianness conversions > net/dpaa: change Tx HW budget to 7 > net/dpaa: optimize the Tx burst > net/dpaa: optimize Rx path Hi Hemant, There is new PMD specific API and it needs to be documented, I put more detailed comments to the patch. And since there will be a new version of the set commented on a few minor issues too. Thanks, ferruh