From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 028E69B53 for ; Fri, 26 May 2017 10:47:49 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 26 May 2017 01:47:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,396,1491289200"; d="scan'208";a="91673457" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 26 May 2017 01:47:41 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: shreyansh.jain@nxp.com References: <1495445969-29199-1-git-send-email-hemant.agrawal@nxp.com> <1495781485-2236-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <3528700f-fe94-3499-8807-f73b395b737b@intel.com> Date: Fri, 26 May 2017 09:47:40 +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: <1495781485-2236-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 v4 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: Fri, 26 May 2017 08:47:50 -0000 On 5/26/2017 7:51 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 > > --- > v4: > * rebased on next-net > * fixed alignment issues > * added FW-version in dpaa2.ini > > v3: > * rebased on next-net > * added additional comments in logs > * fixed issue with shared compilation > > v2: > * rebased on next-net > * added additional functional patches > > > 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 Series applied to dpdk-next-net/master, thanks.