From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id A5820101B for ; Mon, 18 Sep 2017 22:20:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 18 Sep 2017 13:20:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,414,1500966000"; d="scan'208";a="901455328" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 18 Sep 2017 13:20:39 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: shreyansh.jain@nxp.com References: <1504860327-18451-1-git-send-email-hemant.agrawal@nxp.com> <1505559161-29222-1-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <554ed4f5-0a50-35be-45ec-4bd3b6324f63@intel.com> Date: Mon, 18 Sep 2017 21:20:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1505559161-29222-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/27] NXP DPAA2 PMD updates 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: Mon, 18 Sep 2017 20:20:42 -0000 On 9/16/2017 11:52 AM, Hemant Agrawal wrote: > This patchset includes the hw driver upgrades and additional > nic feature implementations. > > patches 1..8 - upgrades the qbman hw driver > patches 9..10 - adds the support for LX2160 platform > patches 11..27 - adds various features and cleanups in > NXP DPAA2 pmd mainly - links status, RSS update, > extra stats etc. > > This patch depends on following [1], [2]. Overall looks good to me, I will wait dependencies to be merged into main tree before getting this into next-net. > > 1. NXP DPAA2: Refactor bus scan/probe code > http://dpdk.org/ml/archives/dev/2017-August/073545.html > > 2.NXP DPAA2 bus driver fw upgrade > http://dpdk.org/ml/archives/dev/2017-September/075582.html <...>