From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 66BAC1B216 for ; Fri, 6 Oct 2017 03:30:23 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2017 18:30:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,482,1500966000"; d="scan'208";a="907239985" Received: from unknown (HELO [10.241.225.33]) ([10.241.225.33]) by FMSMGA003.fm.intel.com with ESMTP; 05 Oct 2017 18:30:21 -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: <7e353020-7fc2-298a-7662-7a24a3e4f289@intel.com> Date: Fri, 6 Oct 2017 02:30:21 +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: Fri, 06 Oct 2017 01:30:26 -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]. > > 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 > > --- > v3: > 1. removed the MC fw upgrade patch to be separate patch > 2. remove dpaa code, which was added mistakenly > 3. fix the comments and compilation issue with debug on for patch #6,7,8 > 4. added patch to add the devices in natural sorted order > 5. fix coverity issue in patch #13, #17, #18, #22 > > v2: > 1. improve the checksum offload suport as per fuser config > 2. remvoe checksum errors. > 3. some cleanups on log messages. > > Ashish Jain (2): > config/dpaa2: change max lores to 16 > bus/fslmc: add support for LX2160 platform > > Haiying Wang (4): > bus/fslmc: qbman replace word copy with memcpy > bus/fslmc: add qbman API to do enqueue with multiple frames > bus/fslmc: support up to 32 frames in one volatile dequeue > bus/fslmc: enhance the QBMAN CENA mode > > Hemant Agrawal (20): > bus/fslmc: remove the export for qbman version function > bus/fslmc: qbman remove unused funcs and align names > bus/fslmc: cleanup compat file > bus/fslmc: clean the qbman support code > net/dpaa2: add support for congestion overhead > bus/fslmc: add support to check dpbp presence > bus/fslmc: cleanup the dpaa2 interrupt support > net/dpaa2: add support for link status event > bus/fslmc: enable link status interrupt > net/dpaa2: check physical link state on up cmd > net/dpaa2: improve error and logs for flow distribution > net/dpaa2: increase the dist param to 64 bit > net/dpaa2: remove RSS restriction with num of queues > net/dpaa2: add support for RSS hash update and get > net/dpaa2: add support for extra stats > net/dpaa2: fix the Tx handling of non HW pool bufs > net/dpaa2: log that VLAN extend offload not supported > net/dpaa2: checksum support as per user config > net/dpaa2: improve debug messaging > bus/dpaa2: improve debug log messages > > Shreyansh Jain (1): > bus/fslmc: add devices in sorted order Series applied to dpdk-next-net/master, thanks.