From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 941162BC3 for ; Fri, 23 Jun 2017 11:59:26 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 02:59:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,377,1493708400"; d="scan'208";a="1163836557" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2017 02:59:24 -0700 To: Hemant Agrawal Cc: dev@dpdk.org, shreyansh.jain@nxp.com References: <1498139837-19303-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <4afcf64b-222f-782a-1693-6a1d6bbd8488@intel.com> Date: Fri, 23 Jun 2017 10:59:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <1498139837-19303-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/10] NXP DPAA2 PMD changes 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, 23 Jun 2017 09:59:27 -0000 On 6/22/2017 2:57 PM, Hemant Agrawal wrote: > This patch series address some of the issues identified during testing on latest code. > Last patch adds the support for multi-segment frames. > > Hemant Agrawal (9): > net/dpaa2: set the eth driver from dpaa2 driver > net/dpaa2: set data align option in mc firmware > net/dpaa2: align the queue numbers with mc firmware > net/dpaa2: check soc version for stashing enable > net/dpaa2: disable Tx congestion notification > doc: change the dpaa2 helper repository path > bus/fslmc: fix the failure loop condition > net/dpaa2: add support for frame based Tx congestion > net/dpaa2: add support for multi seg buffers > > Shreyansh Jain (1): > bus/fslmc: add check for memseg availability Series applied to dpdk-next-net/master, thanks.