From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B947D7CC0 for ; Wed, 24 May 2017 13:49:23 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2017 04:49:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,386,1491289200"; d="scan'208";a="90988419" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 24 May 2017 04:49:21 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: shreyansh.jain@nxp.com References: <1494851864-26029-1-git-send-email-hemant.agrawal@nxp.com> <1495445969-29199-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: Date: Wed, 24 May 2017 12:49:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1495445969-29199-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/20] NXP DPAA2 PMD functional enhancements 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, 24 May 2017 11:49:24 -0000 On 5/22/2017 10:39 AM, Hemant Agrawal wrote: > This patchset adds following features to DPAA2 PMD: > 1. improved error handling > 2. parallel RX DQ requests to improve performance > 3. Support for various ethdev operations > 4. enable jumbo frames > > --- > v2: > * rebased on next-net > * added additional comments in logs > * fixed issue with shared compilation > > Hemant Agrawal (20): > mk: change to cortex-a72 > net/dpaa2: remove port level buffer layout definition > net/dpaa2: stop using software annotation > net/dpaa2: improve the error handling in dev init > bus/fslmc: support for parallel Rx DQ requests > net/dpaa2: support parallel Rx in eth pmd > bus/fslmc: export qbman results in map file > net/dpaa2: add support for congestion notification > net/dpaa2: add support for tail drop on queue > bus/fslmc: update TAILQ usages in dpaa2 objects > net/dpaa2: add support for MAC address filtering > net/dpaa2: add support for multicast promiscuous mode > net/dpaa2: add support for VLAN filter and offload > net/dpaa2: add support for VLAN strip > net/dpaa2: add link status config support > net/dpaa2: add support for flow control > net/dpaa2: configure jumbo frames > bus/fslmc: add support to detect soc version > net/dpaa2: add support for Firmware Version get > bus/fslmc: reducing the debug log messages Hi Hemant, Overall patchset looks good to me, except minor issues I already commented. Thanks, ferruh