From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A51301B21A for ; Wed, 10 Jan 2018 21:14:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:14:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,341,1511856000"; d="scan'208";a="20578172" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 12:14:47 -0800 To: Hemant Agrawal , dev@dpdk.org Cc: shreyansh.jain@nxp.com References: <1515504186-13587-1-git-send-email-hemant.agrawal@nxp.com> <1515581201-29784-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <989c450c-5eb3-ce25-0bff-e9dd5d59495c@intel.com> Date: Wed, 10 Jan 2018 20:14:46 +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: <1515581201-29784-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 v3 00/19 ]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: Wed, 10 Jan 2018 20:14:50 -0000 On 1/10/2018 10:46 AM, Hemant Agrawal wrote: > This patch series add various improvement and performance related > optimizations for DPAA PMD > > v3: > - handling review comments from Ferruh > - update the API doc for new PMD specific API > > v2: > - fix the spelling of PORTALS > - Add Akhil's patch wich is required for crypto > - minor improvement in push mode patch > > Akhil Goyal (1): > bus/dpaa: support for enqueue frames of multiple queues > > 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 uninitialized and unused variables > 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 Series applied to dpdk-next-net/master, thanks.